Class AccountConsentAuthorization
- java.lang.Object
-
- de.adorsys.psd2.xs2a.core.authorisation.AccountConsentAuthorization
-
public class AccountConsentAuthorization extends Object
-
-
Constructor Summary
Constructors Constructor Description AccountConsentAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAuthenticationMethodId()ScaApproachgetChosenScaApproach()StringgetConsentId()StringgetId()StringgetPassword()PsuIdDatagetPsuIdData()StringgetScaAuthenticationData()ScaStatusgetScaStatus()inthashCode()voidsetAuthenticationMethodId(String authenticationMethodId)voidsetChosenScaApproach(ScaApproach chosenScaApproach)voidsetConsentId(String consentId)voidsetId(String id)voidsetPassword(String password)voidsetPsuIdData(PsuIdData psuIdData)voidsetScaAuthenticationData(String scaAuthenticationData)voidsetScaStatus(ScaStatus scaStatus)StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
-
getConsentId
public String getConsentId()
-
getPsuIdData
public PsuIdData getPsuIdData()
-
getScaStatus
public ScaStatus getScaStatus()
-
getPassword
public String getPassword()
-
getChosenScaApproach
public ScaApproach getChosenScaApproach()
-
getAuthenticationMethodId
public String getAuthenticationMethodId()
-
getScaAuthenticationData
public String getScaAuthenticationData()
-
setId
public void setId(String id)
-
setConsentId
public void setConsentId(String consentId)
-
setPsuIdData
public void setPsuIdData(PsuIdData psuIdData)
-
setScaStatus
public void setScaStatus(ScaStatus scaStatus)
-
setPassword
public void setPassword(String password)
-
setChosenScaApproach
public void setChosenScaApproach(ScaApproach chosenScaApproach)
-
setAuthenticationMethodId
public void setAuthenticationMethodId(String authenticationMethodId)
-
setScaAuthenticationData
public void setScaAuthenticationData(String scaAuthenticationData)
-
canEqual
protected boolean canEqual(Object other)
-
-