org.openid4java.message
Class AuthFailure
java.lang.Object
org.openid4java.message.Message
org.openid4java.message.AuthFailure
public class AuthFailure
- extends Message
- Author:
- Marius Scurtescu, Johnny Bufu
Field Summary |
private static org.apache.commons.logging.Log |
_log
|
private static boolean |
DEBUG
|
protected static java.util.List |
optionalFields
|
protected static java.util.List |
requiredFields
|
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 |
_log
private static org.apache.commons.logging.Log _log
DEBUG
private static final boolean DEBUG
requiredFields
protected static final java.util.List requiredFields
optionalFields
protected static final java.util.List optionalFields
AuthFailure
public AuthFailure(boolean compatibility,
java.lang.String returnTo)
AuthFailure
protected AuthFailure(ParameterList params)
createAuthFailure
public static AuthFailure createAuthFailure(ParameterList params)
throws MessageException
- Throws:
MessageException
getRequiredFields
public java.util.List getRequiredFields()
- Overrides:
getRequiredFields
in class Message
isVersion2
public boolean isVersion2()
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 2006-2008 Sxip Identity Corporation