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, 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 String ASSOC_ERR
- See Also:
- Constant Field Values
requiredFields
protected static final List requiredFields
optionalFields
protected static final List 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 getRequiredFields()
- Overrides:
getRequiredFields in class DirectError
setAssociationSessionType
public void setAssociationSessionType(AssociationSessionType type)
getSessionType
public String getSessionType()
getAssocType
public 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 © 2013 Sxip. All Rights Reserved.