public class VerificationResult extends Object
| Constructor and Description |
|---|
VerificationResult() |
| Modifier and Type | Method and Description |
|---|---|
Message |
getAuthResponse()
Gets the authentication response message received from the server.
|
String |
getOPSetupUrl()
Gets the optional OP user_setup_url parameter, if one was returned in a
failure response to a immediate authentication request.
|
String |
getStatusMsg() |
Identifier |
getVerifiedId()
Gets the verified identifier.
|
void |
setAuthResponse(Message authResponse)
Sets the authentication response message received from the server.
|
void |
setOPSetupUrl(String opSetupUrl)
Sets the OP user_setup_url parameter, if one was returned in a failure
response to a immediate authentication request.
|
void |
setStatusMsg(String statusMsg) |
void |
setVerifiedId(Identifier verifiedId)
Sets the verified identifier.
|
public Identifier getVerifiedId()
public void setVerifiedId(Identifier verifiedId)
public String getOPSetupUrl()
public void setOPSetupUrl(String opSetupUrl) throws MessageException
MessageExceptionpublic Message getAuthResponse()
public void setAuthResponse(Message authResponse)
public String getStatusMsg()
public void setStatusMsg(String statusMsg)
Copyright © 2015 WSO2. All rights reserved.