public class VerificationResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Message |
_authResponse
The authentication response received from the server.
|
private java.lang.String |
_opSetupUrl
Optional parameter returned in a failure response to a immediate
authentication request (AuthImmediateFailure).
|
private java.lang.String |
_statusMsg
An unstructured status / error message.
|
private Identifier |
_verifiedId
Identifier on which authentication and verification were performed
succesfully and which can be used henceforth by Relying Parties to
identify the user.
|
Constructor and Description |
---|
VerificationResult() |
Modifier and Type | Method and Description |
---|---|
Message |
getAuthResponse()
Gets the authentication response message received from the server.
|
java.lang.String |
getOPSetupUrl()
Gets the optional OP user_setup_url parameter, if one was returned in a
failure response to a immediate authentication request.
|
java.lang.String |
getStatusMsg() |
Identifier |
getVerifiedId()
Gets the verified identifier.
|
void |
setAuthResponse(Message authResponse)
Sets the authentication response message received from the server.
|
void |
setOPSetupUrl(java.lang.String opSetupUrl)
Sets the OP user_setup_url parameter, if one was returned in a failure
response to a immediate authentication request.
|
void |
setStatusMsg(java.lang.String statusMsg) |
void |
setVerifiedId(Identifier verifiedId)
Sets the verified identifier.
|
private Identifier _verifiedId
Null if authentication or verification on the claimed identifier failed.
private java.lang.String _opSetupUrl
private Message _authResponse
private java.lang.String _statusMsg
public Identifier getVerifiedId()
public void setVerifiedId(Identifier verifiedId)
public java.lang.String getOPSetupUrl()
Null if the response did not include the user_setup_url parameter.
public void setOPSetupUrl(java.lang.String opSetupUrl) throws MessageException
MessageException
public Message getAuthResponse()
public void setAuthResponse(Message authResponse)
public java.lang.String getStatusMsg()
public void setStatusMsg(java.lang.String statusMsg)
Copyright 2006-2008 Sxip Identity Corporation