Package de.adorsys.psd2.core.data
Class Consent<T>
- java.lang.Object
-
- de.adorsys.psd2.core.data.Consent<T>
-
- All Implemented Interfaces:
ConsentAutorizable
- Direct Known Subclasses:
AisConsent,PiisConsent
public abstract class Consent<T> extends Object implements ConsentAutorizable
-
-
Constructor Summary
Constructors Constructor Description Consent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<de.adorsys.psd2.xs2a.core.authorisation.ConsentAuthorization>findAuthorisationInConsent(String authorisationId)de.adorsys.psd2.xs2a.core.tpp.TppInfogetTppInfo()booleanisExpired()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.psd2.core.data.ConsentAutorizable
getId
-
-
-
-
Method Detail
-
getTppInfo
public de.adorsys.psd2.xs2a.core.tpp.TppInfo getTppInfo()
-
findAuthorisationInConsent
public Optional<de.adorsys.psd2.xs2a.core.authorisation.ConsentAuthorization> findAuthorisationInConsent(String authorisationId)
- Specified by:
findAuthorisationInConsentin interfaceConsentAutorizable
-
isExpired
public boolean isExpired()
-
-