|
||||||||||
| 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
| 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 |
| 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
MessageExceptionpublic 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 | |||||||||