org.openid4java.message.sreg
public class SReg11ExtensionFactory extends java.lang.Object implements MessageExtensionFactory
Constructor and Description |
---|
SReg11ExtensionFactory() |
Modifier and Type | Method and Description |
---|---|
MessageExtension |
getExtension(ParameterList parameterList,
boolean isRequest)
Instantiates the apropriate Simple Registration object
(request / response) for the supplied parameter list.
|
java.lang.String |
getTypeUri()
Gets the Type URI that identifies the Simple Registration 1.1 extension.
|
public java.lang.String getTypeUri()
getTypeUri
in interface MessageExtensionFactory
public MessageExtension getExtension(ParameterList parameterList, boolean isRequest) throws MessageException
getExtension
in interface MessageExtensionFactory
parameterList
- The Simple Registration specific parameters
(without the openid.isRequest
- Indicates whether the parameters were
extracted from an OpenID request (true),
or from an OpenID response.MessageException
- If a Simple Registration object could not be
instantiated from the supplied parameter list.Copyright 2006-2008 Sxip Identity Corporation