org.openid4java.message
Class AssociationError
java.lang.Object
org.openid4java.message.Message
org.openid4java.message.DirectError
org.openid4java.message.AssociationError
public class AssociationError
- extends DirectError
- Author:
- Marius Scurtescu, Johnny Bufu
Methods inherited from class org.openid4java.message.DirectError |
createDirectError, createDirectError, createDirectError, createDirectError, createDirectError, createDirectError, getErrorMsg, getException, isVersion2, setContact, setErrorMsg, setException, setReference |
Methods inherited from class org.openid4java.message.Message |
addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, wwwFormEncoding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSOC_ERR
public static final java.lang.String ASSOC_ERR
- See Also:
- Constant Field Values
requiredFields
protected static final java.util.List requiredFields
optionalFields
protected static final java.util.List optionalFields
AssociationError
protected AssociationError(java.lang.String msg,
AssociationSessionType type)
AssociationError
protected AssociationError(ParameterList params)
createAssociationError
public static AssociationError createAssociationError(java.lang.String msg,
AssociationSessionType type)
createAssociationError
public static AssociationError createAssociationError(ParameterList params)
getRequiredFields
public java.util.List getRequiredFields()
- Overrides:
getRequiredFields
in class DirectError
setAssociationSessionType
public void setAssociationSessionType(AssociationSessionType type)
getSessionType
public java.lang.String getSessionType()
getAssocType
public java.lang.String getAssocType()
validate
public void validate()
throws MessageException
- Description copied from class:
Message
- Checks that all required parameters are present
- Overrides:
validate
in class Message
- Throws:
MessageException
Copyright © 2012 Sxip. All Rights Reserved.