Package | Description |
---|---|
at.gv.egovernment.moa.id.auth.builder | |
at.gv.egovernment.moa.id.storage | |
at.gv.egovernment.moa.id.util |
Modifier and Type | Method and Description |
---|---|
IAuthData |
AuthenticationDataBuilder.buildAuthenticationData(at.gv.egovernment.moa.id.commons.api.IRequest pendingReq,
at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession session) |
IAuthData |
AuthenticationDataBuilder.buildAuthenticationData(at.gv.egovernment.moa.id.commons.api.IRequest pendingReq,
at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession session,
at.gv.egovernment.moa.id.commons.api.IOAAuthParameters oaParam) |
String |
BPKBuilder.buildBPK(String identificationValue,
String target)
Builds the bPK from the given parameters.
|
String |
BPKBuilder.buildbPKorwbPK(String baseID,
String bPKorwbPKTarget) |
Pair<String,String> |
BPKBuilder.buildeIDASIdentifer(String baseID,
String baseIDType,
String sourceCountry,
String destinationCountry)
Builds the storkeid from the given parameters.
|
String |
BPKBuilder.buildWBPK(String identificationValue,
String registerAndOrdNr)
Builds the wbPK from the given parameters.
|
static String |
BPKBuilder.decryptBPK(String encryptedBpk,
String target,
PrivateKey privateKey) |
static String |
BPKBuilder.encryptBPK(String bpk,
String target,
PublicKey publicKey) |
Constructor and Description |
---|
SignatureVerificationUtils() |
Modifier and Type | Method and Description |
---|---|
void |
IAuthenticationSessionStoreage.addFederatedSessionInformation(at.gv.egovernment.moa.id.commons.api.IRequest req,
String idpEntityID,
AssertionAttributeExtractor extractor)
Add information of the federated IDP to MOASession
|
void |
DBAuthenticationSessionStoreage.addFederatedSessionInformation(at.gv.egovernment.moa.id.commons.api.IRequest req,
String idpEntityID,
AssertionAttributeExtractor extractor) |
AuthenticationSession |
IAuthenticationSessionStoreage.createInternalSSOSession(at.gv.egovernment.moa.id.commons.api.IRequest target)
Create a new MOA SSO-Session object in database
The SSO session object get populated with eID information from pending request
|
AuthenticationSession |
DBAuthenticationSessionStoreage.createInternalSSOSession(at.gv.egovernment.moa.id.commons.api.IRequest target) |
Modifier and Type | Method and Description |
---|---|
byte[] |
AbstractEncrytionUtil.decrypt(EncryptedData data) |
EncryptedData |
AbstractEncrytionUtil.encrypt(byte[] data) |
Copyright © 2017. All rights reserved.