|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.tsukuyomi.openid.message.ax.AxMessage
jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse
public class StoreResponse
Implements the extension for Attribute Exchange store responses.
フィールドの概要 |
---|
クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage から継承されたフィールド |
---|
OPENID_NS_AX, parameters |
コンストラクタの概要 | |
---|---|
protected |
StoreResponse()
Constructs a Store Response with an empty parameter list. |
protected |
StoreResponse(ParameterList params)
Constructs a StoreResponse from a parameter list. |
メソッドの概要 | |
---|---|
static StoreResponse |
createStoreResponse()
Constructs a Store Response with an empty parameter list. |
static StoreResponse |
createStoreResponse(ParameterList params)
Constructs a StoreResponse from a parameter list. |
String |
getStatus()
Gets the status of the Store Response if the 'status' parameter is part of the response, or null otherwise. |
String |
getStatusDescription()
Gets the status of the Store Response if the 'status.description' parameter is part of the response, or null otherwise. |
boolean |
hasFailed()
Returns true if the Store Response is a failure message, true if it is a success response. |
protected void |
setFailure(String description)
Marks the Store Response as a failure, by setting the appropirate parameters. |
クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage から継承されたメソッド |
---|
getExtension, getParameters, getParameterValue, getTypeUri, multivalDecode, multivalEncode, providesIdentifier, setParameters |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
protected StoreResponse()
protected StoreResponse(ParameterList params)
The parameter list can be extracted from a received message with the
getExtensionParams method of the Message class, and MUST NOT contain the
"openid.
メソッドの詳細 |
---|
public static StoreResponse createStoreResponse()
public static StoreResponse createStoreResponse(ParameterList params) throws MessageException
The parameter list can be extracted from a received message with the
getExtensionParams method of the Message class, and MUST NOT contain the
"openid.
MessageException
protected void setFailure(String description)
description
- Describes the error condition leading to the failure responsepublic boolean hasFailed()
public String getStatus()
public String getStatusDescription()
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |