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
クラス 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
Copyright © 2008 Project Tsukuyomi. All Rights Reserved.