Tsukuyomi OpenID
0.2.0

クラス
jp.sourceforge.tsukuyomi.openid.message.AuthRequest の使用

AuthRequest を使用しているパッケージ
jp.sourceforge.tsukuyomi.openid.impl Tsukuyomi OpenID の他の OpenID ライブラリに依存した実装クラスを提供します。 
jp.sourceforge.tsukuyomi.openid.message   
jp.sourceforge.tsukuyomi.openid.rp   
jp.sourceforge.tsukuyomi.openid.rp.impl   
 

jp.sourceforge.tsukuyomi.openid.impl での AuthRequest の使用
 

AuthRequest 型のパラメータを持つ jp.sourceforge.tsukuyomi.openid.impl のコンストラクタ
AuthenticationRequestImpl(HttpServletResponse response, AuthRequest authRequest, String version)
          新たにインスタンスを生成します。
 

jp.sourceforge.tsukuyomi.openid.message での AuthRequest の使用
 

AuthRequest を返す jp.sourceforge.tsukuyomi.openid.message のメソッド
static AuthRequest AuthRequest.createAuthRequest(ParameterList params, RealmVerifier realmVerifier)
           
static AuthRequest AuthRequest.createAuthRequest(String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, RealmVerifier verifier)
           
static AuthRequest AuthRequest.createAuthRequest(String claimedId, String delegate, boolean compatibility, String returnToUrl, String handle, String realm, RealmVerifier verifier)
           
 

jp.sourceforge.tsukuyomi.openid.rp での AuthRequest の使用
 

AuthRequest を返す jp.sourceforge.tsukuyomi.openid.rp のメソッド
 AuthRequest RelayParty.authenticate(DiscoveryInformation discovered, String returnToUrl)
           
 

jp.sourceforge.tsukuyomi.openid.rp.impl での AuthRequest の使用
 

AuthRequest を返す jp.sourceforge.tsukuyomi.openid.rp.impl のメソッド
 AuthRequest RelayPartyImpl.authenticate(DiscoveryInformation discovered, String returnToUrl)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 AuthRequest RelayPartyImpl.authenticate(DiscoveryInformation discovered, String returnToUrl, String realm)
          Builds a authentication request message for the user specified in the discovery information provided as a parameter.
 


Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.