Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.rp
クラス VerificationResult

java.lang.Object
  上位を拡張 jp.sourceforge.tsukuyomi.openid.rp.VerificationResult

public class VerificationResult
extends Object

作成者:
Marius Scurtescu, Johnny Bufu

コンストラクタの概要
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
 

コンストラクタの詳細

VerificationResult

public VerificationResult()
メソッドの詳細

getVerifiedId

public Identifier getVerifiedId()
Gets the verified identifier.


setVerifiedId

public void setVerifiedId(Identifier verifiedId)
Sets the verified identifier.


getIdpSetupUrl

public String getIdpSetupUrl()
Gets the optional IdP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.

Null if the response did not include the user_setup_url parameter.


setIdpSetupUrl

public void setIdpSetupUrl(String idpSetupUrl)
                    throws MessageException
Sets the IdP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.

例外:
MessageException

getAuthResponse

public Message getAuthResponse()
Gets the authentication response message received from the server.


setAuthResponse

public void setAuthResponse(Message authResponse)
Sets the authentication response message received from the server.


getStatusMsg

public String getStatusMsg()

setStatusMsg

public void setStatusMsg(String statusMsg)

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.