public class SReg11ExtensionFactory extends 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.
|
String |
getTypeUri()
Gets the Type URI that identifies the Simple Registration 1.1 extension.
|
public String getTypeUri()
getTypeUri in interface MessageExtensionFactorypublic MessageExtension getExtension(ParameterList parameterList, boolean isRequest) throws MessageException
getExtension in interface MessageExtensionFactoryparameterList - 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 © 2013 Sxip. All Rights Reserved.