public interface MessageExtension
Classes that implement this interface should provide a default constructor and register their Type URIs with the MessageExtensionFactory.
Message
Modifier and Type | Method and Description |
---|---|
ParameterList |
getParameters()
Gets the extension-specific parameters.
|
String |
getTypeUri()
Gets the TypeURI that identifies a extension to the OpenID protocol.
|
boolean |
providesIdentifier()
Used by the core OpenID authentication implementation to learn whether
an extension provies authentication services.
|
void |
setParameters(ParameterList params)
Sets the extension-specific parameters.
|
boolean |
signRequired()
Flag for indicating that an extension must be signed.
|
String getTypeUri()
ParameterList getParameters()
Implementations MUST NOT prefix the parameter names with
"openid.
Message
void setParameters(ParameterList params)
Implementations MUST NOT prefix the parameter names with
"openid.
params
- Message
boolean providesIdentifier()
If the extension provides authentication services, the 'openid.identity' and 'openid.signed' parameters are optional.
boolean signRequired()
Copyright © 2013 Sxip. All Rights Reserved.