@Service(value="hbciConsentInfo") public class HbciConsentInfo extends Object
Constructor and Description |
---|
HbciConsentInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
isCachedAccountListMissing(AccountListHbciContext ctx)
Any kind of list account consent exists?
|
boolean |
isCachedTransactionListMissing(TransactionListHbciContext ctx)
Any kind of list transaction consent exists?
|
boolean |
isPasswordPresent(HbciContext ctx)
Is the PSU password present in the context.
|
boolean |
isPasswordPresentInConsent(HbciContext ctx)
Check that password present in consent (needed for getting payment status without new interactive authorization).
|
boolean |
isTanChallengeRequired(HbciContext ctx)
Is the TAN challenge required.
|
boolean |
isUnderFintechScope(HbciContext ctx)
Any kind of consent exists?
|
boolean |
noAccountsConsentPresent(AccountListHbciContext ctx)
Any kind of consent exists?
|
boolean |
noTransactionConsentPresent(TransactionListHbciContext ctx)
Any kind of consent exists?
|
public boolean isUnderFintechScope(HbciContext ctx)
public boolean isPasswordPresent(HbciContext ctx)
public boolean isPasswordPresentInConsent(HbciContext ctx)
public boolean isTanChallengeRequired(HbciContext ctx)
public boolean isCachedAccountListMissing(AccountListHbciContext ctx)
public boolean isCachedTransactionListMissing(TransactionListHbciContext ctx)
public boolean noAccountsConsentPresent(AccountListHbciContext ctx)
public boolean noTransactionConsentPresent(TransactionListHbciContext ctx)
Copyright © 2020. All rights reserved.