public class AuthImmediateFailure 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 |
|---|---|
protected |
AuthImmediateFailure(ParameterList params) |
protected |
AuthImmediateFailure(java.lang.String url,
java.lang.String returnTo,
boolean compatibility) |
| Modifier and Type | Method and Description |
|---|---|
static AuthImmediateFailure |
createAuthImmediateFailure(ParameterList params) |
static AuthImmediateFailure |
createAuthImmediateFailure(java.lang.String url,
java.lang.String returnTo,
boolean compatibility) |
java.util.List |
getRequiredFields() |
java.lang.String |
getUserSetupUrl() |
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, wwwFormEncodingprivate 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
protected AuthImmediateFailure(java.lang.String url,
java.lang.String returnTo,
boolean compatibility)
protected AuthImmediateFailure(ParameterList params)
public static AuthImmediateFailure createAuthImmediateFailure(java.lang.String url, java.lang.String returnTo, boolean compatibility) throws MessageException
MessageExceptionpublic static AuthImmediateFailure createAuthImmediateFailure(ParameterList params) throws MessageException
MessageExceptionpublic java.util.List getRequiredFields()
getRequiredFields in class Messagepublic boolean isVersion2()
public java.lang.String getUserSetupUrl()
public void validate()
throws MessageException
Messagevalidate in class MessageMessageExceptionCopyright 2006-2008 Sxip Identity Corporation