org.openid4java.message
Class IndirectError
java.lang.Object
org.openid4java.message.Message
org.openid4java.message.IndirectError
public class IndirectError
- extends Message
- Author:
- Marius Scurtescu, Johnny Bufu
Methods inherited from class org.openid4java.message.Message |
addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, getRequiredFields, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, validate, 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
_exception
private OpenIDException _exception
IndirectError
protected IndirectError(java.lang.String msg,
java.lang.String returnTo)
IndirectError
protected IndirectError(java.lang.String msg,
java.lang.String returnTo,
boolean compatibility)
IndirectError
protected IndirectError(OpenIDException e,
java.lang.String msg,
java.lang.String returnTo,
boolean compatibility)
IndirectError
protected IndirectError(ParameterList params)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
java.lang.String returnTo)
createIndirectError
public static IndirectError createIndirectError(java.lang.String msg,
java.lang.String returnTo)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
java.lang.String returnTo,
boolean compatibility)
createIndirectError
public static IndirectError createIndirectError(java.lang.String msg,
java.lang.String returnTo,
boolean compatibility)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
java.lang.String msg,
java.lang.String returnTo,
boolean compatibility)
createIndirectError
public static IndirectError createIndirectError(ParameterList params)
getException
public OpenIDException getException()
setException
public void setException(OpenIDException e)
setErrorMsg
public void setErrorMsg(java.lang.String msg)
getErrorMsg
public java.lang.String getErrorMsg()
setContact
public void setContact(java.lang.String contact)
getContact
public java.lang.String getContact()
setReference
public void setReference(java.lang.String reference)
getReference
public java.lang.String getReference()
Copyright 2006-2008 Sxip Identity Corporation