public interface MessageExtensionFactory
MessageExtension,
Message| Modifier and Type | Method and Description |
|---|---|
MessageExtension |
getExtension(ParameterList parameterList,
boolean isRequest)
Builds a MessageExtension from a parameter list containing the
extension-specific parameters.
|
String |
getTypeUri()
Gets the extension type URI of the extension factory.
|
String getTypeUri()
MessageExtension getExtension(ParameterList parameterList, boolean isRequest) throws MessageException
The parameters MUST NOT contain the openid.
parameterList - The extension parameters with the
openid.isRequest - Indicates whether the parameters were extracted
from an openid request (true), or from an openid
response (false). This may assist the factory
implementation in determining what object type
to instantiate.MessageExceptionCopyright © 2013 Sxip. All Rights Reserved.