public class UpdateAuthorisationResponse extends Object
| Constructor and Description |
|---|
UpdateAuthorisationResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorisationId() |
ChallengeData |
getChallengeData() |
AuthenticationObject |
getChosenScaMethod() |
Map<String,HrefType> |
getLinks() |
String |
getPsuMessage() |
List<AuthenticationObject> |
getScaMethods() |
String |
getScaStatus() |
void |
setAuthorisationId(String authorisationId) |
void |
setChallengeData(ChallengeData challengeData) |
void |
setChosenScaMethod(AuthenticationObject chosenScaMethod) |
void |
setLinks(Map<String,HrefType> links) |
void |
setPsuMessage(String psuMessage) |
void |
setScaMethods(List<AuthenticationObject> scaMethods) |
void |
setScaStatus(String scaStatus) |
public AuthenticationObject getChosenScaMethod()
public void setChosenScaMethod(AuthenticationObject chosenScaMethod)
public ChallengeData getChallengeData()
public void setChallengeData(ChallengeData challengeData)
public List<AuthenticationObject> getScaMethods()
public void setScaMethods(List<AuthenticationObject> scaMethods)
public String getScaStatus()
public void setScaStatus(String scaStatus)
public String getPsuMessage()
public void setPsuMessage(String psuMessage)
public String getAuthorisationId()
public void setAuthorisationId(String authorisationId)
Copyright © 2020. All rights reserved.