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