Class ConsentAuthorisationsParameters
- java.lang.Object
-
- de.adorsys.psd2.xs2a.domain.consent.ConsentAuthorisationsParameters
-
- All Implemented Interfaces:
CommonAuthorisationParameters
public class ConsentAuthorisationsParameters extends Object implements CommonAuthorisationParameters
-
-
Constructor Summary
Constructors Constructor Description ConsentAuthorisationsParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorisationId()StringgetBusinessObjectId()-
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.xs2a.domain.authorisation.CommonAuthorisationParameters
getAuthenticationMethodId, getConfirmationCode, getPassword, getPsuData, getScaAuthenticationData, getScaStatus, isUpdatePsuIdentification
-
-
-
-
Method Detail
-
getBusinessObjectId
public String getBusinessObjectId()
- Specified by:
getBusinessObjectIdin interfaceCommonAuthorisationParameters
-
getAuthorisationId
public String getAuthorisationId()
- Specified by:
getAuthorisationIdin interfaceCommonAuthorisationParameters
-
-