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