public class FintechConsentAccess extends Object implements ConsentAccess
| Constructor and Description |
|---|
FintechConsentAccess() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolFacingConsent |
createDoNotPersist() |
void |
delete(ProtocolFacingConsent consent) |
List<ProtocolFacingConsent> |
findByCurrentServiceSessionOrderByModifiedDesc() |
Optional<ProtocolFacingConsent> |
findSingleByCurrentServiceSession() |
Collection<ProtocolFacingConsent> |
getAvailableConsentsForCurrentPsu() |
boolean |
isFinTechScope() |
void |
save(ProtocolFacingConsent consent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFirstByCurrentSessionpublic boolean isFinTechScope()
isFinTechScope in interface ConsentAccesspublic ProtocolFacingConsent createDoNotPersist()
createDoNotPersist in interface ConsentAccesspublic void save(ProtocolFacingConsent consent)
save in interface ConsentAccesspublic void delete(ProtocolFacingConsent consent)
delete in interface ConsentAccesspublic Optional<ProtocolFacingConsent> findSingleByCurrentServiceSession()
findSingleByCurrentServiceSession in interface ConsentAccesspublic List<ProtocolFacingConsent> findByCurrentServiceSessionOrderByModifiedDesc()
findByCurrentServiceSessionOrderByModifiedDesc in interface ConsentAccesspublic Collection<ProtocolFacingConsent> getAvailableConsentsForCurrentPsu()
getAvailableConsentsForCurrentPsu in interface ConsentAccessCopyright © 2020. All rights reserved.