|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface MessageExtensionFactory
Factory interface for creating message extension objects for a specific message extension type URI.
MessageExtension
,
Message
メソッドの概要 | |
---|---|
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.
MessageException
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |