Tsukuyomi OpenID
0.2.0

jp.sourceforge.tsukuyomi.openid.message
クラス AuthFailure

java.lang.Object
  上位を拡張 jp.sourceforge.tsukuyomi.openid.message.Message
      上位を拡張 jp.sourceforge.tsukuyomi.openid.message.AuthFailure

public class AuthFailure
extends Message

作成者:
Marius Scurtescu, Johnny Bufu

フィールドの概要
protected static List<String> OPTIONAL_FIELDS
           
protected static List<String> REQUIRED_FIELDS
           
 
クラス jp.sourceforge.tsukuyomi.openid.message.Message から継承されたフィールド
destinationUrl, MODE_CANCEL, MODE_IDRES, MODE_SETUP_NEEDED, OPENID2_NS
 
コンストラクタの概要
  AuthFailure(boolean compatibility, String returnTo)
           
protected AuthFailure(ParameterList params)
           
 
メソッドの概要
static AuthFailure createAuthFailure(ParameterList params)
           
 List<String> getRequiredFields()
           
 boolean isValid()
          Check that all required parameters are present
 boolean isVersion2()
           
 
クラス jp.sourceforge.tsukuyomi.openid.message.Message から継承されたメソッド
addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, wwwFormEncoding
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

REQUIRED_FIELDS

protected static final List<String> REQUIRED_FIELDS

OPTIONAL_FIELDS

protected static final List<String> OPTIONAL_FIELDS
コンストラクタの詳細

AuthFailure

public AuthFailure(boolean compatibility,
                   String returnTo)

AuthFailure

protected AuthFailure(ParameterList params)
メソッドの詳細

createAuthFailure

public static AuthFailure createAuthFailure(ParameterList params)
                                     throws MessageException
例外:
MessageException

getRequiredFields

public List<String> getRequiredFields()
オーバーライド:
クラス Message 内の getRequiredFields

isVersion2

public boolean isVersion2()

isValid

public boolean isValid()
クラス Message の記述:
Check that all required parameters are present

オーバーライド:
クラス Message 内の isValid

Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.