public class StoreRequest extends AxPayload
Modifier and Type | Field and Description |
---|---|
private static org.apache.commons.logging.Log |
_log |
private static boolean |
DEBUG |
_parameters, OPENID_NS_AX
Modifier | Constructor and Description |
---|---|
protected |
StoreRequest()
Constructs a Store Request with an empty parameter list.
|
protected |
StoreRequest(ParameterList params)
Constructs a StoreRequest from a parameter list.
|
Modifier and Type | Method and Description |
---|---|
static StoreRequest |
createStoreRequest()
Constructs a Store Request with an empty parameter list.
|
static StoreRequest |
createStoreRequest(ParameterList params)
Constructs a StoreRequest from a parameter list.
|
boolean |
isValid()
Checks the validity of the extension.
|
addAttribute, addAttribute, addAttributes, getAttributeAlias, getAttributeAliases, getAttributes, getAttributeTypes, getAttributeTypeUri, getAttributeValue, getAttributeValueByTypeUri, getAttributeValues, getAttributeValuesByTypeUri, getCount
getExtension, getParameters, getParameterValue, getTypeUri, providesIdentifier, setParameters, signRequired
private static org.apache.commons.logging.Log _log
private static final boolean DEBUG
protected StoreRequest()
protected StoreRequest(ParameterList params)
The parameter list can be extracted from a received message with the
getExtensionParams method of the Message class, and MUST NOT contain
the "openid.
public static StoreRequest createStoreRequest()
public static StoreRequest createStoreRequest(ParameterList params) throws MessageException
The parameter list can be extracted from a received message with the
getExtensionParams method of the Message class, and MUST NOT contain
the "openid.
MessageException
Copyright 2006-2008 Sxip Identity Corporation