Tsukuyomi OpenID
0.2.0
A B C D E F G H I J K L M N O P R S T U V W X Y _

A

AbstractNonceVerifier - jp.sourceforge.tsukuyomi.openid.rp の クラス
 
AbstractNonceVerifier(int) - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier のコンストラクタ
 
addAttribute(String, String, boolean, int) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Adds an attribute to the fetch request.
addAttribute(String, String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Adds an attribute to the fetch response.
addAttribute(String, String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Adds an attribute to the store request.
addAttribute(String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Adds an attribute to the SReg request.
addAttribute(String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のメソッド
Adds an attribute to the SReg response.
addAuthPolicy(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Adds an authentication policy URI to the auth_policies parameter.
addDeniedRealmDomain(String) - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier のメソッド
 
addExtension(MessageExtension) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Adds a set of extension-specific parameters to a message.
addExtensionFactory(Class<? extends MessageExtensionFactory>) - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static メソッド
Adds a new extension factory.
addParams(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
addPreferredAuthPolicy(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Adds an authentication policy URI to the preferred_auth_policies parameter.
ALGORITHM - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
ASSOC_ERR - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError の static 変数
 
associate() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
アソシエーション確立を行います。
associate() - インタフェース jp.sourceforge.tsukuyomi.openid.OpenIDConsumer のメソッド
アソシエーション確立を行います。
associate(List<DiscoveryInformation>) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
associate(List<DiscoveryInformation>) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.RelayParty のメソッド
 
Association - jp.sourceforge.tsukuyomi.openid.association の クラス
 
AssociationError - jp.sourceforge.tsukuyomi.openid.message の クラス
 
AssociationError(String, AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のコンストラクタ
 
AssociationError(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のコンストラクタ
 
AssociationException - jp.sourceforge.tsukuyomi.openid.association の 例外
 
AssociationException(String) - 例外 jp.sourceforge.tsukuyomi.openid.association.AssociationException のコンストラクタ
 
AssociationException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.association.AssociationException のコンストラクタ
 
AssociationException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.association.AssociationException のコンストラクタ
 
AssociationRequest - jp.sourceforge.tsukuyomi.openid.message の クラス
The OpenID Association Request message.
AssociationRequest(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のコンストラクタ
Creates an Association Request message with the specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType, DiffieHellmanSession) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のコンストラクタ
Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session.
AssociationRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のコンストラクタ
Constructs an AssociationRequest message from a parameter list.
AssociationResponse - jp.sourceforge.tsukuyomi.openid.message の クラス
The OpenID Association Response message.
AssociationResponse(AssociationRequest, Association) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のコンストラクタ
Constructs an AssociationResponse for a given association request.
AssociationResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のコンストラクタ
Constructs an AssociationResponse message from a parameter list.
AssociationSessionType - jp.sourceforge.tsukuyomi.openid.association の クラス
Modells the session and association types allowed in OpenID associations.
AUTH_AGE_UNKNOWN - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse の static 変数
 
authenticate(DiscoveryInformation, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
authenticate(DiscoveryInformation, String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
authenticate(DiscoveryInformation, String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.RelayParty のメソッド
 
AuthenticationRequest - jp.sourceforge.tsukuyomi.openid の インタフェース
OpenID 認証サーバへの認証リクエストを行うためのクラスへのインタフェースです。
AuthenticationRequestImpl - jp.sourceforge.tsukuyomi.openid.impl の クラス
OpenID 認証サーバへの認証リクエストを行うためのクラスです。
AuthenticationRequestImpl(HttpServletResponse, AuthRequest, String) - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のコンストラクタ
新たにインスタンスを生成します。
AuthFailure - jp.sourceforge.tsukuyomi.openid.message の クラス
 
AuthFailure(boolean, String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure のコンストラクタ
 
AuthFailure(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure のコンストラクタ
 
AuthImmediateFailure - jp.sourceforge.tsukuyomi.openid.message の クラス
 
AuthImmediateFailure(String, String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のコンストラクタ
 
AuthImmediateFailure(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のコンストラクタ
 
AuthRequest - jp.sourceforge.tsukuyomi.openid.message の クラス
 
AuthRequest(String, String, boolean, String, String, RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のコンストラクタ
 
AuthRequest(String, String, boolean, String, String, String, RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のコンストラクタ
 
AuthRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のコンストラクタ
 
AuthSuccess - jp.sourceforge.tsukuyomi.openid.message の クラス
 
AuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のコンストラクタ
 
AuthSuccess(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のコンストラクタ
 
AxMessage - jp.sourceforge.tsukuyomi.openid.message.ax の クラス
Base class for the Attribute Exchange implementation.
AxMessage() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のコンストラクタ
Constructs an empty (no parameters) Attribute Exchange extension.
AxMessage(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のコンストラクタ
Constructs an Attribute Exchange extension with a specified list of parameters.

B

buildSignedList() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
Builds the list of fields that will be signed.
BUNDLE - クラス jp.sourceforge.tsukuyomi.openid.Consts の static 変数
Tsukuyomi OpenID 内で使用するメッセージのリソースバンドルです。

C

compareTo(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Compares to another AssociationSessionType; used for sorting.
compareTo(Parameter) - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
Consts - jp.sourceforge.tsukuyomi.openid の クラス
Tsukuyomi OpenID で使用する定数を定義するクラスです。
ConsumerAssociationStore - jp.sourceforge.tsukuyomi.openid.rp の インタフェース
 
copyOf(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
create(String) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static メソッド
Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type.
create(String, String) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static メソッド
Creates a OpenID 2 AssociationSessionType with the specified session and association types.
create(String, String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static メソッド
Creates a AssociationSessionType with the specified session and association types.
create(AssociationSessionType, String, String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
create(AssociationSessionType, DHParameterSpec) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
createAssociationError(String, AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError の static メソッド
 
createAssociationError(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError の static メソッド
 
createAssociationRequest(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static メソッド
 
createAssociationRequest(AssociationSessionType, DiffieHellmanSession) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static メソッド
 
createAssociationRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static メソッド
 
createAssociationResponse(AssociationRequest, Association) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse の static メソッド
 
createAssociationResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse の static メソッド
 
createAuthFailure(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure の static メソッド
 
createAuthImmediateFailure(String, String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure の static メソッド
 
createAuthImmediateFailure(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure の static メソッド
 
createAuthRequest(String, String, boolean, String, String, RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static メソッド
 
createAuthRequest(String, String, boolean, String, String, String, RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static メソッド
 
createAuthRequest(ParameterList, RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static メソッド
 
createAuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static メソッド
 
createAuthSuccess(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static メソッド
 
createDirectError(String) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError の static メソッド
 
createDirectError(String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError の static メソッド
 
createDirectError(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError の static メソッド
 
createFetchRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest の static メソッド
Constructs a Fetch Request with an empty parameter list.
createFetchRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest の static メソッド
Constructs a FetchRequest from a parameter list.
createFetchRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest の static メソッド
Constructs a SReg Request with an empty parameter list.
createFetchResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse の static メソッド
Constructs a Fetch Response with an empty parameter list.
createFetchResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse の static メソッド
 
createFetchResponse(FetchRequest, Map<String, String>) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse の static メソッド
Creates a FetchResponse from a FetchRequest message and the data released by the user.
createFetchResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse の static メソッド
Constructs a SReg Response with an empty parameter list.
createFromKeyValueForm(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList の static メソッド
 
createFromQueryString(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList の static メソッド
Create a parameter list based on a URL encoded HTTP query string.
createHmacSha1(String, byte[], int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
createHmacSha1(String, byte[], Date) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
createHmacSha256(String, byte[], int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
createHmacSha256(String, byte[], Date) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
createMacKey(String, byte[]) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
createMessage() - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static メソッド
 
createMessage(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static メソッド
 
createPapeRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest の static メソッド
Constructs a Pape Request with an empty parameter list.
createPapeRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest の static メソッド
Constructs a PapeRequest from a parameter list.
createPapeResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse の static メソッド
Constructs a Pape Response with an empty parameter list.
createPapeResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse の static メソッド
 
createSRegRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest の static メソッド
Constructs a SRegRequest from a parameter list.
createSRegResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse の static メソッド
 
createSRegResponse(SRegRequest, Map<String, String>) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse の static メソッド
Creates a SRegResponse from a SRegRequest message and the data released by the user.
createStoreRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest の static メソッド
Constructs a Store Request with an empty parameter list.
createStoreRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest の static メソッド
Constructs a StoreRequest from a parameter list.
createStoreResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse の static メソッド
Constructs a Store Response with an empty parameter list.
createStoreResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse の static メソッド
Constructs a StoreResponse from a parameter list.
createVerifyRequest(AuthSuccess) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest の static メソッド
 
createVerifyRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest の static メソッド
 
createVerifyResponse(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse の static メソッド
 
createVerifyResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse の static メソッド
 

D

DEBUG - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl の static 変数
 
decryptMacKey(String, String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
Decrypts the association AMC key.
DEFAULT_GENERATOR - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
DEFAULT_GENERATOR_BASE64 - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
DEFAULT_MODULUS_BASE64 - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
DEFAULT_MODULUS_HEX - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
DENIED_REALM - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
destinationUrl - クラス jp.sourceforge.tsukuyomi.openid.message.Message の変数
 
DH_COMPAT_SHA1 - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
DH_SHA1 - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
DH_SHA256 - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
DiffieHellmanSession - jp.sourceforge.tsukuyomi.openid.association の クラス
 
DirectError - jp.sourceforge.tsukuyomi.openid.message の クラス
 
DirectError(String) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のコンストラクタ
 
DirectError(String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のコンストラクタ
 
DirectError(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のコンストラクタ
 
discover(Identifier) - インタフェース jp.sourceforge.tsukuyomi.openid.discovery.Discovery のメソッド
 
discover(UrlIdentifier) - インタフェース jp.sourceforge.tsukuyomi.openid.discovery.HtmlResolver のメソッド
 
discover(Identifier) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl のメソッド
 
discover(UrlIdentifier) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.HtmlResolverImpl のメソッド
Performs HTML discovery on the supplied URL identifier.
discover(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
discover(String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.RelayParty のメソッド
 
discover(String) - クラス jp.sourceforge.tsukuyomi.openid.yadis.impl.YadisResolverImpl のメソッド
Performs Yadis discovery on the YadisURL.
discover(String) - インタフェース jp.sourceforge.tsukuyomi.openid.yadis.YadisResolver のメソッド
 
Discovery - jp.sourceforge.tsukuyomi.openid.discovery の インタフェース
 
DiscoveryException - jp.sourceforge.tsukuyomi.openid.discovery の 例外
 
DiscoveryException() - 例外 jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryException のコンストラクタ
 
DiscoveryException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryException のコンストラクタ
 
DiscoveryException(String) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryException のコンストラクタ
 
DiscoveryException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryException のコンストラクタ
 
DiscoveryImpl - jp.sourceforge.tsukuyomi.openid.discovery.impl の クラス
 
DiscoveryImpl() - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl のコンストラクタ
 
DiscoveryInformation - jp.sourceforge.tsukuyomi.openid.discovery の クラス
 
DiscoveryInformation(URL) - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のコンストラクタ
 
DiscoveryInformation(URL, Identifier) - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のコンストラクタ
 
DiscoveryInformation(URL, Identifier, String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のコンストラクタ
 
DiscoveryInformation(URL, Identifier, String, String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のコンストラクタ
 
DOMAIN_MISMATCH - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
dump() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
 

E

encryptMacKey(byte[], String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
Encrypts the association MAC key.
equals(Object) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
 
equals(Object) - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のメソッド
 
equals(Object) - クラス jp.sourceforge.tsukuyomi.openid.discovery.XriIdentifier のメソッド
 
equals(Object) - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
equals(Object) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
extractConsumerNonce(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Extracts the consumer-side nonce from the return_to parameter in authentication response from a OpenID 1.1 Provider.
extractDiscoveryInformation(XRDS, Identifier) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl の static メソッド
Extracts OpenID discovery endpoints from a XRDS discovery result.
extractDiscoveryInformation(XRDS, XriIdentifier, Resolver) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl の static メソッド
Extracts OpenID discovery endpoints from a XRDS discovery result for XRI identifiers.
extractDiscoveryInformationOpenID(Resolver, ArrayList<DiscoveryInformation>, XRD, XriIdentifier, String, boolean) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl の static メソッド
 
extractQueryParams(URL) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Returns a Map(key, List(values)) with the URL's query params, or null if the URL doesn't have a query string.

F

FAILED_ASSOC_HANDLE - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
FetchRequest - jp.sourceforge.tsukuyomi.openid.message.ax の クラス
Implements the extension for Attribute Exchange fetch requests.
FetchRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のコンストラクタ
Constructs a Fetch Request with an empty parameter list.
FetchRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のコンストラクタ
Constructs a FetchRequest from a parameter list.
FetchResponse - jp.sourceforge.tsukuyomi.openid.message.ax の クラス
Implements the extension for Attribute Exchange fetch responses.
FetchResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のコンストラクタ
Constructs a Fetch Response with an empty parameter list.
FetchResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のコンストラクタ
Constructs a FetchResponse from a parameter list.
findProvider(String) - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
OpenID Identifier で OpenID プロバイダを探しに行った際、OpenID プロバイダを取得できるかを調べます。
findProvider(String) - インタフェース jp.sourceforge.tsukuyomi.openid.OpenIDConsumer のメソッド
OpenID Identifier で OpenID プロバイダを探しに行った際、OpenID プロバイダを取得できるかを調べます。
FRAGMENT_NOT_ALLOWED - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 

G

generate(String, String, int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateHmacSha1(String, int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateHmacSha256(String, int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateKeyPair(DHParameterSpec) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
generateMacKey(String, int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateMacSha1Key() - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateMacSha256Key() - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
generateRandomParameter(int, int) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
GET_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
GET_INVALID_RESPONSE - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
GET_NO_XRDS - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
GET_TRANSPORT_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
getAssociation(DiffieHellmanSession) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Generates an Association object from an Association Response.
getAssociationType() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Gets the association type.
getAssocType() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のメソッド
 
getAttributeAliases() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Gets a list of attribute aliases.
getAttributeAliases() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Gets a list of attribute aliases.
getAttributeNames() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のメソッド
Gets a list of attribute names in the SReg response.
getAttributes(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Returns a map with the requested attributes.
getAttributes() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Gets all requested attributes (required and optional).
getAttributes() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Gets a map with attribute aliases -> list of values.
getAttributes() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Gets a map with attribute aliases -> list of values.
getAttributes(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Returns a map with the requested attributes.
getAttributes() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Gets all requested attributes (required and optional).
getAttributes() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のメソッド
Gets a map with attribute names -> values.
getAttributeValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のメソッド
Returns the value of an attribute.
getAttributeValues(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Returns a list with the attribute value(s) associated for the specified attribute alias.
getAttributeValues(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Returns a list with the attribute value(s) associated with the specified alias.
getAuthAge() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Gets the value of the auth_age parameter.
getAuthenticationRequest() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
認証リクエストを取得します。
getAuthenticationRequest() - インタフェース jp.sourceforge.tsukuyomi.openid.OpenIDConsumer のメソッド
認証リクエストを取得します。
getAuthPolicies() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Gets the auth_policies parameter value.
getAuthPoliciesList() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Gets a list with the auth_policies.
getAuthResponse() - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Gets the authentication response message received from the server.
getClaimed() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getClaimed() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getClaimedId() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
Gets the claimed identifier.
getClaimedIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
getConnTimeout() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getContentType() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the content-type of the response from which the XRDS was extracted.
getCount(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Returns the number of values requested for the specified attribute alias, or 1 (the default number) if the count parameter is absent.
getCount(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Gets the number of values provided in the fetch response for the specified attribute alias.
getCount(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Gets the number of values provided in the fetch response for the specified attribute alias.
getDefaultParameter() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
getDelegate(Service, boolean) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl の static メソッド
 
getDelegate1() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
getDelegate2() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
getDelegateIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
getDeniedRealmDomains() - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier のメソッド
 
getDestinationUrl(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Gets the URL where the message should be sent, where applicable.
getDhGen() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Gets the Diffie-Hellman generator parameter of the message, or null for messages with no-encryption sessions.
getDhModulus() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Gets the Diffie-Hellman modulus parameter of the message, or null for messages with no-encryption sessions.
getDhPublicKey() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Gets the Relying Party's (consumer) Diffie-Hellman public key, or null for messages with no-encryption sessions.
getDHSess() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Gets the Diffie-Hellman session Null for no-encryption association requests.
getDigestedZZ(String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
 
getErrorMsg() - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
getExpiry() - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
getExtension(ParameterList, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Instantiates the apropriate Attribute Exchange object (fetch / store - request / response) for the supplied parameter list.
getExtension(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Gets a MessageExtension for the specified Type URI if an implementation is available, or null otherwise.
getExtension(ParameterList, boolean) - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtensionFactory のメソッド
Builds a MessageExtension from a parameter list containing the extension-specific parameters.
getExtension(ParameterList, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Instantiates the apropriate OpenID Provider Authentication Policy extension object (request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Instantiates the apropriate Simple Registration object (request / response) for the supplied parameter list.
getExtensionAlias(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Retrieves the extension alias that will be used for the extension identified by the supplied extension type URI.
getExtensionFactory(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static メソッド
Gets a MessageExtensionFactory for the specified Type URI if an implementation is available, or null otherwise.
getExtensions() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Gets a set of extension Type URIs that are present in the message.
getFailedAssociation(int) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
getFailureCause() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the throwable (or exception) that caused the failure of the Yadis discovery, if one was thrown and intercepted
getGenerator() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
Gets the generator for the Diffie-Hellman key echange.
getHAlgorithm() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Gets the H algorithm of the Diffie-Hellman session, or null for no-encryption session types.
getHandle() - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
getHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest のメソッド
 
getHttpClient() - インタフェース jp.sourceforge.tsukuyomi.openid.http.HttpClientManager のメソッド
 
getHttpClient(Boolean) - インタフェース jp.sourceforge.tsukuyomi.openid.http.HttpClientManager のメソッド
 
getHttpClient() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getHttpClient(Boolean) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getHttpClientManager() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
getIdentifier() - インタフェース jp.sourceforge.tsukuyomi.openid.discovery.Identifier のメソッド
 
getIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のメソッド
 
getIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.XriIdentifier のメソッド
 
getIdentity() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getIdentity() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getIdp1Endpoint() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
getIdp2Endpoint() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
getIdpEndpoint() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
getIdpSetupUrl() - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Gets the optional IdP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
getInstance() - クラス jp.sourceforge.tsukuyomi.openid.rp.RelayPartyFactory の static メソッド
 
getInvalidateHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getInvalidateHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest のメソッド
 
getInvalidateHandle() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
getKey() - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
getKeySize() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Gets the MAC key size, in bits, of this association type.
getMacKey() - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
getMaxAge() - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier のメソッド
 
getMaxAge() - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier のメソッド
Returns the expiration timeout for nonces, in seconds
getMaxAuthAge() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Gets the max_auth_age parameter.
getMaxHtmlSize() - インタフェース jp.sourceforge.tsukuyomi.openid.http.HttpClientManager のメソッド
 
getMaxHtmlSize() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getMaxRedirects() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getMaxXmlSize() - インタフェース jp.sourceforge.tsukuyomi.openid.http.HttpClientManager のメソッド
 
getMaxXmlSize() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getMode() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getModulus() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
Gets the modulus for the Diffie-Hellman key echange.
getNistAuthLevel() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Gets the value of the nist_auth_level parameter.
getNonce() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getNormalizedUrl() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the result of following redirects on the YadisURL
getOPEndpoint() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getOpEndpoint() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
getParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Gets a the value of the parameter with the specified name.
getParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
getParameterMap() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
認証リクエストのためのパラメータを取得します。
getParameterMap() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
認証リクエストのためのパラメータを取得します。
getParameterMap() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
getParameters() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Gets ParameterList containing the Attribute Exchange extension-specific parameters.
getParameters() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
getParameters() - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtension のメソッド
Gets the extension-specific parameters.
getParameters() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Gets ParameterList containing the OpenID Provider Authentication Policy extension-specific parameters.
getParameters() - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
getParameters() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Gets ParameterList containing the Simple Registration extension-specific parameters.
getParameterValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Gets a the value of the parameter with the specified name.
getParameterValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
getParameterValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Gets a the value of the parameter with the specified name.
getParameterValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
getParameterValue(String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Gets a the value of the parameter with the specified name.
getPostURL() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
認証リクエストを POST で送るための URL を取得します。
getPostURL() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
認証リクエストを POST で送るための URL を取得します。
getPreferredAuthPolicies() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Gets the preferred_auth_policies parameter value.
getPreferredAuthPoliciesList() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Gets a list with the preferred_auth_policies.
getPrivateKey() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
 
getProxyHostName() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getProxyPassword() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getProxyPort() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getProxyUserName() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getPublicKey() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
Get the Diffie-Hellman public key.
getRealm() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getRealmVerifier() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
Gets the RealmVerifier used to verify realms against return_to URLs.
getRedirectURL() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
認証リクエストを送るためのリダイレクト URL を取得します。
getRedirectURL() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
認証リクエストを送るためのリダイレクト URL を取得します。
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
getRequiredFields() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
getReturnTo() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
getReturnTo() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getReturnURL() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyConfigImpl のメソッド
 
getReturnURL() - インタフェース jp.sourceforge.tsukuyomi.openid.rp.RelayPartyConfig のメソッド
 
getSessionType() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Gets the session type.
getSessionType() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のメソッド
 
getSignature() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getSignedText() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
Return the text on which the signature is applied.
getSignExtensions() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getSignList() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
getSocketTimeout() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
getStatus() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のメソッド
Gets the status of the Store Response if the 'status' parameter is part of the response, or null otherwise.
getStatus() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the status code which indicates whether the Yadis discovery succeeded or failed.
getStatusCode() - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のメソッド
 
getStatusDescription() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のメソッド
Gets the status of the Store Response if the 'status.description' parameter is part of the response, or null otherwise.
getStatusMessage() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets a status message giving more details about the status of the Yadis discovery.
getStatusMsg() - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
 
getType() - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
getType() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
 
getType() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Gets the association / session type of the association request.
getType() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Gets the association / session type of the association response.
getTypeUri() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Gets the Type URI that identifies the Attribute Exchange extension.
getTypeUri() - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtension のメソッド
Gets the TypeURI that identifies a extension to the OpenID protocol.
getTypeUri() - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtensionFactory のメソッド
Gets the extension type URI of the extension factory.
getTypeUri() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Gets the Type URI that identifies the OpenID Provider Authentication Policy extension.
getTypeUri() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Gets the Type URI that identifies the Simple Registration extension.
getUpdateUrl() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Gets the optional policy URL parameter if available, or null otherwise.
getUrl() - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のメソッド
 
getUrl() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisUrl のメソッド
Gets the URL to be used in Yadis transactions.
getUserSetupUrl() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のメソッド
 
getValue() - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
getVerifiedId() - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Gets the verified identifier.
getVersion() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
getXrds() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the Yadis Resource Descriptor (XRDS) document.
getXrdsLocation() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the Yadis Resource Descriptor (XRDS) location
getXriIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.XriIdentifier のメソッド
 
getYadisUrl() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Gets the YadisUrl on which discovery is to be performed.
GMT_TIME_ZONE - クラス jp.sourceforge.tsukuyomi.openid.util.InternetDateFormat の static 変数
 
goNext() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
認証サーバのバージョンに応じて、 AuthenticationRequest.sendRedirect() または AuthenticationRequest.writeForm() を実行します。
goNext() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
認証サーバのバージョンに応じて、 AuthenticationRequestImpl.sendRedirect() または AuthenticationRequestImpl.writeForm() を実行します。

H

H_ALGORITHM_SHA1 - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
H_ALGORITHM_SHA256 - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static 変数
 
hasClaimedIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
hasDelegateIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
hasExpired() - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
hasExtension(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Returns true if the message has parameters for the specified extension type URI.
hasExtensionFactory(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static メソッド
Returns true if there is an extension factory available for extension identified by the specified Type URI, or false otherwise.
hasFailed() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のメソッド
Returns true if the Store Response is a failure message, true if it is a success response.
hashCode() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
 
hashCode() - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のメソッド
 
hashCode() - クラス jp.sourceforge.tsukuyomi.openid.discovery.XriIdentifier のメソッド
 
hashCode() - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
hashCode() - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
hasParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
hasParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Checks if the extension contains a parameter.
hasParameter(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
HEAD_INVALID_RESPONSE - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
HEAD_TRANSPORT_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
HMAC_SHA1_ALGORITHM - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
HMAC_SHA1_KEYSIZE - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
HMAC_SHA256_ALGORITHM - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
HMAC_SHA256_KEYSIZE - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
HTMLMETA_DOWNLOAD_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
HTMLMETA_INVALID_RESPONSE - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
HtmlResolver - jp.sourceforge.tsukuyomi.openid.discovery の インタフェース
 
HtmlResolverImpl - jp.sourceforge.tsukuyomi.openid.discovery.impl の クラス
 
HtmlResolverImpl() - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.HtmlResolverImpl のコンストラクタ
 
HtmlResult - jp.sourceforge.tsukuyomi.openid.discovery の クラス
Holds information obtained by performing HTML discovery on an URL.
HtmlResult() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のコンストラクタ
Constructs an empty HtmlResult object.
HttpClientManager - jp.sourceforge.tsukuyomi.openid.http の インタフェース
 
HttpClientManagerImpl - jp.sourceforge.tsukuyomi.openid.http.impl の クラス
 
HttpClientManagerImpl() - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のコンストラクタ
 

I

Identifier - jp.sourceforge.tsukuyomi.openid.discovery の インタフェース
 
IdentifierException - jp.sourceforge.tsukuyomi.openid.discovery の 例外
 
IdentifierException() - 例外 jp.sourceforge.tsukuyomi.openid.discovery.IdentifierException のコンストラクタ
 
IdentifierException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.IdentifierException のコンストラクタ
 
IdentifierException(String) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.IdentifierException のコンストラクタ
 
IdentifierException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.discovery.IdentifierException のコンストラクタ
 
IdentifierParser - jp.sourceforge.tsukuyomi.openid.discovery の クラス
 
IdentifierParser() - クラス jp.sourceforge.tsukuyomi.openid.discovery.IdentifierParser のコンストラクタ
 
IncrementalNonceGenerator - jp.sourceforge.tsukuyomi.openid.op.impl の クラス
 
IncrementalNonceGenerator() - クラス jp.sourceforge.tsukuyomi.openid.op.impl.IncrementalNonceGenerator のコンストラクタ
 
InMemoryConsumerAssociationStore - jp.sourceforge.tsukuyomi.openid.rp.impl の クラス
 
InMemoryConsumerAssociationStore() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のコンストラクタ
 
InMemoryNonceVerifier - jp.sourceforge.tsukuyomi.openid.rp.impl の クラス
 
InMemoryNonceVerifier(int) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryNonceVerifier のコンストラクタ
 
InMemoryNonceVerifier() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryNonceVerifier のコンストラクタ
 
insertConsumerNonce(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Inserts a consumer-side nonce as a custom parameter in the return_to parameter of the authentication request.
InternetDateFormat - jp.sourceforge.tsukuyomi.openid.util の クラス
A date formatter based on the Internet Date/Time format.
InternetDateFormat() - クラス jp.sourceforge.tsukuyomi.openid.util.InternetDateFormat のコンストラクタ
 
INVALID_SCHEME - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
INVALID_TIMESTAMP - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier の static 変数
The timestamp of the nonce is invalid, it cannot be parsed.
INVALID_URL - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
isBetter(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Returns true if the specified argument's encryption level is considered better than the one of the current instance.
isDhSha1Supported() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
isDhSha256Supported() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
isDhShaSupported(String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
isDhSupported(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 
isHmacSha1Supported() - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
isHmacSha256Supported() - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
isHmacSupported(String) - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static メソッド
 
isImmediate() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
isSignatureVerified() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
isTooOld(Date, Date) - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Checks if the message is a valid OpenID Association Request.
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Checks if the message is a valid OpenID Association Response..
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Checks the validity of the extension.
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のメソッド
Checks the validity of the extension.
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
Check that all required parameters are present
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Checks the validity of the extension.
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Checks the validity of the extension.
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest のメソッド
 
isValid() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
Returns true for OpenID 2 AssociationSessionType's, or false for OpenID 1.x types.
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest のメソッド
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
isVersion2() - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
isVersion2(String) - クラス jp.sourceforge.tsukuyomi.openid.OpenID の static メソッド
OpenID のバージョン表記からバージョン 2 かどうかを取得します。

J

jp.sourceforge.tsukuyomi.openid - パッケージ jp.sourceforge.tsukuyomi.openid
OpenID のコンシューマを簡単に作成、利用するためのクラスを提供します。
jp.sourceforge.tsukuyomi.openid.association - パッケージ jp.sourceforge.tsukuyomi.openid.association
 
jp.sourceforge.tsukuyomi.openid.discovery - パッケージ jp.sourceforge.tsukuyomi.openid.discovery
 
jp.sourceforge.tsukuyomi.openid.discovery.impl - パッケージ jp.sourceforge.tsukuyomi.openid.discovery.impl
 
jp.sourceforge.tsukuyomi.openid.http - パッケージ jp.sourceforge.tsukuyomi.openid.http
 
jp.sourceforge.tsukuyomi.openid.http.impl - パッケージ jp.sourceforge.tsukuyomi.openid.http.impl
 
jp.sourceforge.tsukuyomi.openid.impl - パッケージ jp.sourceforge.tsukuyomi.openid.impl
Tsukuyomi OpenID の他の OpenID ライブラリに依存した実装クラスを提供します。
jp.sourceforge.tsukuyomi.openid.message - パッケージ jp.sourceforge.tsukuyomi.openid.message
 
jp.sourceforge.tsukuyomi.openid.message.ax - パッケージ jp.sourceforge.tsukuyomi.openid.message.ax
 
jp.sourceforge.tsukuyomi.openid.message.pape - パッケージ jp.sourceforge.tsukuyomi.openid.message.pape
 
jp.sourceforge.tsukuyomi.openid.message.sreg - パッケージ jp.sourceforge.tsukuyomi.openid.message.sreg
 
jp.sourceforge.tsukuyomi.openid.op - パッケージ jp.sourceforge.tsukuyomi.openid.op
 
jp.sourceforge.tsukuyomi.openid.op.impl - パッケージ jp.sourceforge.tsukuyomi.openid.op.impl
 
jp.sourceforge.tsukuyomi.openid.rp - パッケージ jp.sourceforge.tsukuyomi.openid.rp
 
jp.sourceforge.tsukuyomi.openid.rp.impl - パッケージ jp.sourceforge.tsukuyomi.openid.rp.impl
 
jp.sourceforge.tsukuyomi.openid.util - パッケージ jp.sourceforge.tsukuyomi.openid.util
 
jp.sourceforge.tsukuyomi.openid.yadis - パッケージ jp.sourceforge.tsukuyomi.openid.yadis
 
jp.sourceforge.tsukuyomi.openid.yadis.impl - パッケージ jp.sourceforge.tsukuyomi.openid.yadis.impl
 

K

KEY_PREFIX - クラス jp.sourceforge.tsukuyomi.openid.Consts の static 変数
メッセージリソースなどのキーに用いるプレフィックスです。
keyValueFormEncoding() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 

L

load(String, String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.ConsumerAssociationStore のメソッド
 
load(String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.ConsumerAssociationStore のメソッド
 
load(String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のメソッド
 
load(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のメソッド
 

M

MALFORMED_REALM - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
MALFORMED_RETURN_TO_URL - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
match(String, String) - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier のメソッド
 
matchType(Service, String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl の static メソッド
 
maxAge - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier の変数
 
Message - jp.sourceforge.tsukuyomi.openid.message の クラス
 
Message() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のコンストラクタ
 
Message(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のコンストラクタ
 
MessageException - jp.sourceforge.tsukuyomi.openid.message の 例外
 
MessageException(String) - 例外 jp.sourceforge.tsukuyomi.openid.message.MessageException のコンストラクタ
 
MessageException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.message.MessageException のコンストラクタ
 
MessageException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.message.MessageException のコンストラクタ
 
MessageExtension - jp.sourceforge.tsukuyomi.openid.message の インタフェース
Interface for building OpenID extensions.
MessageExtensionFactory - jp.sourceforge.tsukuyomi.openid.message の インタフェース
Factory interface for creating message extension objects for a specific message extension type URI.
MODE_ASSOC - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static 変数
 
MODE_CANCEL - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static 変数
 
MODE_CHKAUTH - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest の static 変数
 
MODE_IDRES - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static 変数
 
MODE_IMMEDIATE - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static 変数
 
MODE_SETUP - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static 変数
 
MODE_SETUP_NEEDED - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static 変数
 
multivalDecode(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Decodes a string value according to the conventions for supporting multiple values for a parameter (commas and backslashes are escaped).
multivalDecode(String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Decodes a string value according to the conventions for supporting multiple values for a parameter (commas and backslashes are escaped).
multivalEncode(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Encodes a string value according to the conventions for supporting multiple values for a parameter (commas and backslashes are escaped).
multivalEncode(String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Encodes a string value according to the conventions for supporting multiple values for a parameter (commas and backslashes are escaped).

N

next() - クラス jp.sourceforge.tsukuyomi.openid.op.impl.IncrementalNonceGenerator のメソッド
 
next() - インタフェース jp.sourceforge.tsukuyomi.openid.op.NonceGenerator のメソッド
 
NO_ENCRYPTION_COMPAT_SHA1MAC - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
NO_ENCRYPTION_SHA1MAC - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
NO_ENCRYPTION_SHA256MAC - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType の static 変数
 
NonceGenerator - jp.sourceforge.tsukuyomi.openid.op の インタフェース
 
NonceVerifier - jp.sourceforge.tsukuyomi.openid.rp の インタフェース
 
normalize(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier の static メソッド
 

O

OK - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
OK - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier の static 変数
This noce is valid and it was not seen before.
OK - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
OpenID - jp.sourceforge.tsukuyomi.openid の クラス
OpenID に関するユーティリティクラスです。
OPENID10 - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation の static 変数
 
OPENID11 - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation の static 変数
 
OPENID2 - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation の static 変数
 
OPENID2_NS - クラス jp.sourceforge.tsukuyomi.openid.message.Message の static 変数
 
OPENID2_OP - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation の static 変数
 
OPENID_NS_AX - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage の static 変数
The Attribute Exchange Type URI.
OPENID_NS_PAPE - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage の static 変数
The OpenID Provider Authentication Policy extension URI.
OPENID_NS_SREG - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage の static 変数
The Simple Registration Type URI.
OpenIDConsumer - jp.sourceforge.tsukuyomi.openid の インタフェース
OpenID コンシューマに対するインタフェースです。
OpenIDConsumerImpl - jp.sourceforge.tsukuyomi.openid.impl の クラス
OpenID コンシューマを提供するクラスです。
OpenIDConsumerImpl() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のコンストラクタ
新たにインスタンスを生成します。
OpenIDException - jp.sourceforge.tsukuyomi.openid の 例外
 
OpenIDException() - 例外 jp.sourceforge.tsukuyomi.openid.OpenIDException のコンストラクタ
 
OpenIDException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.OpenIDException のコンストラクタ
 
OpenIDException(String) - 例外 jp.sourceforge.tsukuyomi.openid.OpenIDException のコンストラクタ
 
OpenIDException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.OpenIDException のコンストラクタ
 
OpenIDManager - jp.sourceforge.tsukuyomi.openid の インタフェース
推奨されていません。 
OpenIDManagerImpl - jp.sourceforge.tsukuyomi.openid.impl の クラス
推奨されていません。 
OpenIDManagerImpl() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDManagerImpl のコンストラクタ
推奨されていません。  
OpenIDRuntimeException - jp.sourceforge.tsukuyomi.openid の 例外
Tsukuyomi OpenID で発生するさまざまな例外をラップする実行時例外クラスです。
OpenIDRuntimeException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.OpenIDRuntimeException のコンストラクタ
原因の例外を指定して新たに例外オブジェクトを生成します。
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError の static 変数
 
OPTIONAL_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse の static 変数
 
optionalFields - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError の static 変数
 

P

PAPE_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest の static 変数
 
PAPE_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse の static 変数
 
PAPE_POLICY_MULTI_FACTOR - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage の static 変数
 
PAPE_POLICY_MULTI_FACTOR_PHYSICAL - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage の static 変数
 
PAPE_POLICY_PHISHING_RESISTANT - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage の static 変数
 
PapeMessage - jp.sourceforge.tsukuyomi.openid.message.pape の クラス
Base class for the OpenID Provider Authentication Policy extension implementation.
PapeMessage() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のコンストラクタ
Constructs an empty (no parameters) OpenID Provider Authentication Policy extension.
PapeMessage(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のコンストラクタ
Constructs an OpenID Provider Authentication Policy extension with a specified list of parameters.
PapeRequest - jp.sourceforge.tsukuyomi.openid.message.pape の クラス
Implements the extension for OpenID Provider Authentication Policy requests.
PapeRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のコンストラクタ
Constructs a Pape Request with an empty parameter list.
PapeRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のコンストラクタ
Constructs a PapeRequest from a parameter list.
PapeResponse - jp.sourceforge.tsukuyomi.openid.message.pape の クラス
Implements the extension for OpenID Provider Authentication Policy responses.
PapeResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のコンストラクタ
Constructs a Pape Response with an empty parameter list.
PapeResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のコンストラクタ
Constructs a Pape Response from a parameter list.
Parameter - jp.sourceforge.tsukuyomi.openid.message の クラス
A key / value pair which is part of an OpenID message.
Parameter(String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のコンストラクタ
 
ParameterList - jp.sourceforge.tsukuyomi.openid.message の クラス
A list of parameters that are part of an OpenID message.
ParameterList() - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のコンストラクタ
 
ParameterList(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のコンストラクタ
 
ParameterList(Map<?, ?>) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のコンストラクタ
 
parameters - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage の変数
The Attribute Exchange extension-specific parameters.
parameters - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage の変数
The OpenID Provider Authentication Policy extension-specific parameters.
parameters - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage の変数
The Simple Registration extension-specific parameters.
parse(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.IdentifierParser の static メソッド
 
parse(String) - クラス jp.sourceforge.tsukuyomi.openid.util.InternetDateFormat のメソッド
 
PATH_MISMATCH - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
PATTERN - クラス jp.sourceforge.tsukuyomi.openid.util.InternetDateFormat の static 変数
 
PORT_MISMATCH - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
PROTOCOL_MISMATCH - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier の static 変数
 
providesIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Attribute exchange doesn't implement authentication services.
providesIdentifier() - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtension のメソッド
Used by the core OpenID authentication implementation to learn whether an extension provies authentication services.
providesIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
OpenID Provider Authentication Policy extension doesn't implement authentication services.
providesIdentifier() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Simple Registration doesn't implement authentication services.
publicKeyToString(DHPublicKey) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession の static メソッド
 

R

RealmVerifier - jp.sourceforge.tsukuyomi.openid.op の クラス
 
RealmVerifier() - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier のコンストラクタ
 
RelayParty - jp.sourceforge.tsukuyomi.openid.rp の インタフェース
 
RelayPartyConfig - jp.sourceforge.tsukuyomi.openid.rp の インタフェース
 
RelayPartyConfigImpl - jp.sourceforge.tsukuyomi.openid.rp.impl の クラス
 
RelayPartyConfigImpl() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyConfigImpl のコンストラクタ
 
RelayPartyException - jp.sourceforge.tsukuyomi.openid.rp の 例外
 
RelayPartyException() - 例外 jp.sourceforge.tsukuyomi.openid.rp.RelayPartyException のコンストラクタ
 
RelayPartyException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.rp.RelayPartyException のコンストラクタ
 
RelayPartyException(String) - 例外 jp.sourceforge.tsukuyomi.openid.rp.RelayPartyException のコンストラクタ
 
RelayPartyException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.rp.RelayPartyException のコンストラクタ
 
RelayPartyFactory - jp.sourceforge.tsukuyomi.openid.rp の クラス
 
RelayPartyFactory() - クラス jp.sourceforge.tsukuyomi.openid.rp.RelayPartyFactory のコンストラクタ
 
RelayPartyImpl - jp.sourceforge.tsukuyomi.openid.rp.impl の クラス
 
RelayPartyImpl() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のコンストラクタ
 
remove(String, String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.ConsumerAssociationStore のメソッド
 
remove(String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のメソッド
 
removeParameters(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
request() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
プロバイダに対してリクエストを送るまでの一連の処理を行います。
request() - インタフェース jp.sourceforge.tsukuyomi.openid.OpenIDConsumer のメソッド
プロバイダに対してリクエストを送るまでの一連の処理を行います。
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationRequest の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthFailure の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthImmediateFailure の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError の static 変数
 
REQUIRED_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse の static 変数
 
requiredFields - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError の static 変数
 

S

save(String, Association) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.ConsumerAssociationStore のメソッド
 
save(String, Association) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のメソッド
 
seen(String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier のメソッド
Checks if nonce date is valid and if it is in the max age boudary.
seen(Date, String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.AbstractNonceVerifier のメソッド
Subclasses should implement this method and check if the nonce was seen before.
seen(Date, String, String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryNonceVerifier のメソッド
 
SEEN - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier の static 変数
The nonce was seen before.
seen(String, String) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier のメソッド
Checks if a nonce was seen before.
SELECT_ID - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest の static 変数
 
sendRedirect() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
HTTP レスポンスとして認証リクエストのリダイレクトを送信します。
sendRedirect() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
HTTP レスポンスとして認証リクエストのリダイレクトを送信します。
set(String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 
set(String, String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Sets the value for the parameter with the specified name.
set(Parameter) - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
setAssocHandle(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the handle of the association.
setAssociations(ConsumerAssociationStore) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
setAssociationSessionType(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationError のメソッド
 
setAuthAge(int) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Sets the auth_age parameter.
setAuthPolicies(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
Sets a new value for the auth_policies parameter.
setAuthResponse(Message) - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Sets the authentication response message received from the server.
setClaimed(UrlIdentifier) - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
Sets the claimed identifier.
setClaimed(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setClaimed(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setConnTimeout(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setConsumerNonceGenerator(NonceGenerator) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
setContact(String) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
setContentType(String) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the content-type of the response from which the XRDS was extracted.
setCount(String, int) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Sets the desired number of attribute vaules requested for the specified attribute alias.
setDelegate1(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
setDelegate2(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
setDeniedRealmDomains(List<String>) - クラス jp.sourceforge.tsukuyomi.openid.op.RealmVerifier のメソッド
 
setDiscovery(Discovery) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
setEndpoint1(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
setEndpoint2(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
setErrorMsg(String) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
setExpire(Long) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the lifetime, in seconds, of the association.
setFailure(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のメソッド
Marks the Store Response as a failure, by setting the appropirate parameters.
setFailureCause(Throwable) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the throwable or exception that caused the failure of the Yadis discovery, if one was thrown and intercepted
setHandle(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setHandle(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setHtmlResolver(HtmlResolver) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl のメソッド
 
setHttpClientManager(HttpClientManager) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.HtmlResolverImpl のメソッド
 
setHttpClientManager(HttpClientManager) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
setHttpClientManager(HttpClientManager) - クラス jp.sourceforge.tsukuyomi.openid.yadis.impl.YadisResolverImpl のメソッド
 
setIdentity(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setIdentity(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setIdpSetupUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Sets the IdP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
setImmediate(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setInvalidateHandle(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setInvalidateHandle(String) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
setMacKey(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the unecrtypted MAC key of the association.
setMacKeyEnc(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the encrypted MAC key of the association.
setMaxAuthAge(int) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Sets the max_auth_age parameter.
setMaxHtmlSize(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setMaxRedirects(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setMaxXmlSize(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setMode(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setNistAuthLevel(int) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeResponse のメソッド
 
setNonce(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setNonceVerifier(NonceVerifier) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
 
setNormalizedUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the result of following redirects on the YadisURL
setOPEndpoint(URL) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setOpEndpoint(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setParameters(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.AxMessage のメソッド
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - インタフェース jp.sourceforge.tsukuyomi.openid.message.MessageExtension のメソッド
Sets the extension-specific parameters.
setParameters(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeMessage のメソッド
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のメソッド
Sets the extension's parameters to the supplied list.
setPolicyUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のメソッド
Sets the optional policy URL.
setPreferredAuthPolicies(String) - クラス jp.sourceforge.tsukuyomi.openid.message.pape.PapeRequest のメソッド
Sets a new value for the preferred_auth_policies parameter.
setProxyHostName(String) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setProxyPassword(String) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setProxyPort(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setProxyUserName(String) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setPublicKey(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the IdP's (server's) public key for the association.
setRealm(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setRealmVerifier(RealmVerifier) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
Sets the RealmVerifier used to verify realms against return_to URLs.
setReference(String) - クラス jp.sourceforge.tsukuyomi.openid.message.DirectError のメソッド
 
setRelayParty(RelayParty) - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
 
setRelayPartyConfig(RelayPartyConfig) - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
 
setRequest(HttpServletRequest) - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
HTTP サーブレットリクエストオブジェクトを設定します。
setResponse(HttpServletResponse) - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
HTTP サーブレットレスポンスオブジェクトを設定します。
setReturnTo(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthRequest のメソッド
 
setReturnTo(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setReturnURL(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyConfigImpl のメソッド
 
setSignature(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
 
setSignatureVerified(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のメソッド
 
setSignExtension(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
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.
setSignExtensions(String[]) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
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.
setSignFields(String) - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess のメソッド
Sets the messages fields that will be signed, in addition to the ones required by the protocol to be signed.
setSocketTimeout(int) - クラス jp.sourceforge.tsukuyomi.openid.http.impl.HttpClientManagerImpl のメソッド
 
setStatus(int) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the status code for the Yadis discovery, indicating whether it succeeded or failed.
setStatusMessage(String) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets a status message which gives more details about the status of the Yadis discovery.
setStatusMsg(String) - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
 
setType(AssociationSessionType) - クラス jp.sourceforge.tsukuyomi.openid.message.AssociationResponse のメソッド
Sets the association / session type for the association response.
setUpdateUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchRequest のメソッド
Sets the optional 'update_url' parameter where the OP can later re-post fetch-response updates to the values of the requested attributes.
setUpdateUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.FetchResponse のメソッド
Sets the optional 'update_url' parameter where the OP can later re-post fetch-response updates for the values of the requested attributes.
setVerifiedId(Identifier) - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のメソッド
Sets the verified identifier.
setVersion(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
setXrds(XRDS) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the Yadis Resource Descriptor (XRDS)
setXrdsLocation(String, int) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the Yadis Resource Descriptor (XRDS) location found during discovery.
setYadisResolver(YadisResolver) - クラス jp.sourceforge.tsukuyomi.openid.discovery.impl.DiscoveryImpl のメソッド
 
setYadisUrl(YadisUrl) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のメソッド
Sets the YadisURL on which discovery will be performed.
sign(byte[]) - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
sign(String) - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 
signRequired1 - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static 変数
 
signRequired2 - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static 変数
 
signRequired3 - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の static 変数
 
size() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryConsumerAssociationStore のメソッド
 
size() - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.InMemoryNonceVerifier のメソッド
 
SN_DISCOVERED - クラス jp.sourceforge.tsukuyomi.openid.Consts の static 変数
ディスカバリー情報をセッションに保存しておくためのキーです。
SREG_FIELDS - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse の static 変数
 
SRegMessage - jp.sourceforge.tsukuyomi.openid.message.sreg の クラス
Base class for the Simple Registration implementation.
SRegMessage() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のコンストラクタ
Constructs an empty (no parameters) Simple Registration extension.
SRegMessage(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegMessage のコンストラクタ
Constructs an Simple Registration extension with a specified list of parameters.
SRegRequest - jp.sourceforge.tsukuyomi.openid.message.sreg の クラス
Implements the extension for Simple Registration fetch requests.
SRegRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のコンストラクタ
Constructs a SReg Request with an empty parameter list.
SRegRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegRequest のコンストラクタ
Constructs a SRegRequest from a parameter list.
SRegResponse - jp.sourceforge.tsukuyomi.openid.message.sreg の クラス
Implements the extension for Simple Registration fetch responses.
SRegResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のコンストラクタ
Constructs a SReg Response with an empty parameter list.
SRegResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.sreg.SRegResponse のコンストラクタ
Constructs a SReg Response from a parameter list.
StoreRequest - jp.sourceforge.tsukuyomi.openid.message.ax の クラス
Implements the extension for Attribute Exchange store requests.
StoreRequest() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のコンストラクタ
Constructs a Store Request with an empty parameter list.
StoreRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreRequest のコンストラクタ
Constructs a StoreRequest from a parameter list.
StoreResponse - jp.sourceforge.tsukuyomi.openid.message.ax の クラス
Implements the extension for Attribute Exchange store responses.
StoreResponse() - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のコンストラクタ
Constructs a Store Response with an empty parameter list.
StoreResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.ax.StoreResponse のコンストラクタ
Constructs a StoreResponse from a parameter list.
stringToPublicKey(String) - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
 

T

TOO_OLD - インタフェース jp.sourceforge.tsukuyomi.openid.rp.NonceVerifier の static 変数
The timestamp of the nonce is too old and it is not tracked anymore.
toString() - クラス jp.sourceforge.tsukuyomi.openid.association.AssociationSessionType のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.association.DiffieHellmanSession のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.discovery.DiscoveryInformation のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.discovery.HtmlResult のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.message.Parameter のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.message.ParameterList のメソッド
 
toString() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisUrl のメソッド
Gets a string representation of the YadisURL.
TYPE_HMAC_SHA1 - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 
TYPE_HMAC_SHA256 - クラス jp.sourceforge.tsukuyomi.openid.association.Association の static 変数
 

U

UNDISCOVERED - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
UNKNOWN_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
UrlIdentifier - jp.sourceforge.tsukuyomi.openid.discovery の クラス
 
UrlIdentifier(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.UrlIdentifier のコンストラクタ
 

V

VerificationResult - jp.sourceforge.tsukuyomi.openid.rp の クラス
 
VerificationResult() - クラス jp.sourceforge.tsukuyomi.openid.rp.VerificationResult のコンストラクタ
 
verify() - クラス jp.sourceforge.tsukuyomi.openid.impl.OpenIDConsumerImpl のメソッド
認証応答結果に対するベリファイを行います。
verify() - インタフェース jp.sourceforge.tsukuyomi.openid.OpenIDConsumer のメソッド
認証応答結果に対するベリファイを行います。
verify(String, ParameterList, DiscoveryInformation) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Performs verification on the Authentication Response (assertion) received from the OpenID Provider.
verify(String, ParameterList, DiscoveryInformation) - インタフェース jp.sourceforge.tsukuyomi.openid.rp.RelayParty のメソッド
 
verifyNonce(AuthSuccess, DiscoveryInformation) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Verifies the nonce in an authentication response.
VerifyRequest - jp.sourceforge.tsukuyomi.openid.message の クラス
VerifyRequest is a AuthSuccess with the openid.mode switched to check_authentication.
VerifyRequest(AuthSuccess) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest のコンストラクタ
 
VerifyRequest(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyRequest のコンストラクタ
 
VerifyResponse - jp.sourceforge.tsukuyomi.openid.message の クラス
 
VerifyResponse(boolean) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のコンストラクタ
 
VerifyResponse(ParameterList) - クラス jp.sourceforge.tsukuyomi.openid.message.VerifyResponse のコンストラクタ
 
verifyReturnTo(String, AuthSuccess) - クラス jp.sourceforge.tsukuyomi.openid.rp.impl.RelayPartyImpl のメソッド
Verifies that the URL where the Consumer (Relying Party) received the authentication response matches the value of the "openid.return_to" parameter in the authentication response.
verifySignature(String, String) - クラス jp.sourceforge.tsukuyomi.openid.association.Association のメソッド
 

W

writeForm() - インタフェース jp.sourceforge.tsukuyomi.openid.AuthenticationRequest のメソッド
認証リクエストを POST で送るためのフォームの HTML を HTTP レスポンスに書き込みます。
writeForm() - クラス jp.sourceforge.tsukuyomi.openid.impl.AuthenticationRequestImpl のメソッド
認証リクエストを POST で送るためのフォームの HTML を HTTP レスポンスに書き込みます。
wwwFormEncoding() - クラス jp.sourceforge.tsukuyomi.openid.message.Message のメソッド
 

X

XRDS_DOWNLOAD_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
XRDS_PARSING_ERROR - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
XRDS_SIZE_EXCEEDED - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult の static 変数
 
XriIdentifier - jp.sourceforge.tsukuyomi.openid.discovery の クラス
 
XriIdentifier(String) - クラス jp.sourceforge.tsukuyomi.openid.discovery.XriIdentifier のコンストラクタ
 

Y

YadisException - jp.sourceforge.tsukuyomi.openid.yadis の 例外
 
YadisException(String) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisException(String, int) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisException(Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisException(Throwable, int) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisException(String, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisException(String, int, Throwable) - 例外 jp.sourceforge.tsukuyomi.openid.yadis.YadisException のコンストラクタ
 
YadisResolver - jp.sourceforge.tsukuyomi.openid.yadis の インタフェース
 
YadisResolverImpl - jp.sourceforge.tsukuyomi.openid.yadis.impl の クラス
Yadis discovery protocol implementation.
YadisResolverImpl() - クラス jp.sourceforge.tsukuyomi.openid.yadis.impl.YadisResolverImpl のコンストラクタ
Instantiates a YadisResolver with default values for the internal parameters.
YadisResult - jp.sourceforge.tsukuyomi.openid.yadis の クラス
The results of Yadis discovery performed on a YadisURL.
YadisResult() - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisResult のコンストラクタ
 
YadisUrl - jp.sourceforge.tsukuyomi.openid.yadis の クラス
Wrapper class for various identifiers that are resolvable to URLs and can be used as YadisURLs with the Yadis protocol.
YadisUrl(String) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisUrl のコンストラクタ
Contructs a YadisURL from a string; assumes the string to be a URL-type identifier
YadisUrl(URL) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisUrl のコンストラクタ
Constructs a YadisURL from a URL object; insures the schema is HTTP or HTTPS
YadisUrl(XRI) - クラス jp.sourceforge.tsukuyomi.openid.yadis.YadisUrl のコンストラクタ
Constructs a YadisURL from an XRI identifier.

_

_signExtensions - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の変数
 
_signFields - クラス jp.sourceforge.tsukuyomi.openid.message.AuthSuccess の変数
 

A B C D E F G H I J K L M N O P R S T U V W X Y _
Tsukuyomi OpenID
0.2.0

Copyright © 2008 Project Tsukuyomi. All Rights Reserved.