public class Authorisation extends Object
| Constructor and Description |
|---|
Authorisation() |
Authorisation(String authorisationId,
PsuIdData psuIdData,
String parentId,
AuthorisationType authorisationType,
ScaStatus scaStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getAuthenticationMethodId() |
String |
getAuthorisationId() |
AuthorisationType |
getAuthorisationType() |
ScaApproach |
getChosenScaApproach() |
String |
getParentId() |
String |
getPassword() |
PsuIdData |
getPsuIdData() |
String |
getScaAuthenticationData() |
ScaStatus |
getScaStatus() |
int |
hashCode() |
void |
setAuthenticationMethodId(String authenticationMethodId) |
void |
setAuthorisationId(String authorisationId) |
void |
setAuthorisationType(AuthorisationType authorisationType) |
void |
setChosenScaApproach(ScaApproach chosenScaApproach) |
void |
setParentId(String parentId) |
void |
setPassword(String password) |
void |
setPsuIdData(PsuIdData psuIdData) |
void |
setScaAuthenticationData(String scaAuthenticationData) |
void |
setScaStatus(ScaStatus scaStatus) |
String |
toString() |
public Authorisation(String authorisationId, PsuIdData psuIdData, String parentId, AuthorisationType authorisationType, ScaStatus scaStatus)
public Authorisation()
public String getAuthorisationId()
public PsuIdData getPsuIdData()
public String getParentId()
public AuthorisationType getAuthorisationType()
public ScaStatus getScaStatus()
public String getAuthenticationMethodId()
public String getPassword()
public String getScaAuthenticationData()
public ScaApproach getChosenScaApproach()
public void setAuthorisationId(String authorisationId)
public void setPsuIdData(PsuIdData psuIdData)
public void setParentId(String parentId)
public void setAuthorisationType(AuthorisationType authorisationType)
public void setScaStatus(ScaStatus scaStatus)
public void setAuthenticationMethodId(String authenticationMethodId)
public void setPassword(String password)
public void setScaAuthenticationData(String scaAuthenticationData)
public void setChosenScaApproach(ScaApproach chosenScaApproach)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.