|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MessageExtension
Interface for building OpenID extensions.
Classes that implement this interface should provide a default constructor and register their Type URIs with the MessageExtensionFactory.
Message
メソッドの概要 | |
---|---|
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. |
メソッドの詳細 |
---|
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.
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |