|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openid4java.consumer.VerificationResult
public class VerificationResult
Field Summary | |
---|---|
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 Summary | |
---|---|
VerificationResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public VerificationResult()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |