public static class RequestScopedProvider.InternalRequestScoped extends Object implements RequestScoped
Constructor and Description |
---|
InternalRequestScoped() |
Modifier and Type | Method and Description |
---|---|
CurrentBankProfile |
aspspProfile() |
ConsentAccess |
consentAccess()
Get consent access for the protocol, so that protocol can create or modify consent without any knowledge
of consent persistence or encryption.
|
EncryptionService |
encryption()
Encryption service to encrypt and decrypt intermediate data that protocol needs to store.
|
FieldsToIgnoreLoader |
fieldsToIgnoreLoader() |
CurrentFintechProfile |
fintechProfile() |
PaymentAccess |
paymentAccess()
Get payment access for the protocol, so that protocol can create or modify consent without any knowledge
of payment persistence or encryption.
|
TransientStorage |
transientStorage()
Get access to transient storage operations.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEncryptionKeyId
public CurrentBankProfile aspspProfile()
aspspProfile
in interface UsesCurrentAspspProfile
de.adorsys.opba.db.domain.entity.BankProfile
) that was selected for
current protocol execution.public CurrentFintechProfile fintechProfile()
fintechProfile
in interface UsesCurrentFintechProfile
public ConsentAccess consentAccess()
UsesConsentAccess
consentAccess
in interface UsesConsentAccess
public PaymentAccess paymentAccess()
UsesPaymentAccess
paymentAccess
in interface UsesPaymentAccess
public EncryptionService encryption()
UsesEncryptionService
encryption
in interface UsesEncryptionService
public TransientStorage transientStorage()
UsesTransientStorage
transientStorage
in interface UsesTransientStorage
public FieldsToIgnoreLoader fieldsToIgnoreLoader()
fieldsToIgnoreLoader
in interface UsesValidation
Copyright © 2020. All rights reserved.