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, waitgetEncryptionKeyIdpublic CurrentBankProfile aspspProfile()
aspspProfile in interface UsesCurrentAspspProfilede.adorsys.opba.db.domain.entity.BankProfile) that was selected for
current protocol execution.public CurrentFintechProfile fintechProfile()
fintechProfile in interface UsesCurrentFintechProfilepublic ConsentAccess consentAccess()
UsesConsentAccessconsentAccess in interface UsesConsentAccesspublic PaymentAccess paymentAccess()
UsesPaymentAccesspaymentAccess in interface UsesPaymentAccesspublic EncryptionService encryption()
UsesEncryptionServiceencryption in interface UsesEncryptionServicepublic TransientStorage transientStorage()
UsesTransientStoragetransientStorage in interface UsesTransientStoragepublic FieldsToIgnoreLoader fieldsToIgnoreLoader()
fieldsToIgnoreLoader in interface UsesValidationCopyright © 2020. All rights reserved.