public class ConsentsResponse extends Object
| Constructor and Description |
|---|
ConsentsResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLink(String name,
HrefType link) |
ChallengeData |
getChallengeData() |
AuthenticationObject |
getChosenScaMethod() |
String |
getConsentId() |
String |
getConsentStatus() |
Map<String,HrefType> |
getLinks() |
String |
getPsuMessage() |
List<AuthenticationObject> |
getScaMethods() |
void |
setChallengeData(ChallengeData challengeData) |
void |
setChosenScaMethod(AuthenticationObject chosenScaMethod) |
void |
setConsentId(String consentId) |
void |
setConsentStatus(String consentStatus) |
void |
setLinks(Map<String,HrefType> links) |
void |
setPsuMessage(String psuMessage) |
void |
setScaMethods(List<AuthenticationObject> scaMethods) |
public String getConsentStatus()
public void setConsentStatus(String consentStatus)
public String getConsentId()
public void setConsentId(String consentId)
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)
Copyright © 2020. All rights reserved.