|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.sourceforge.tsukuyomi.openid.message.Message
jp.sourceforge.tsukuyomi.openid.message.AuthSuccess
public class AuthSuccess
フィールドの概要 | |
---|---|
protected List<String> |
_signExtensions
|
protected List<String> |
_signFields
|
protected static List<String> |
OPTIONAL_FIELDS
|
protected static List<String> |
REQUIRED_FIELDS
|
protected static String |
signRequired1
|
protected static String |
signRequired2
|
protected static String |
signRequired3
|
クラス jp.sourceforge.tsukuyomi.openid.message.Message から継承されたフィールド |
---|
destinationUrl, MODE_CANCEL, MODE_IDRES, MODE_SETUP_NEEDED, OPENID2_NS |
コンストラクタの概要 | |
---|---|
protected |
AuthSuccess(ParameterList params)
|
protected |
AuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
メソッドの概要 | |
---|---|
void |
buildSignedList()
Builds the list of fields that will be signed. |
static AuthSuccess |
createAuthSuccess(ParameterList params)
|
static AuthSuccess |
createAuthSuccess(String opEndpoint,
String claimedId,
String delegate,
boolean compatibility,
String returnTo,
String nonce,
String invalidateHandle,
Association assoc,
boolean signNow)
|
String |
getClaimed()
|
String |
getHandle()
|
String |
getIdentity()
|
String |
getInvalidateHandle()
|
String |
getMode()
|
String |
getNonce()
|
String |
getOpEndpoint()
|
List<String> |
getRequiredFields()
|
String |
getReturnTo()
|
String |
getSignature()
|
String |
getSignedText()
Return the text on which the signature is applied. |
List<String> |
getSignExtensions()
|
String |
getSignList()
|
boolean |
isValid()
Check that all required parameters are present |
boolean |
isVersion2()
|
void |
setClaimed(String claimed)
|
void |
setHandle(String handle)
|
void |
setIdentity(String id)
|
void |
setInvalidateHandle(String handle)
|
void |
setMode(String mode)
|
void |
setNonce(String nonce)
|
void |
setOpEndpoint(String opEndpoint)
|
void |
setReturnTo(String returnTo)
|
void |
setSignature(String sig)
|
void |
setSignExtension(String extensionNamespace)
Sets the list of messages fields that will be signed, in addition to the ones required by the protocol to be signed and any additional fields already configured to be signed. |
void |
setSignExtensions(String[] extensions)
Sets the list of messages fields that will be signed, in addition to the ones required by the protocol to be signed and any additional fields already configured to be signed. |
void |
setSignFields(String userSuppliedList)
Sets the messages fields that will be signed, in addition to the ones required by the protocol to be signed. |
クラス jp.sourceforge.tsukuyomi.openid.message.Message から継承されたメソッド |
---|
addExtension, addExtensionFactory, createMessage, createMessage, getDestinationUrl, getExtension, getExtensionAlias, getExtensionFactory, getExtensions, getParameter, getParameterMap, getParameters, getParameterValue, hasExtension, hasExtensionFactory, hasParameter, keyValueFormEncoding, set, wwwFormEncoding |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
protected static final List<String> REQUIRED_FIELDS
protected static final List<String> OPTIONAL_FIELDS
protected static final String signRequired1
protected static final String signRequired2
protected static final String signRequired3
protected List<String> _signFields
protected List<String> _signExtensions
コンストラクタの詳細 |
---|
protected AuthSuccess(String opEndpoint, String claimedId, String delegate, boolean compatibility, String returnTo, String nonce, String invalidateHandle, Association assoc, boolean signNow) throws AssociationException
AssociationException
protected AuthSuccess(ParameterList params)
メソッドの詳細 |
---|
public static AuthSuccess createAuthSuccess(String opEndpoint, String claimedId, String delegate, boolean compatibility, String returnTo, String nonce, String invalidateHandle, Association assoc, boolean signNow) throws MessageException, AssociationException
MessageException
AssociationException
public static AuthSuccess createAuthSuccess(ParameterList params) throws MessageException
MessageException
public List<String> getRequiredFields()
Message
内の getRequiredFields
public boolean isVersion2()
public void setMode(String mode) throws MessageException
MessageException
public String getMode()
public void setOpEndpoint(String opEndpoint)
public String getOpEndpoint()
public void setIdentity(String id)
public String getIdentity() throws DiscoveryException
DiscoveryException
public void setClaimed(String claimed)
public String getClaimed()
public void setReturnTo(String returnTo)
public String getReturnTo()
public void setNonce(String nonce)
public String getNonce()
public void setInvalidateHandle(String handle)
public String getInvalidateHandle()
public void setHandle(String handle)
public String getHandle()
public void buildSignedList()
setSignFields(String)
setSignExtensions(String[])
This method should be called after any field additions/deletions to/from the message.
public void setSignFields(String userSuppliedList)
userSuppliedList
- Comma-separated list of fields to be signed, without the
"openid." prefixsetSignExtensions(String[])
public void setSignExtensions(String[] extensions)
extensions
- Array of extension namespace URIs to be signed.#setSignExtension
public void setSignExtension(String extensionNamespace)
extensionNamespace
- Extension namespace URI to be signed.#setSignExtensions
public List<String> getSignExtensions()
public void setSignature(String sig)
public String getSignature()
public String getSignList()
public String getSignedText()
public boolean isValid()
Message
の記述:
Message
内の isValid
|
Tsukuyomi OpenID 0.2.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |