|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.tsukuyomi.openid.rp.VerificationResult
public class VerificationResult
コンストラクタの概要 | |
---|---|
VerificationResult()
|
メソッドの概要 | |
---|---|
Message |
getAuthResponse()
Gets the authentication response message received from the server. |
String |
getIdpSetupUrl()
Gets the optional IdP 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 |
setIdpSetupUrl(String idpSetupUrl)
Sets the IdP 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. |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public VerificationResult()
メソッドの詳細 |
---|
public Identifier getVerifiedId()
public void setVerifiedId(Identifier verifiedId)
public String getIdpSetupUrl()
Null if the response did not include the user_setup_url parameter.
public void setIdpSetupUrl(String idpSetupUrl) throws MessageException
MessageException
public Message getAuthResponse()
public void setAuthResponse(Message authResponse)
public String getStatusMsg()
public void setStatusMsg(String statusMsg)
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |