Class RequestScopedProvider.InternalRequestScoped
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.RequestScopedProvider.InternalRequestScoped
-
- All Implemented Interfaces:
UsesCurrentAspspProfile,UsesConsentAccess,UsesPaymentAccess,UsesEncryptionService,UsesCurrentFintechProfile,RequestScoped,UsesTransientStorage,UsesValidation
- Enclosing class:
- RequestScopedProvider
public static class RequestScopedProvider.InternalRequestScoped extends Object implements RequestScoped
-
-
Constructor Summary
Constructors Constructor Description InternalRequestScoped()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentBankProfileaspspProfile()ConsentAccessconsentAccess()EncryptionServiceencryption()FieldsToIgnoreLoaderfieldsToIgnoreLoader()CurrentFintechProfilefintechProfile()PaymentAccesspaymentAccess()TransientStoragetransientStorage()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.RequestScoped
getEncryptionKeyId
-
-
-
-
Method Detail
-
aspspProfile
public CurrentBankProfile aspspProfile()
- Specified by:
aspspProfilein interfaceUsesCurrentAspspProfile
-
fintechProfile
public CurrentFintechProfile fintechProfile()
- Specified by:
fintechProfilein interfaceUsesCurrentFintechProfile
-
consentAccess
public ConsentAccess consentAccess()
- Specified by:
consentAccessin interfaceUsesConsentAccess
-
paymentAccess
public PaymentAccess paymentAccess()
- Specified by:
paymentAccessin interfaceUsesPaymentAccess
-
encryption
public EncryptionService encryption()
- Specified by:
encryptionin interfaceUsesEncryptionService
-
transientStorage
public TransientStorage transientStorage()
- Specified by:
transientStoragein interfaceUsesTransientStorage
-
fieldsToIgnoreLoader
public FieldsToIgnoreLoader fieldsToIgnoreLoader()
- Specified by:
fieldsToIgnoreLoaderin interfaceUsesValidation
-
-