Class AccountConsent
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.consent.AccountConsent
-
@Deprecated public class AccountConsent extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description AccountConsent()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Optional<de.adorsys.psd2.xs2a.core.authorisation.ConsentAuthorization>findAuthorisationInConsent(String authorisationId)Deprecated.booleanisConsentForAllAvailableAccounts()Deprecated.booleanisConsentForDedicatedAccounts()Deprecated.booleanisConsentWithNotCardAccount()Deprecated.booleanisConsentWithNotIbanAccount()Deprecated.booleanisExpired()Deprecated.booleanisGlobalConsent()Deprecated.booleanisOneAccessType()Deprecated.
-
-
-
Method Detail
-
isExpired
public boolean isExpired()
Deprecated.
-
isOneAccessType
public boolean isOneAccessType()
Deprecated.
-
isGlobalConsent
public boolean isGlobalConsent()
Deprecated.
-
isConsentForAllAvailableAccounts
public boolean isConsentForAllAvailableAccounts()
Deprecated.
-
isConsentForDedicatedAccounts
public boolean isConsentForDedicatedAccounts()
Deprecated.
-
findAuthorisationInConsent
public Optional<de.adorsys.psd2.xs2a.core.authorisation.ConsentAuthorization> findAuthorisationInConsent(String authorisationId)
Deprecated.
-
isConsentWithNotIbanAccount
public boolean isConsentWithNotIbanAccount()
Deprecated.
-
isConsentWithNotCardAccount
public boolean isConsentWithNotCardAccount()
Deprecated.
-
-