public class StoreRequest extends AxPayload
_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, getCountgetExtension, getParameters, getParameterValue, getTypeUri, providesIdentifier, setParameters, signRequiredprotected 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.
MessageExceptionCopyright © 2013 Sxip. All Rights Reserved.