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, 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 |
IndirectError
protected IndirectError(String msg,
String returnTo)
IndirectError
protected IndirectError(String msg,
String returnTo,
boolean compatibility)
IndirectError
protected IndirectError(OpenIDException e,
String msg,
String returnTo,
boolean compatibility)
IndirectError
protected IndirectError(ParameterList params)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
String returnTo)
createIndirectError
public static IndirectError createIndirectError(String msg,
String returnTo)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
String returnTo,
boolean compatibility)
createIndirectError
public static IndirectError createIndirectError(String msg,
String returnTo,
boolean compatibility)
createIndirectError
public static IndirectError createIndirectError(OpenIDException e,
String msg,
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(String msg)
getErrorMsg
public String getErrorMsg()
setContact
public void setContact(String contact)
getContact
public String getContact()
setReference
public void setReference(String reference)
getReference
public String getReference()
Copyright © 2013 Sxip. All Rights Reserved.