|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl
public class AuthenticationRequestImpl
OpenID 認証サーバへの認証リクエストを行うためのクラスです。OpenID4Java の実装を隠蔽するためにあるクラスですので、直接このクラスのインスタンスを生成するべきではありません。
コンストラクタの概要 | |
---|---|
AuthenticationRequestImpl(HttpServletResponse response,
AuthRequest authRequest,
String version)
新たにインスタンスを生成します。 |
メソッドの概要 | |
---|---|
Map<String,String> |
getParameterMap()
認証リクエストのためのパラメータを取得します。 |
String |
getPostURL()
認証リクエストを POST で送るための URL を取得します。 |
String |
getRedirectURL()
認証リクエストを送るためのリダイレクト URL を取得します。 |
void |
goNext()
認証サーバのバージョンに応じて、 sendRedirect() または writeForm() を実行します。 |
void |
sendRedirect()
HTTP レスポンスとして認証リクエストのリダイレクトを送信します。 |
void |
writeForm()
認証リクエストを POST で送るためのフォームの HTML を HTTP レスポンスに書き込みます。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public AuthenticationRequestImpl(HttpServletResponse response, AuthRequest authRequest, String version)
response
- HTTP サーブレットレスポンスオブジェクトauthRequest
- OpenID4Java の認証リクエストversion
- 認証サーバが要求する OpenID のバージョンメソッドの詳細 |
---|
public Map<String,String> getParameterMap()
AuthenticationRequest
内の getParameterMap
public String getPostURL()
AuthenticationRequest
内の getPostURL
public String getRedirectURL()
AuthenticationRequest
内の getRedirectURL
public void sendRedirect()
AuthenticationRequest
内の sendRedirect
public void writeForm()
AuthenticationRequest
内の writeForm
public void goNext()
sendRedirect()
または writeForm()
を実行します。
AuthenticationRequest
内の goNext
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |