Tsukuyomi OpenID
0.2.0

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

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

public class AssociationError
extends DirectError

作成者:
Marius Scurtescu, Johnny Bufu

フィールドの概要
static String ASSOC_ERR
           
protected static List<String> optionalFields
           
protected static List<String> requiredFields
           
 
クラス jp.sourceforge.tsukuyomi.openid.message.DirectError から継承されたフィールド
OPTIONAL_FIELDS, REQUIRED_FIELDS
 
クラス jp.sourceforge.tsukuyomi.openid.message.Message から継承されたフィールド
destinationUrl, MODE_CANCEL, MODE_IDRES, MODE_SETUP_NEEDED, OPENID2_NS
 
コンストラクタの概要
protected AssociationError(ParameterList params)
           
protected AssociationError(String msg, AssociationSessionType type)
           
 
メソッドの概要
static AssociationError createAssociationError(ParameterList params)
           
static AssociationError createAssociationError(String msg, AssociationSessionType type)
           
 String getAssocType()
           
 List<String> getRequiredFields()
           
 String getSessionType()
           
 boolean isValid()
          Check that all required parameters are present
 void setAssociationSessionType(AssociationSessionType type)
           
 
クラス jp.sourceforge.tsukuyomi.openid.message.DirectError から継承されたメソッド
createDirectError, createDirectError, createDirectError, getErrorMsg, isVersion2, setContact, setErrorMsg, setReference
 
クラス 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
 

フィールドの詳細

ASSOC_ERR

public static final String ASSOC_ERR
関連項目:
定数フィールド値

requiredFields

protected static final List<String> requiredFields

optionalFields

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

AssociationError

protected AssociationError(String msg,
                           AssociationSessionType type)

AssociationError

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

createAssociationError

public static AssociationError createAssociationError(String msg,
                                                      AssociationSessionType type)

createAssociationError

public static AssociationError createAssociationError(ParameterList params)

getRequiredFields

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

setAssociationSessionType

public void setAssociationSessionType(AssociationSessionType type)

getSessionType

public String getSessionType()

getAssocType

public String getAssocType()

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.