Modifier and Type | Method and Description |
---|---|
Optional<AuthSession> |
AuthorizationSessionRepository.findByParentId(UUID serviceSessionId) |
Constructor and Description |
---|
FintechPsuAspspTuple(AuthSession session) |
FintechUserAuthSessionTuple(AuthSession session) |
PairIdPsuAspspTuple(AuthSession session) |
PairIdPsuAspspTuple(UUID pairId,
AuthSession session) |
Modifier and Type | Method and Description |
---|---|
FintechConsentSpecSecureStorage.FinTechUserInboxData |
FintechConsentSpecSecureStorage.fromInboxForAuth(AuthSession authSession,
Supplier<char[]> password) |
PrivateKey |
FintechSecureStorage.psuAspspKeyFromInbox(AuthSession authSession,
Supplier<char[]> password) |
void |
FintechSecureStorage.psuAspspKeyToInbox(AuthSession authSession,
PrivateKey psuAspspKey) |
void |
FintechSecureStorage.psuAspspKeyToPrivate(AuthSession authSession,
Fintech fintech,
PrivateKey psuAspspKey,
Supplier<char[]> password) |
void |
FintechConsentSpecSecureStorage.toInboxForAuth(AuthSession authSession,
FintechConsentSpecSecureStorage.FinTechUserInboxData data) |
Modifier and Type | Method and Description |
---|---|
PrivateKey |
PsuSecureStorage.createOneTimePrivateKey(Supplier<char[]> password,
AuthSession session,
BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded) |
PrivateKey |
PsuSecureStorage.getOrCreateKeyFromPrivateForAspsp(Supplier<char[]> password,
AuthSession session,
BiConsumer<UUID,PublicKey> storePublicKeyIfNeeded) |
Modifier and Type | Method and Description |
---|---|
protected <RESULT> AuthSession |
ProtocolResultHandler.addAuthorizationSessionData(Result<RESULT> result,
AuthSession authSession,
FacadeServiceableRequest request,
ServiceContext session,
FacadeResultRedirectable<RESULT,?> mappedResult) |
<O> @NotNull AuthSession |
AuthSessionHandler.createNewAuthSessionAndEnhanceResult(FacadeServiceableRequest request,
SecretKeyWithIv sessionKey,
ServiceContext context,
FacadeResultRedirectable<O,?> result) |
<O> @NotNull AuthSession |
AuthSessionHandler.reuseAuthSessionAndEnhanceResult(AuthSession authSession,
SecretKeyWithIv sessionKey,
ServiceContext context,
FacadeResultRedirectable<O,?> result) |
Modifier and Type | Method and Description |
---|---|
protected <RESULT> AuthSession |
ProtocolResultHandler.addAuthorizationSessionData(Result<RESULT> result,
AuthSession authSession,
FacadeServiceableRequest request,
ServiceContext session,
FacadeResultRedirectable<RESULT,?> mappedResult) |
<O> @NotNull AuthSession |
AuthSessionHandler.reuseAuthSessionAndEnhanceResult(AuthSession authSession,
SecretKeyWithIv sessionKey,
ServiceContext context,
FacadeResultRedirectable<O,?> result) |
protected <RESULT> void |
ProtocolResultHandler.setAspspRedirectCodeIfRequired(RedirectionResult<RESULT,?> result,
AuthSession session,
ServiceContext context) |
Modifier and Type | Method and Description |
---|---|
FintechConsentSpecSecureStorage.FinTechUserInboxData |
PsuFintechAssociationService.readInboxFromFinTech(AuthSession session,
String fintechUserPassword) |
void |
PsuFintechAssociationService.shareAnonymousUserSecretKeyWithFintech(String psuPassword,
AuthSession session) |
void |
PsuFintechAssociationService.sharePsuAspspSecretKeyWithFintech(String psuPassword,
AuthSession session) |
Modifier and Type | Method and Description |
---|---|
protected <REQUEST extends FacadeServiceableGetter> |
ServiceContextProviderForFintech.validateRedirectCode(REQUEST request,
AuthSession session) |
protected <T extends FacadeServiceableGetter> |
NoRedirectCodeValidationServiceContextProvider.validateRedirectCode(T request,
AuthSession session) |
protected <T extends FacadeServiceableGetter> |
ServiceContextProviderForAspsp.validateRedirectCode(T request,
AuthSession session) |
Modifier and Type | Method and Description |
---|---|
RequestScoped |
RequestScopedProvider.registerForPsuSession(AuthSession authSession,
ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider,
long bankProtocolId,
SecretKeyWithIv key) |
Copyright © 2020. All rights reserved.