Class FintechConsentAccessImpl
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.services.scoped.consentaccess.FintechConsentAccessImpl
-
- All Implemented Interfaces:
ConsentAccess,FintechConsentAccess
public class FintechConsentAccessImpl extends Object implements FintechConsentAccess
-
-
Constructor Summary
Constructors Constructor Description FintechConsentAccessImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolFacingConsentcreateAnonymousConsentNotPersist()voiddelete(ProtocolFacingConsent consent)List<ProtocolFacingConsent>findByCurrentServiceSessionOrderByModifiedDesc()Optional<ProtocolFacingConsent>findSingleByCurrentServiceSession()Collection<ProtocolFacingConsent>getAvailableConsentsForCurrentPsu()voidsave(ProtocolFacingConsent consent)-
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.consent.ConsentAccess
getFirstByCurrentSession
-
Methods inherited from interface de.adorsys.opba.protocol.api.services.scoped.consent.FintechConsentAccess
createDoNotPersist, isFinTechScope
-
-
-
-
Method Detail
-
createAnonymousConsentNotPersist
public ProtocolFacingConsent createAnonymousConsentNotPersist()
- Specified by:
createAnonymousConsentNotPersistin interfaceFintechConsentAccess
-
save
public void save(ProtocolFacingConsent consent)
- Specified by:
savein interfaceConsentAccess
-
delete
public void delete(ProtocolFacingConsent consent)
- Specified by:
deletein interfaceConsentAccess
-
findSingleByCurrentServiceSession
public Optional<ProtocolFacingConsent> findSingleByCurrentServiceSession()
- Specified by:
findSingleByCurrentServiceSessionin interfaceConsentAccess
-
findByCurrentServiceSessionOrderByModifiedDesc
public List<ProtocolFacingConsent> findByCurrentServiceSessionOrderByModifiedDesc()
- Specified by:
findByCurrentServiceSessionOrderByModifiedDescin interfaceConsentAccess
-
getAvailableConsentsForCurrentPsu
public Collection<ProtocolFacingConsent> getAvailableConsentsForCurrentPsu()
- Specified by:
getAvailableConsentsForCurrentPsuin interfaceConsentAccess
-
-