org.openid4java.message
public class AuthFailure extends Message
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
_log |
private static boolean |
DEBUG |
protected static java.util.List |
optionalFields |
protected static java.util.List |
requiredFields |
_destinationUrl, MODE_CANCEL, MODE_IDRES, MODE_SETUP_NEEDED, OPENID2_NS
Modifier | Constructor and Description |
---|---|
|
AuthFailure(boolean compatibility,
java.lang.String returnTo) |
protected |
AuthFailure(ParameterList params) |
Modifier and Type | Method and Description |
---|---|
static AuthFailure |
createAuthFailure(ParameterList params) |
java.util.List |
getRequiredFields() |
boolean |
isVersion2() |
void |
validate()
Checks that all required parameters are present
|
addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, wwwFormEncoding
private static org.apache.commons.logging.Log _log
private static final boolean DEBUG
protected static final java.util.List requiredFields
protected static final java.util.List optionalFields
public AuthFailure(boolean compatibility, java.lang.String returnTo)
protected AuthFailure(ParameterList params)
public static AuthFailure createAuthFailure(ParameterList params) throws MessageException
MessageException
public java.util.List getRequiredFields()
getRequiredFields
in class Message
public boolean isVersion2()
public void validate() throws MessageException
Message
validate
in class Message
MessageException
Copyright 2006-2008 Sxip Identity Corporation