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

A

AbstractHttpFetcher - Class in org.openid4java.util
 
AbstractHttpFetcher() - Constructor for class org.openid4java.util.AbstractHttpFetcher
 
AbstractNonceVerifier - Class in org.openid4java.consumer
 
AbstractNonceVerifier(int) - Constructor for class org.openid4java.consumer.AbstractNonceVerifier
 
addAttribute(String, String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload.
addAttribute(String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload, without the caller having to specify an alias.
addAttribute(String, String, boolean, int) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request.
addAttribute(String, String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Adds an attribute to the SReg request.
addAttribute(String, String) - Method in class org.openid4java.message.sreg.SRegResponse
Adds an attribute to the SReg response.
addAttributes(Map) - Method in class org.openid4java.message.ax.AxPayload
Adds the attributes in the supplied Map to the attribute payload.
addAuthLevelExtension(String) - Method in class org.openid4java.message.pape.PapeMessage
 
addAuthLevelExtension(String, String) - Method in class org.openid4java.message.pape.PapeMessage
 
addAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeResponse
Adds an authentication policy URI to the auth_policies parameter.
addClaim(String, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Adds a claim URI to the required or optional claim list.
addDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
 
addDisplayClaim(String, String, String, OMElement, OMNamespace, OMFactory) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
addExtension(MessageExtension) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message.
addExtensionFactory(Class) - Static method in class org.openid4java.message.Message
Adds a new extension factory.
addParams(ParameterList) - Method in class org.openid4java.message.ParameterList
 
addPreferredAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeRequest
Adds an authentication policy URI to the preferred_auth_policies parameter.
addPreferredCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeRequest
 
addRequestHeader(String, String) - Method in class org.openid4java.util.HttpRequestOptions
Adds a new HTTP request header.
addServiceType(Map, Node, String) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
 
addSignExtension(String) - Method in class org.openid4java.message.AuthSuccess
Adds 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.
ALGORITHM - Static variable in class org.openid4java.association.DiffieHellmanSession
 
allowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Deprecated. 
ANONYMOUS - Static variable in class org.openid4java.util.ProxyProperties
 
arrayToString(List) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Converts a List of Strings to a space-separated string.
ASSOC_ERR - Static variable in class org.openid4java.message.AssociationError
 
ASSOC_ERROR - Static variable in exception org.openid4java.OpenIDException
 
associate(List) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with on of the service endpoints in the list of DiscoveryInformation.
associate(DiscoveryInformation, int) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with the OpenID Provider.
Association - Class in org.openid4java.association
 
Association(String, String, SecretKey, Date) - Constructor for class org.openid4java.association.Association
 
Association(String, String, SecretKey, int) - Constructor for class org.openid4java.association.Association
 
AssociationError - Class in org.openid4java.message
 
AssociationError(String, AssociationSessionType) - Constructor for class org.openid4java.message.AssociationError
 
AssociationError(ParameterList) - Constructor for class org.openid4java.message.AssociationError
 
AssociationException - Exception in org.openid4java.association
 
AssociationException(String) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, int) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationRequest - Class in org.openid4java.message
The OpenID Association Request message.
AssociationRequest(AssociationSessionType) - Constructor for class org.openid4java.message.AssociationRequest
Creates an Association Request message with the specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType, DiffieHellmanSession) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session.
AssociationRequest(ParameterList) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message from a parameter list.
AssociationResponse - Class in org.openid4java.message
The OpenID Association Response message.
AssociationResponse(AssociationRequest, Association) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse for a given association request.
AssociationResponse(ParameterList) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse message from a parameter list.
associationResponse(ParameterList) - Method in class org.openid4java.server.ServerManager
Processes a Association Request and returns a Association Response message, according to the request parameters and the preferences configured for the OpenID Provider
AssociationSessionType - Class in org.openid4java.association
Modells the session and association types allowed in OpenID associations.
AssociationSessionType(String, String, String, boolean, int) - Constructor for class org.openid4java.association.AssociationSessionType
Creates a AssociationSessionType with all the specified parameters.
AUTH_ERROR - Static variable in exception org.openid4java.OpenIDException
 
AUTH_LEVEL_ALIAS_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
 
AUTH_LEVEL_NS_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
 
AUTH_LEVEL_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
 
AUTH_POLICY_NONE - Static variable in class org.openid4java.message.pape.PapeResponse
 
AUTH_REALM_ERROR - Static variable in exception org.openid4java.OpenIDException
 
authenticate(List, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
authenticate(List, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
authenticate(DiscoveryInformation, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
authenticate(DiscoveryInformation, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the discovery information provided as a parameter.
AuthFailure - Class in org.openid4java.message
 
AuthFailure(boolean, String) - Constructor for class org.openid4java.message.AuthFailure
 
AuthFailure(ParameterList) - Constructor for class org.openid4java.message.AuthFailure
 
AuthImmediateFailure - Class in org.openid4java.message
 
AuthImmediateFailure(String, String, boolean) - Constructor for class org.openid4java.message.AuthImmediateFailure
 
AuthImmediateFailure(ParameterList) - Constructor for class org.openid4java.message.AuthImmediateFailure
 
authLevelAliasCounter - Variable in class org.openid4java.message.pape.PapeMessage
 
authLevelAliases - Variable in class org.openid4java.message.pape.PapeMessage
 
authRequest(String, HttpServletRequest, HttpServletResponse) - Method in class org.openid4java.consumer.SampleConsumer
 
AuthRequest - Class in org.openid4java.message
 
AuthRequest(String, String, boolean, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
 
AuthRequest(String, String, boolean, String, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
 
AuthRequest(ParameterList) - Constructor for class org.openid4java.message.AuthRequest
 
authResponse(ParameterList, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site, after parsing the request parameters into a valid AuthRequest.
authResponse(AuthRequest, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
AuthSuccess - Class in org.openid4java.message
 
AuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - Constructor for class org.openid4java.message.AuthSuccess
 
AuthSuccess(ParameterList) - Constructor for class org.openid4java.message.AuthSuccess
 
AX_ERROR - Static variable in exception org.openid4java.OpenIDException
 
AxMessage - Class in org.openid4java.message.ax
Base class for the Attribute Exchange implementation.
AxMessage() - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an empty (no parameters) Attribute Exchange extension.
AxMessage(ParameterList) - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an Attribute Exchange extension with a specified list of parameters.
AxPayload - Class in org.openid4java.message.ax
 
AxPayload() - Constructor for class org.openid4java.message.ax.AxPayload
 

B

bConfigured - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
body - Variable in class org.openid4java.util.HttpCache.ResponseBody
 
bodyIsTruncated - Variable in class org.openid4java.util.HttpCache.ResponseBody
 
buildSignedList() - Method in class org.openid4java.message.AuthSuccess
Builds the list of fields that will be signed.

C

call(String, Message, ParameterList) - Method in class org.openid4java.consumer.ConsumerManager
Makes a HTTP call to the specified URL with the parameters specified in the Message.
canonicalId - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
checkAddAuthLevelExtension(Parameter) - Method in class org.openid4java.message.pape.PapeMessage
 
checkAttributes() - Method in class org.openid4java.message.ax.AxPayload
 
checkCount(String) - Method in class org.openid4java.message.ax.FetchRequest
 
CLEANUP_INTERVAL - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
cleanupAged() - Method in class org.openid4java.consumer.JdbcNonceVerifier.GenericNonceVerifier
 
cleanupExpired() - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
cleanupExpired() - Method in class org.openid4java.server.JdbcServerAssociationStore
 
compareTo(Object) - Method in class org.openid4java.association.AssociationSessionType
Compares to another AssociationSessionType; used for sorting.
compareTo(Object) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
compareTo(Object) - Method in class org.openid4java.message.Parameter
 
compileDeniedRealms() - Method in class org.openid4java.server.RealmVerifier
 
configure(Map, String, Map) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
CONSUMER_ERROR - Static variable in exception org.openid4java.OpenIDException
 
ConsumerAssociationStore - Interface in org.openid4java.consumer
 
ConsumerException - Exception in org.openid4java.consumer
 
ConsumerException(String) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, int) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, int, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(int, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerManager - Class in org.openid4java.consumer
Manages OpenID communications with an OpenID Provider (Server).
ConsumerManager() - Constructor for class org.openid4java.consumer.ConsumerManager
Instantiates a ConsumerManager with default settings.
ConsumerManager(RealmVerifierFactory, Discovery, HttpFetcherFactory) - Constructor for class org.openid4java.consumer.ConsumerManager
 
convertAuthSuccessParams(AuthSuccess) - Static method in class org.openid4java.message.VerifyRequest
 
copyOf(ParameterList) - Method in class org.openid4java.message.ParameterList
 
create(String) - Static method in class org.openid4java.association.AssociationSessionType
Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type.
create(String, String) - Static method in class org.openid4java.association.AssociationSessionType
Creates a OpenID 2 AssociationSessionType with the specified session and association types.
create(String, String, boolean) - Static method in class org.openid4java.association.AssociationSessionType
Creates a AssociationSessionType with the specified session and association types.
create(AssociationSessionType, String, String) - Static method in class org.openid4java.association.DiffieHellmanSession
 
create(AssociationSessionType, DHParameterSpec) - Static method in class org.openid4java.association.DiffieHellmanSession
 
createAssociationError(String, AssociationSessionType) - Static method in class org.openid4java.message.AssociationError
 
createAssociationError(ParameterList) - Static method in class org.openid4java.message.AssociationError
 
createAssociationRequest(AssociationSessionType, URL) - Method in class org.openid4java.consumer.ConsumerManager
Constructs an Association Request message of the specified session and association type, taking into account the user preferences (encryption level, default Diffie-Hellman parameters).
createAssociationRequest(AssociationSessionType) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationRequest(AssociationSessionType, DiffieHellmanSession) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationRequest(ParameterList) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationResponse(AssociationRequest, Association) - Static method in class org.openid4java.message.AssociationResponse
 
createAssociationResponse(ParameterList) - Static method in class org.openid4java.message.AssociationResponse
 
createAuthFailure(ParameterList) - Static method in class org.openid4java.message.AuthFailure
 
createAuthImmediateFailure(String, String, boolean) - Static method in class org.openid4java.message.AuthImmediateFailure
 
createAuthImmediateFailure(ParameterList) - Static method in class org.openid4java.message.AuthImmediateFailure
 
createAuthRequest(String, String, boolean, String, String, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthRequest(String, String, boolean, String, String, String, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthRequest(ParameterList, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - Static method in class org.openid4java.message.AuthSuccess
 
createAuthSuccess(ParameterList) - Static method in class org.openid4java.message.AuthSuccess
 
createDirectError(OpenIDException) - Static method in class org.openid4java.message.DirectError
 
createDirectError(String) - Static method in class org.openid4java.message.DirectError
 
createDirectError(String, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(OpenIDException, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(OpenIDException, String, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(ParameterList) - Static method in class org.openid4java.message.DirectError
 
createFetcher(HttpRequestOptions) - Method in class org.openid4java.util.HttpFetcherFactory
 
createFetchRequest() - Static method in class org.openid4java.message.ax.FetchRequest
Constructs a Fetch Request with an empty parameter list.
createFetchRequest(ParameterList) - Static method in class org.openid4java.message.ax.FetchRequest
Constructs a FetchRequest from a parameter list.
createFetchRequest() - Static method in class org.openid4java.message.sreg.SRegRequest
Constructs a SReg Request with an empty parameter list.
createFetchResponse() - Static method in class org.openid4java.message.ax.FetchResponse
Constructs a Fetch Response with an empty parameter list.
createFetchResponse(ParameterList) - Static method in class org.openid4java.message.ax.FetchResponse
 
createFetchResponse(FetchRequest, Map) - Static method in class org.openid4java.message.ax.FetchResponse
Creates a FetchResponse from a FetchRequest message and the data released by the user.
createFetchResponse() - Static method in class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response with an empty parameter list.
createFromKeyValueForm(String) - Static method in class org.openid4java.message.ParameterList
 
createFromQueryString(String) - Static method in class org.openid4java.message.ParameterList
Create a parameter list based on a URL encoded HTTP query string.
createFromXmlToken(String) - Static method in class org.openid4java.infocard.OpenIDToken
Parses the data posted by the selector into an OpenID token.
createHmacSha1(String, byte[], int) - Static method in class org.openid4java.association.Association
 
createHmacSha1(String, byte[], Date) - Static method in class org.openid4java.association.Association
 
createHmacSha256(String, byte[], int) - Static method in class org.openid4java.association.Association
 
createHmacSha256(String, byte[], Date) - Static method in class org.openid4java.association.Association
 
createIndirectError(OpenIDException, String) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(String, String) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(OpenIDException, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(String, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(OpenIDException, String, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(ParameterList) - Static method in class org.openid4java.message.IndirectError
 
createInputSource(String) - Static method in class org.openid4java.util.OpenID4JavaDOMParser
Create an InputSource form a String.
createMacKey(String, byte[]) - Static method in class org.openid4java.association.Association
 
createMessage() - Static method in class org.openid4java.message.Message
 
createMessage(ParameterList) - Static method in class org.openid4java.message.Message
 
createPapeRequest() - Static method in class org.openid4java.message.pape.PapeRequest
Constructs a Pape Request with an empty parameter list.
createPapeRequest(ParameterList) - Static method in class org.openid4java.message.pape.PapeRequest
Constructs a PapeRequest from a parameter list.
createPapeResponse() - Static method in class org.openid4java.message.pape.PapeResponse
Constructs a Pape Response with an empty parameter list.
createPapeResponse(ParameterList) - Static method in class org.openid4java.message.pape.PapeResponse
 
createSRegRequest(ParameterList) - Static method in class org.openid4java.message.sreg.SRegRequest
Constructs a SRegRequest from a parameter list.
createSRegResponse(ParameterList) - Static method in class org.openid4java.message.sreg.SRegResponse
 
createSRegResponse(SRegRequest, Map) - Static method in class org.openid4java.message.sreg.SRegResponse
Creates a SRegResponse from a SRegRequest message and the data released by the user.
createStoreRequest() - Static method in class org.openid4java.message.ax.StoreRequest
Constructs a Store Request with an empty parameter list.
createStoreRequest(ParameterList) - Static method in class org.openid4java.message.ax.StoreRequest
Constructs a StoreRequest from a parameter list.
createStoreResponse() - Static method in class org.openid4java.message.ax.StoreResponse
Constructs a Store Response with an empty parameter list.
createStoreResponse(ParameterList) - Static method in class org.openid4java.message.ax.StoreResponse
Constructs a StoreResponse from a parameter list.
createVerifyRequest(AuthSuccess) - Static method in class org.openid4java.message.VerifyRequest
 
createVerifyRequest(ParameterList) - Static method in class org.openid4java.message.VerifyRequest
 
createVerifyResponse(boolean) - Static method in class org.openid4java.message.VerifyResponse
 
createVerifyResponse(ParameterList) - Static method in class org.openid4java.message.VerifyResponse
 
CyberNekoDOMHtmlParser - Class in org.openid4java.discovery.html
A HtmlParser implementation using the DOMParser of CyberNeko HTML.
CyberNekoDOMHtmlParser() - Constructor for class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
 
CyberNekoDOMYadisHtmlParser - Class in org.openid4java.discovery.yadis
A YadisHtmlParser implementation using the DOMParser of CyberNeko HTML.
CyberNekoDOMYadisHtmlParser() - Constructor for class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
 

D

DEBUG - Static variable in class org.openid4java.association.Association
 
DEBUG - Static variable in class org.openid4java.association.AssociationSessionType
 
DEBUG - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEBUG - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
DEBUG - Static variable in class org.openid4java.consumer.ConsumerManager
 
DEBUG - Static variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
DEBUG - Static variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
DEBUG - Static variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
DEBUG - Static variable in class org.openid4java.discovery.Discovery
 
DEBUG - Static variable in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
 
DEBUG - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
DEBUG - Static variable in class org.openid4java.discovery.UrlIdentifier
 
DEBUG - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
DEBUG - Static variable in class org.openid4java.discovery.xri.LocalXriResolver
 
DEBUG - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
DEBUG - Static variable in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
 
DEBUG - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
DEBUG - Static variable in class org.openid4java.discovery.yadis.YadisResult
 
DEBUG - Static variable in class org.openid4java.infocard.OpenIDToken
 
DEBUG - Static variable in class org.openid4java.infocard.rp.InfocardInvocation
 
DEBUG - Static variable in class org.openid4java.message.AssociationRequest
 
DEBUG - Static variable in class org.openid4java.message.AssociationResponse
 
DEBUG - Static variable in class org.openid4java.message.AuthFailure
 
DEBUG - Static variable in class org.openid4java.message.AuthImmediateFailure
 
DEBUG - Static variable in class org.openid4java.message.AuthRequest
 
DEBUG - Static variable in class org.openid4java.message.AuthSuccess
 
DEBUG - Static variable in class org.openid4java.message.ax.AxMessage
 
DEBUG - Static variable in class org.openid4java.message.ax.AxPayload
 
DEBUG - Static variable in class org.openid4java.message.ax.FetchRequest
 
DEBUG - Static variable in class org.openid4java.message.ax.FetchResponse
 
DEBUG - Static variable in class org.openid4java.message.ax.StoreRequest
 
DEBUG - Static variable in class org.openid4java.message.ax.StoreResponse
 
DEBUG - Static variable in class org.openid4java.message.DirectError
 
DEBUG - Static variable in class org.openid4java.message.IndirectError
 
DEBUG - Static variable in class org.openid4java.message.Message
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeMessage
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeRequest
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeResponse
 
DEBUG - Static variable in class org.openid4java.message.ParameterList
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegMessage
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegRequest
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegResponse
 
DEBUG - Static variable in class org.openid4java.message.VerifyRequest
 
DEBUG - Static variable in class org.openid4java.message.VerifyResponse
 
DEBUG - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
DEBUG - Static variable in class org.openid4java.server.InMemoryServerAssociationStore
 
DEBUG - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
DEBUG - Static variable in class org.openid4java.server.RealmVerifier
 
DEBUG - Static variable in class org.openid4java.server.ServerManager
 
DEBUG - Static variable in class org.openid4java.util.HttpCache
 
DEBUG - Static variable in class org.openid4java.util.InternetDateFormat
 
decryptMacKey(String, String) - Method in class org.openid4java.association.DiffieHellmanSession
Decrypts the association AMC key.
DEFAULT_GENERATOR - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_GENERATOR_BASE64 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_MODULUS_BASE64 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_MODULUS_HEX - Static variable in class org.openid4java.association.DiffieHellmanSession
 
delegate - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
DENIED_REALM - Static variable in class org.openid4java.server.RealmVerifier
 
DH_COMPAT_SHA1 - Static variable in class org.openid4java.association.AssociationSessionType
 
DH_SHA1 - Static variable in class org.openid4java.association.AssociationSessionType
 
DH_SHA256 - Static variable in class org.openid4java.association.AssociationSessionType
 
DiffieHellmanSession - Class in org.openid4java.association
 
DiffieHellmanSession(AssociationSessionType, DHParameterSpec) - Constructor for class org.openid4java.association.DiffieHellmanSession
 
DirectError - Class in org.openid4java.message
 
DirectError(String) - Constructor for class org.openid4java.message.DirectError
 
DirectError(String, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(OpenIDException, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(OpenIDException, String, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(ParameterList) - Constructor for class org.openid4java.message.DirectError
 
directResponse(HttpServletResponse, String) - Method in class org.openid4java.server.SampleServer
 
discover(String) - Method in class org.openid4java.consumer.ConsumerManager
Does discovery on an identifier.
discover(String) - Method in class org.openid4java.discovery.Discovery
 
discover(Identifier) - Method in class org.openid4java.discovery.Discovery
 
discover(XriIdentifier) - Method in class org.openid4java.discovery.xri.LocalXriResolver
 
discover(XriIdentifier) - Method in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
discover(XriIdentifier) - Method in interface org.openid4java.discovery.xri.XriResolver
Performs OpenID discovery on the supplied XRI identifier.
discover(String) - Method in class org.openid4java.discovery.yadis.YadisResolver
Performs Yadis discovery on the YadisURL.
discover(String, HttpFetcher) - Method in class org.openid4java.discovery.yadis.YadisResolver
Performs Yadis discovery on the YadisURL.
discover(String, int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Performs Yadis discovery on the YadisURL.
discover(String, int, HttpFetcher) - Method in class org.openid4java.discovery.yadis.YadisResolver
Performs Yadis discovery on the YadisURL.
discover(String, int, Set) - Method in class org.openid4java.discovery.yadis.YadisResolver
 
discover(String, int, HttpFetcher, Set) - Method in class org.openid4java.discovery.yadis.YadisResolver
 
discoverHtml(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResolver
Performs HTML discovery on the supplied URL identifier.
discoverHtml(UrlIdentifier, HttpFetcher) - Method in class org.openid4java.discovery.html.HtmlResolver
Performs HTML discovery on the supplied URL identifier.
discoverRP(String) - Method in class org.openid4java.discovery.yadis.YadisResolver
Performs Relyin Party discovery on the supplied URL.
Discovery - Class in org.openid4java.discovery
 
Discovery(HtmlResolver, YadisResolver, XriResolver) - Constructor for class org.openid4java.discovery.Discovery
 
Discovery() - Constructor for class org.openid4java.discovery.Discovery
 
DISCOVERY_ERROR - Static variable in exception org.openid4java.OpenIDException
 
DISCOVERY_HTML_ERROR - Static variable in exception org.openid4java.OpenIDException
 
DISCOVERY_HTML_GET_ERROR - Static variable in exception org.openid4java.OpenIDException
 
DISCOVERY_HTML_NODATA_ERROR - Static variable in exception org.openid4java.OpenIDException
 
DISCOVERY_HTML_PARSE_ERROR - Static variable in exception org.openid4java.OpenIDException
 
DiscoveryException - Exception in org.openid4java.discovery
 
DiscoveryException(String) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryException(String, int) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryException(Throwable) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryException(int, Throwable) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryException(String, Throwable) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryException(String, int, Throwable) - Constructor for exception org.openid4java.discovery.DiscoveryException
 
DiscoveryInformation - Class in org.openid4java.discovery
 
DiscoveryInformation(URL) - Constructor for class org.openid4java.discovery.DiscoveryInformation
 
DiscoveryInformation(URL, Identifier) - Constructor for class org.openid4java.discovery.DiscoveryInformation
 
DiscoveryInformation(URL, Identifier, String) - Constructor for class org.openid4java.discovery.DiscoveryInformation
 
DiscoveryInformation(URL, Identifier, String, String) - Constructor for class org.openid4java.discovery.DiscoveryInformation
 
DiscoveryInformation(URL, Identifier, String, String, Set) - Constructor for class org.openid4java.discovery.DiscoveryInformation
 
dispose(HttpResponse) - Static method in class org.openid4java.util.HttpUtils
 
dispose(HttpEntity) - Static method in class org.openid4java.util.HttpUtils
 
domain - Variable in class org.openid4java.util.ProxyProperties
 
DOMAIN_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
domainMatch(String, String) - Method in class org.openid4java.server.RealmVerifier
 
dump() - Method in class org.openid4java.discovery.yadis.YadisResult
 

E

EhcacheNonceVerifier - Class in org.openid4java.consumer
 
EhcacheNonceVerifier(int) - Constructor for class org.openid4java.consumer.EhcacheNonceVerifier
 
encryptMacKey(byte[], String) - Method in class org.openid4java.association.DiffieHellmanSession
Encrypts the association MAC key.
equals(Object) - Method in class org.openid4java.discovery.UrlIdentifier
 
equals(Object) - Method in class org.openid4java.discovery.XriIdentifier
 
equals(Object) - Method in class org.openid4java.message.Parameter
 
equals(Object) - Method in class org.openid4java.message.ParameterList
 
EXTENSION_ERROR - Static variable in exception org.openid4java.OpenIDException
 
extractConsumerNonce(String, String) - Method in class org.openid4java.consumer.ConsumerManager
Extracts the consumer-side nonce from the return_to parameter in authentication response from a OpenID 1.1 Provider.
extractDiscoveryInformation(HtmlResult) - Method in class org.openid4java.discovery.html.HtmlResolver
Extracts OpenID discovery endpoints from a HTML discovery result.
extractDiscoveryInformation(XRDS, XriIdentifier, Resolver) - Method in class org.openid4java.discovery.xri.LocalXriResolver
Extracts OpenID discovery endpoints from a XRDS discovery result for XRI identifiers.
extractDiscoveryInformationOpenID(Resolver, ArrayList, XRD, XriIdentifier, String, boolean) - Method in class org.openid4java.discovery.xri.LocalXriResolver
 
extractElementsByParent(String, String, Set, Document) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
 
extractQueryParams(URL) - Method in class org.openid4java.consumer.ConsumerManager
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 - Static variable in class org.openid4java.association.Association
 
FetchRequest - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange fetch requests.
FetchRequest() - Constructor for class org.openid4java.message.ax.FetchRequest
Constructs a Fetch Request with an empty parameter list.
FetchRequest(ParameterList) - Constructor for class org.openid4java.message.ax.FetchRequest
Constructs a FetchRequest from a parameter list.
FetchResponse - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange fetch responses.
FetchResponse() - Constructor for class org.openid4java.message.ax.FetchResponse
Constructs a Fetch Response with an empty parameter list.
FetchResponse(ParameterList) - Constructor for class org.openid4java.message.ax.FetchResponse
Constructs a FetchResponse from a parameter list.
FRAGMENT_NOT_ALLOWED - Static variable in class org.openid4java.server.RealmVerifier
 

G

generate(String, String, int) - Static method in class org.openid4java.association.Association
 
generate(String, int) - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
generate(String, int) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
generate(String, int) - Method in interface org.openid4java.server.ServerAssociationStore
 
generateAlias() - Method in class org.openid4java.message.ax.AxPayload
 
generateAlias() - Method in class org.openid4java.message.ax.FetchRequest
 
generateHmacSha1(String, int) - Static method in class org.openid4java.association.Association
 
generateHmacSha256(String, int) - Static method in class org.openid4java.association.Association
 
generateKeyPair(DHParameterSpec) - Static method in class org.openid4java.association.DiffieHellmanSession
 
generateMacKey(String, int) - Static method in class org.openid4java.association.Association
 
generateMacSha1Key() - Static method in class org.openid4java.association.Association
 
generateMacSha256Key() - Static method in class org.openid4java.association.Association
 
generateRandomParameter(int, int) - Static method in class org.openid4java.association.DiffieHellmanSession
 
get(String) - Method in class org.openid4java.util.AbstractHttpFetcher
 
get(String, HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
 
get(String, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
 
get(String) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
get(String, HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
get() - Method in class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
getAllowCircularRedirects() - Method in class org.openid4java.util.HttpRequestOptions
 
getAssociation(DiffieHellmanSession) - Method in class org.openid4java.message.AssociationResponse
Generates an Association object from an Association Response.
getAssociations() - Method in class org.openid4java.consumer.ConsumerManager
Gets the association store that holds established associations with OpenID providers.
getAssociationType() - Method in class org.openid4java.association.AssociationSessionType
Gets the association type.
getAssociationType() - Method in class org.openid4java.message.AssociationRequest
Gets the association type parameter of the message.
getAssociationType() - Method in class org.openid4java.message.AssociationResponse
Gets the association type parameter of the message.
getAssocType() - Method in class org.openid4java.message.AssociationError
 
getAttributeAlias(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the alias for an attribute type URI, if present.
getAttributeAliases() - Method in class org.openid4java.message.ax.AxPayload
Gets a list of attribute aliases.
getAttributeNames() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a list of attribute names in the SReg response.
getAttributes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> list of values.
getAttributes(boolean) - Method in class org.openid4java.message.ax.FetchRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.ax.FetchRequest
Gets all requested attributes (required and optional).
getAttributes(boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.sreg.SRegRequest
Gets all requested attributes (required and optional).
getAttributes() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a map with attribute names -> values.
getAttributeTypes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> attribute type URI.
getAttributeTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Get typeURI value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.sreg.SRegResponse
Returns the value of an attribute.
getAttributeValueByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute type URI.
getAttributeValues(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified attribute alias.
getAttributeValuesByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified attribute type URI.
getAuthDate() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated to the OpenID Provider in a manner fitting the asserted policies.
getAuthPolicies() - Method in class org.openid4java.message.pape.PapeResponse
Gets the auth_policies parameter value.
getAuthPoliciesList() - Method in class org.openid4java.message.pape.PapeResponse
Gets a list with the auth_policies.
getAuthResponse() - Method in class org.openid4java.consumer.VerificationResult
Gets the authentication response message received from the server.
getAuthTime() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated to the OpenID Provider in a manner fitting the asserted policies.
getBody() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the HttpResponse body.
getBody() - Method in class org.openid4java.util.HttpCache.ResponseBody
 
getBody() - Method in interface org.openid4java.util.HttpResponse
Gets the HttpResponse body.
getCacheTTLSeconds() - Method in class org.openid4java.util.HttpRequestOptions
Gets the TTL for the cached response in seconds
getCanonicalId() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getClaimed() - Method in class org.openid4java.message.AuthRequest
 
getClaimed() - Method in class org.openid4java.message.AuthSuccess
 
getClaimedId() - Method in class org.openid4java.discovery.html.HtmlResult
Gets the claimed identifier.
getClaimedIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getClaims(boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets required or optional claim URIs.
getConnTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP connect timeout, in milliseconds.
getContact() - Method in class org.openid4java.message.IndirectError
 
getContentType() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the content-type of the response from which the XRDS was extracted.
getContentType() - Method in class org.openid4java.util.HttpRequestOptions
Gets the required content-type for the HTTP response.
getCount(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the number of values provided in the attribute payload for the specified attribute alias.
getCount(String) - Method in class org.openid4java.message.ax.FetchRequest
Returns the number of values requested for the specified attribute alias.
getCredentials() - Method in class org.openid4java.util.ProxyProperties
Get the proxy credentials.
getCurrentTimpestamp() - Method in class org.openid4java.server.IncrementalNonceGenerator
 
getCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeResponse
 
getCustomAuthLevelAlias(String) - Method in class org.openid4java.message.pape.PapeMessage
 
getDefaultOptionsForDiscovery() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an HttpRequestOptions object suitable to use for HTTP requests to perform discovery.
getDefaultOptionsForOpCalls() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an HttpRequestOptions object suitable to use for HTTP requests to OP endpoints for the purpose of creating associations or verifying signatures.
getDefaultParameter() - Static method in class org.openid4java.association.DiffieHellmanSession
 
getDefaultRequestOptions() - Method in class org.openid4java.util.AbstractHttpFetcher
 
getDefaultRequestOptions() - Method in interface org.openid4java.util.HttpFetcher
Returns the default HttpRequestOptions.
getDelegate() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getDelegate1() - Method in class org.openid4java.discovery.html.HtmlResult
 
getDelegate2() - Method in class org.openid4java.discovery.html.HtmlResult
 
getDelegateIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getDeniedRealmDomains() - Method in class org.openid4java.server.RealmVerifier
 
getDestinationUrl(boolean) - Method in class org.openid4java.message.Message
Gets the URL where the message should be sent, where applicable.
getDhGen() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman generator parameter of the message, or null for messages with no-encryption sessions.
getDhModulus() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman modulus parameter of the message, or null for messages with no-encryption sessions.
getDHParams() - Method in class org.openid4java.consumer.ConsumerManager
Gets the Diffie-Hellman base parameters (modulus and generator).
getDhPublicKey() - Method in class org.openid4java.message.AssociationRequest
Gets the Relying Party's (consumer) Diffie-Hellman public key, or null for messages with no-encryption sessions.
getDHSess() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman session Null for no-encryption association requests.
getDigestedZZ(String) - Method in class org.openid4java.association.DiffieHellmanSession
 
getDiscoveredInformation(Set) - Method in class org.openid4java.discovery.yadis.YadisResult
 
getDiscovery() - Method in class org.openid4java.consumer.ConsumerManager
Returns discovery process manager.
getDomain() - Method in class org.openid4java.util.ProxyProperties
 
getEndpointCount() - Method in class org.openid4java.discovery.yadis.YadisResult
 
getEndpoints() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the OpenID XRDS endpoints discovered from an identifier.
getEnforceRpId() - Method in class org.openid4java.server.RealmVerifier
 
getEnforceRpId() - Method in class org.openid4java.server.ServerManager
Gets the flag that instructs the realm verifier to enforce validation of the return URL agains the endpoints discovered from the RP's realm.
getErrorCode() - Method in class org.openid4java.message.AssociationError
 
getErrorCode() - Method in exception org.openid4java.OpenIDException
 
getErrorDescription() - Method in class org.openid4java.message.ax.StoreResponse
Gets the status of the Store Response if the 'status' parameter is part of the response, or null otherwise.
getErrorMsg() - Method in class org.openid4java.message.DirectError
 
getErrorMsg() - Method in class org.openid4java.message.IndirectError
 
getException() - Method in class org.openid4java.message.DirectError
 
getException() - Method in class org.openid4java.message.IndirectError
 
getExpireIn() - Method in class org.openid4java.server.ServerManager
Gets the expiration time (in seconds) for the generated associations
getExpiry() - Method in class org.openid4java.association.Association
 
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.ax.AxMessage
Instantiates the apropriate Attribute Exchange object (fetch / store - request / response) for the supplied parameter list.
getExtension(String) - Method in class org.openid4java.message.Message
Gets a MessageExtension for the specified Type URI if an implementation is available, or null otherwise.
getExtension(ParameterList, boolean) - Method in interface org.openid4java.message.MessageExtensionFactory
Builds a MessageExtension from a parameter list containing the extension-specific parameters.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.pape.PapeMessage
Instantiates the apropriate OpenID Provider Authentication Policy extension object (request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SReg11ExtensionFactory
Instantiates the apropriate Simple Registration object (request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SRegMessage
Instantiates the apropriate Simple Registration object (request / response) for the supplied parameter list.
getExtensionAlias(String) - Method in class org.openid4java.message.Message
Retrieves the extension alias that will be used for the extension identified by the supplied extension type URI.
getExtensionFactory(String) - Static method in class org.openid4java.message.Message
Gets a MessageExtensionFactory for the specified Type URI if an implementation is available, or null otherwise.
getExtensionParams(String) - Method in class org.openid4java.message.Message
Retrieves the parameters associated with a protocol extension, specified by the given extension type URI.
getExtensions() - Method in class org.openid4java.message.Message
Gets a set of extension Type URIs that are present in the message.
getFailedAssocExpire() - Method in class org.openid4java.consumer.ConsumerManager
Gets the timeout (in seconds) configured for keeping track of failed association attempts.
getFailedAssociation(Date) - Static method in class org.openid4java.association.Association
 
getFailedAssociation(int) - Static method in class org.openid4java.association.Association
 
getFailureCause() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the throwable (or exception) that caused the failure of the Yadis discovery, if one was thrown and intercepted
getFinalUri() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the final URI from where the document was obtained, after following redirects.
getFinalUri() - Method in interface org.openid4java.util.HttpResponse
Gets the final URI from where the document was obtained, after following redirects.
getGenerator() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the generator for the Diffie-Hellman key echange.
getHAlgorithm() - Method in class org.openid4java.association.AssociationSessionType
Gets the H algorithm of the Diffie-Hellman session, or null for no-encryption session types.
getHandle() - Method in class org.openid4java.association.Association
 
getHandle() - Method in class org.openid4java.message.AuthRequest
 
getHandle() - Method in class org.openid4java.message.AuthSuccess
 
getHandle() - Method in class org.openid4java.message.VerifyRequest
 
getHtmlMeta(String) - Method in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
 
getHtmlMeta(String) - Method in interface org.openid4java.discovery.yadis.YadisHtmlParser
Parses the HTML input stream and scans for the Yadis XRDS location in the HTML HEAD Meta tags.
getHtmlMeta(String) - Method in class org.openid4java.discovery.yadis.YadisResolver
Parses the HTML input stream and scans for the Yadis XRDS location in the HTML HEAD Meta tags.
getHtmlObject() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the HTML element used to describe the Relying Party's requirements and invoke the infocard selectors.
getHttpFetcher() - Method in class org.openid4java.consumer.ConsumerManager
 
getHttpFetcher() - Method in class org.openid4java.discovery.yadis.YadisResolver
 
getIdentifier() - Method in interface org.openid4java.discovery.Identifier
 
getIdentifier() - Method in class org.openid4java.discovery.UrlIdentifier
 
getIdentifier() - Method in class org.openid4java.discovery.XriIdentifier
 
getIdentity() - Method in class org.openid4java.message.AuthRequest
 
getIdentity() - Method in class org.openid4java.message.AuthSuccess
 
getInstance(int, Boolean, int, int, String) - Static method in class org.openid4java.util.HttpClientFactory
 
getInstance(int, Boolean, int, int, String, SSLContext, X509HostnameVerifier) - Static method in class org.openid4java.util.HttpClientFactory
 
getInvalidateHandle() - Method in class org.openid4java.message.AuthSuccess
 
getInvalidateHandle() - Method in class org.openid4java.message.VerifyRequest
 
getInvalidateHandle() - Method in class org.openid4java.message.VerifyResponse
 
getIssuer() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer URL.
getIssuerPolicy() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer policy URL, if different than "/mex".
getKey() - Method in class org.openid4java.message.Parameter
 
getKeySize() - Method in class org.openid4java.association.AssociationSessionType
Gets the MAC key size, in bits, of this association type.
getLocalId() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getMacKey() - Method in class org.openid4java.association.Association
 
getMaxAge() - Method in class org.openid4java.consumer.AbstractNonceVerifier
 
getMaxAge() - Method in class org.openid4java.consumer.JdbcNonceVerifier
 
getMaxAge() - Method in interface org.openid4java.consumer.NonceVerifier
Returns the expiration timeout for nonces, in seconds.
getMaxAssocAttempts() - Method in class org.openid4java.consumer.ConsumerManager
Gets the value configured for the maximum number of association attempts that will be performed for a given OpenID provider.
getMaxAuthAge() - Method in class org.openid4java.message.pape.PapeRequest
Gets the max_auth_age parameter.
getMaxBodySize() - Method in class org.openid4java.util.HttpRequestOptions
Gets configuration parameter for the maximum HTTP body size that will be downloaded.
getMaxNonceAge() - Method in class org.openid4java.consumer.ConsumerManager
Gets the max age (in seconds) configured for keeping track of nonces.
getMaxRedirects() - Method in class org.openid4java.discovery.html.HtmlResolver
Gets the internal limit configured for the maximum number of redirects to be followed for the HTTP calls.
getMaxRedirects() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the internal limit configured for the maximum number of redirects to be followed for the HTTP calls.
getMaxRedirects() - Method in class org.openid4java.util.HttpRequestOptions
Gets the internal limit configured for the maximum number of redirects to be followed for the HTTP calls.
getMaxRedirectsFollowed() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the maximum HTTP redirects limit that was configured when this HTTP response was obtained.
getMessage() - Method in exception org.openid4java.OpenIDException
 
getMinAssocSessEnc() - Method in class org.openid4java.consumer.ConsumerManager
Gets the minimum level of encryption that will be accepted for association sessions.
getMinAssocSessEnc() - Method in class org.openid4java.server.ServerManager
Gets the minimum level of encryption configured for association sessions.
getMode() - Method in class org.openid4java.message.AuthSuccess
 
getModulus() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the modulus for the Diffie-Hellman key echange.
getNewInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the new instance
getNonce() - Method in class org.openid4java.message.AuthSuccess
 
getNonceGenerator() - Method in class org.openid4java.server.ServerManager
Gets the NonceGenerator used for generating nonce tokens to uniquely identify authentication responses.
getNonceVerifier() - Method in class org.openid4java.consumer.ConsumerManager
Gets the NonceVerifier implementation used to keep track of the nonces that have been seen in authentication response messages.
getNormalizedUrl() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the result of following redirects on the YadisURL
getObjectParam(String, String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates an HTML snippet for an parameter from a name-value pair.
getOP1Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
 
getOP2Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
 
getOPEndpoint() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getOPEndpoint() - Method in class org.openid4java.message.AuthRequest
 
getOpEndpoint() - Method in class org.openid4java.message.AuthSuccess
 
getOPEndpointUrl() - Method in class org.openid4java.server.ServerManager
Gets OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
getOpenIDMessage() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message contained in the OpenID token.
getOpenIDParams() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message as a ParameterList.
getOPSetupUrl() - Method in class org.openid4java.consumer.VerificationResult
Gets the optional OP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
getParameter(String) - Method in class org.openid4java.message.Message
 
getParameter(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameter(String) - Method in class org.openid4java.message.ParameterList
 
getParameterMap() - Method in class org.openid4java.message.Message
 
getParameters() - Method in class org.openid4java.message.ax.AxMessage
Gets ParameterList containing the Attribute Exchange extension-specific parameters.
getParameters() - Method in class org.openid4java.message.Message
 
getParameters() - Method in interface org.openid4java.message.MessageExtension
Gets the extension-specific parameters.
getParameters() - Method in class org.openid4java.message.pape.PapeMessage
Gets ParameterList containing the OpenID Provider Authentication Policy extension-specific parameters.
getParameters() - Method in class org.openid4java.message.ParameterList
 
getParameters() - Method in class org.openid4java.message.sreg.SRegMessage
Gets ParameterList containing the Simple Registration extension-specific parameters.
getParameterValue(String) - Method in class org.openid4java.message.ax.AxMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.Message
 
getParameterValue(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.ParameterList
 
getParameterValue(String) - Method in class org.openid4java.message.sreg.SRegMessage
Gets a the value of the parameter with the specified name.
getPassword() - Method in class org.openid4java.util.ProxyProperties
 
getPreExpiryAssocLockInterval() - Method in class org.openid4java.consumer.ConsumerManager
Gets the interval before the expiration of an association (in seconds) in which the association should not be used, in order to avoid the expiration from occurring in the middle of a authentication transaction.
getPrefAssocSessEnc() - Method in class org.openid4java.consumer.ConsumerManager
Gets the preferred encryption type for the association sessions.
getPrefAssocSessEnc() - Method in class org.openid4java.server.ServerManager
Gets the preferred association / session type.
getPreferredAuthPolicies() - Method in class org.openid4java.message.pape.PapeRequest
Gets the preferred_auth_policies parameter value.
getPreferredAuthPoliciesList() - Method in class org.openid4java.message.pape.PapeRequest
Gets a list with the preferred_auth_policies.
getPriority(Node) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
 
getPrivacyUrl() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relyin Party's privacy policy URL.
getPrivacyVersion() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relying Party's privacy document's version.
getPrivateAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated private associations (used for signing responses to stateless consumer sites).
getPrivateAssociationStore() - Method in class org.openid4java.consumer.ConsumerManager
Gets the private association store used for signing consumer nonces.
getPrivateKey() - Method in class org.openid4java.association.DiffieHellmanSession
 
getProperty(String) - Static method in class org.openid4java.util.OpenID4JavaUtils
 
getProperty(String, String) - Static method in class org.openid4java.util.OpenID4JavaUtils
 
getProxyHostName() - Method in class org.openid4java.util.ProxyProperties
 
getProxyPort() - Method in class org.openid4java.util.ProxyProperties
 
getProxyProperties() - Static method in class org.openid4java.util.HttpClientFactory
 
getPublicKey() - Method in class org.openid4java.association.DiffieHellmanSession
Get the Diffie-Hellman public key.
getRealm() - Method in class org.openid4java.message.AuthRequest
 
getRealmVerifier() - Method in class org.openid4java.consumer.ConsumerManager
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifier() - Method in class org.openid4java.message.AuthRequest
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifier() - Method in class org.openid4java.server.ServerManager
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifierForConsumer() - Method in class org.openid4java.server.RealmVerifierFactory
 
getRealmVerifierForServer() - Method in class org.openid4java.server.RealmVerifierFactory
 
getReference() - Method in class org.openid4java.message.IndirectError
 
getRequestHeaders() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP request headers that will be used when placing HTTP requests using the options in this object.
getRequestOptions() - Method in class org.openid4java.util.AbstractHttpFetcher
 
getRequestOptions() - Method in interface org.openid4java.util.HttpFetcher
Gets a clone of the default HttpRequestOptions.
getRequiredFields() - Method in class org.openid4java.message.AssociationError
 
getRequiredFields() - Method in class org.openid4java.message.AssociationRequest
 
getRequiredFields() - Method in class org.openid4java.message.AssociationResponse
 
getRequiredFields() - Method in class org.openid4java.message.AuthFailure
 
getRequiredFields() - Method in class org.openid4java.message.AuthImmediateFailure
 
getRequiredFields() - Method in class org.openid4java.message.AuthRequest
 
getRequiredFields() - Method in class org.openid4java.message.AuthSuccess
 
getRequiredFields() - Method in class org.openid4java.message.DirectError
 
getRequiredFields() - Method in class org.openid4java.message.Message
 
getRequiredFields() - Method in class org.openid4java.message.VerifyResponse
 
getResolver() - Method in class org.openid4java.discovery.xri.LocalXriResolver
 
getResponseBody(HttpEntity, int) - Method in class org.openid4java.util.HttpCache
Returns content of an HTTP response entitity, but no more than maxBytes.
getResponseHeader(String) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the first header matching the provided headerName parameter, or null if no header with that name exists.
getResponseHeader(String) - Method in interface org.openid4java.util.HttpResponse
Gets the first header matching the provided headerName parameter, or null if no header with that name exists.
getResponseHeaders(String) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets an array of Header objects for the provided headerName parameter.
getResponseHeaders(String) - Method in interface org.openid4java.util.HttpResponse
Gets an array of Header objects for the provided headerName parameter.
getReturnTo() - Method in class org.openid4java.message.AuthRequest
 
getReturnTo() - Method in class org.openid4java.message.AuthSuccess
 
getServicePriority() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getSessionType() - Method in class org.openid4java.association.AssociationSessionType
Gets the session type.
getSessionType() - Method in class org.openid4java.message.AssociationError
 
getSessionType() - Method in class org.openid4java.message.AssociationRequest
Gets the session type parameter of the message.
getSessionType() - Method in class org.openid4java.message.AssociationResponse
Gets the session type parameter of the message.
getSharedAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated associations established with consumer sites.
getSignature() - Method in class org.openid4java.message.AuthSuccess
 
getSignedText() - Method in class org.openid4java.message.AuthSuccess
Return the text on which the signature is applied.
getSignExtensions() - Method in class org.openid4java.message.AuthSuccess
 
getSignExtensions() - Method in class org.openid4java.server.ServerManager
 
getSignFields() - Method in class org.openid4java.server.ServerManager
Gets the list of parameters that the OpenID Provider will sign when generating authentication responses.
getSignList() - Method in class org.openid4java.message.AuthSuccess
 
getSingletonInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the singleton instance
getSocketTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP socket (read) timeout, in milliseconds.
getStatusCode() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the status code of the HttpResponse.
getStatusCode() - Method in interface org.openid4java.util.HttpResponse
Gets the status code of the HttpResponse.
getStatusLine() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the status line of the HttpResponse.
getStatusMsg() - Method in class org.openid4java.consumer.VerificationResult
 
getTableName() - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
getTableName() - Method in class org.openid4java.consumer.JdbcNonceVerifier
 
getTableName() - Method in class org.openid4java.server.JdbcServerAssociationStore
 
getTimestamp() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
 
getToken() - Method in class org.openid4java.infocard.OpenIDToken
Generates the XML string representation of the OpenID token.
getTokenType() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID token type.
getTokenType() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the token type.
getType() - Method in class org.openid4java.association.Association
 
getType() - Method in class org.openid4java.association.DiffieHellmanSession
 
getType() - Method in class org.openid4java.message.AssociationRequest
Gets the association / session type of the association request.
getType() - Method in class org.openid4java.message.AssociationResponse
Gets the association / session type of the association response.
getTypes() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getTypes() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getTypeUri() - Method in class org.openid4java.message.ax.AxMessage
Gets the Type URI that identifies the Attribute Exchange extension.
getTypeUri() - Method in interface org.openid4java.message.MessageExtension
Gets the TypeURI that identifies a extension to the OpenID protocol.
getTypeUri() - Method in interface org.openid4java.message.MessageExtensionFactory
Gets the extension type URI of the extension factory.
getTypeUri() - Method in class org.openid4java.message.pape.PapeMessage
Gets the Type URI that identifies the OpenID Provider Authentication Policy extension.
getTypeUri() - Method in class org.openid4java.message.sreg.SReg11ExtensionFactory
Gets the Type URI that identifies the Simple Registration 1.1 extension.
getTypeUri() - Method in class org.openid4java.message.sreg.SRegMessage
Gets the Type URI that identifies the Simple Registration extension.
getUpdateUrl() - Method in class org.openid4java.message.ax.FetchRequest
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - Method in class org.openid4java.message.ax.FetchResponse
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - Method in class org.openid4java.message.sreg.SRegRequest
Gets the optional policy URL parameter if available, or null otherwise.
getUri() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getUriPriority() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
getUrl() - Method in class org.openid4java.discovery.UrlIdentifier
 
getUrl() - Method in class org.openid4java.discovery.yadis.YadisUrl
Gets the URL to be used in Yadis transactions.
getUserName() - Method in class org.openid4java.util.ProxyProperties
 
getUserSetupUrl() - Method in class org.openid4java.message.AuthImmediateFailure
 
getUserSetupUrl() - Method in class org.openid4java.server.ServerManager
Gets the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
getValue() - Method in class org.openid4java.message.Parameter
 
getVerifiedId() - Method in class org.openid4java.consumer.VerificationResult
Gets the verified identifier.
getVersion() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getXhtml() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the XHTML snippet element used to describe the Relying Party's requirements and invoke the infocard selectors.
getXrdsLocation() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the Yadis Resource Descriptor (XRDS) location
getXriResolver() - Static method in class org.openid4java.discovery.Discovery
 
getYadisResolver() - Method in class org.openid4java.discovery.Discovery
 
getYadisUrl() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the YadisUrl on which discovery is to be performed.
GMT_TIME_ZONE - Static variable in class org.openid4java.util.InternetDateFormat
 

H

H_ALGORITHM_SHA1 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
H_ALGORITHM_SHA256 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
hasClaimedIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
hasCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeMessage
 
hasDelegateIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
hasEndpoints() - Method in class org.openid4java.discovery.yadis.YadisResult
 
hasExpired() - Method in class org.openid4java.association.Association
 
hasExtension(String) - Method in class org.openid4java.message.Message
Returns true if the message has parameters for the specified extension type URI.
hasExtensionFactory(String) - Static method in class org.openid4java.message.Message
Returns true if there is an extension factory available for extension identified by the specified Type URI, or false otherwise.
hasFailed() - Method in class org.openid4java.message.ax.StoreResponse
Returns true if the Store Response is a failure message, true if it is a success response.
hashCode() - Method in class org.openid4java.discovery.UrlIdentifier
 
hashCode() - Method in class org.openid4java.discovery.XriIdentifier
 
hashCode() - Method in class org.openid4java.message.Parameter
 
hashCode() - Method in class org.openid4java.message.ParameterList
 
hasParameter(String) - Method in class org.openid4java.message.Message
 
hasParameter(String) - Method in class org.openid4java.message.pape.PapeMessage
Checks if the extension contains a parameter.
hasParameter(String) - Method in class org.openid4java.message.ParameterList
 
hasParameterPrefix(String) - Method in class org.openid4java.message.ParameterList
 
hasType(String) - Method in class org.openid4java.discovery.DiscoveryInformation
 
head(String) - Method in class org.openid4java.util.AbstractHttpFetcher
 
head(String, HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
 
head(String, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
 
head(String) - Method in interface org.openid4java.util.HttpFetcher
 
head(String, HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
 
HMAC_SHA1_ALGORITHM - Static variable in class org.openid4java.association.Association
 
HMAC_SHA1_KEYSIZE - Static variable in class org.openid4java.association.Association
 
HMAC_SHA256_ALGORITHM - Static variable in class org.openid4java.association.Association
 
HMAC_SHA256_KEYSIZE - Static variable in class org.openid4java.association.Association
 
hostnameVerifier - Variable in class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
HTML_PARSER - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
HTML_PARSER_CLASS_NAME_KEY - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
HtmlParser - Interface in org.openid4java.discovery.html
Html parser.
HtmlResolver - Class in org.openid4java.discovery.html
 
HtmlResolver(HttpFetcherFactory) - Constructor for class org.openid4java.discovery.html.HtmlResolver
 
HtmlResult - Class in org.openid4java.discovery.html
Holds information obtained by performing HTML discovery on an URL.
HtmlResult() - Constructor for class org.openid4java.discovery.html.HtmlResult
Constructs an empty HtmlResult object.
HttpCache - Class in org.openid4java.util
Wrapper cache around HttpClient providing caching for HTTP requests.
HttpCache() - Constructor for class org.openid4java.util.HttpCache
 
HttpCache(SSLContext) - Constructor for class org.openid4java.util.HttpCache
 
HttpCache(SSLContext, X509HostnameVerifier) - Constructor for class org.openid4java.util.HttpCache
Constructs a new HttpCache object, that will be initialized with the default set of HttpRequestOptions.
HttpCache.DefaultHttpResponse - Class in org.openid4java.util
 
HttpCache.DefaultHttpResponse(int, String, int, String, Header[], String) - Constructor for class org.openid4java.util.HttpCache.DefaultHttpResponse
Constructs a new HttpResponse with the provided parameters.
HttpCache.ResponseBody - Class in org.openid4java.util
 
HttpCache.ResponseBody(String, boolean) - Constructor for class org.openid4java.util.HttpCache.ResponseBody
 
HttpClientFactory - Class in org.openid4java.util
This class handles all HTTPClient connections for the org.openid4java packages.
HttpClientFactory() - Constructor for class org.openid4java.util.HttpClientFactory
 
HttpFetcher - Interface in org.openid4java.util
Interface for fetching HTTP requests.
HttpFetcherFactory - Class in org.openid4java.util
 
HttpFetcherFactory(Provider<HttpFetcher>) - Constructor for class org.openid4java.util.HttpFetcherFactory
 
HttpFetcherFactory() - Constructor for class org.openid4java.util.HttpFetcherFactory
Public constructor for non-Guice installations.
HttpFetcherFactory(SSLContext) - Constructor for class org.openid4java.util.HttpFetcherFactory
 
HttpFetcherFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.openid4java.util.HttpFetcherFactory
 
HttpFetcherFactory.HttpCacheProvider - Class in org.openid4java.util
 
HttpFetcherFactory.HttpCacheProvider(SSLContext, X509HostnameVerifier) - Constructor for class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
HttpFetcherFactory.HttpCacheProvider(SSLContext) - Constructor for class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
HttpFetcherFactory.HttpCacheProvider() - Constructor for class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
HttpRequestOptions - Class in org.openid4java.util
Container class for the various options associated with HTTP requests.
HttpRequestOptions() - Constructor for class org.openid4java.util.HttpRequestOptions
Constructs a set of HTTP request options with the default values.
HttpRequestOptions(HttpRequestOptions) - Constructor for class org.openid4java.util.HttpRequestOptions
Creates a new HttpRequestOptions object as a clone of the provided parameter.
HttpResponse - Interface in org.openid4java.util
Container class for HTTP responses.
HttpUtils - Class in org.openid4java.util
 
HttpUtils() - Constructor for class org.openid4java.util.HttpUtils
 

I

Identifier - Interface in org.openid4java.discovery
 
identifier - Variable in class org.openid4java.discovery.XriIdentifier
 
ignoredEndElement(QName, Augmentations) - Method in class org.openid4java.util.OpenID4JavaDOMParser
 
ignoredHeadStartElement - Variable in class org.openid4java.util.OpenID4JavaDOMParser
 
ignoredStartElement(QName, XMLAttributes, Augmentations) - Method in class org.openid4java.util.OpenID4JavaDOMParser
 
IncrementalNonceGenerator - Class in org.openid4java.server
 
IncrementalNonceGenerator() - Constructor for class org.openid4java.server.IncrementalNonceGenerator
 
IndirectError - Class in org.openid4java.message
 
IndirectError(String, String) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(String, String, boolean) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(OpenIDException, String, String, boolean) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(ParameterList) - Constructor for class org.openid4java.message.IndirectError
 
INFOCARD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
InfocardException - Exception in org.openid4java.infocard
 
InfocardException(String) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(String, int) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(String, Throwable) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(Throwable) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardInvocation - Class in org.openid4java.infocard.rp
Utility class to generate HTML or XHTLM snippets that express Relying Parties' requirements and invoke Infocard Selectors, requesting login with an OpenID Infocard.
InfocardInvocation(OpenIDTokenType) - Constructor for class org.openid4java.infocard.rp.InfocardInvocation
Creates a new InfocardInvocation object, describing Relying Party's requirements.
InfocardInvocation(FetchRequest) - Constructor for class org.openid4java.infocard.rp.InfocardInvocation
Creates an InfocardInvocation object from an Attribute Exchange Fetch Request.
InMemoryConsumerAssociationStore - Class in org.openid4java.consumer
 
InMemoryConsumerAssociationStore() - Constructor for class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
InMemoryNonceVerifier - Class in org.openid4java.consumer
 
InMemoryNonceVerifier() - Constructor for class org.openid4java.consumer.InMemoryNonceVerifier
 
InMemoryNonceVerifier(int) - Constructor for class org.openid4java.consumer.InMemoryNonceVerifier
 
InMemoryServerAssociationStore - Class in org.openid4java.server
 
InMemoryServerAssociationStore() - Constructor for class org.openid4java.server.InMemoryServerAssociationStore
 
insertConsumerNonce(String, String) - Method in class org.openid4java.consumer.ConsumerManager
Inserts a consumer-side nonce as a custom parameter in the return_to parameter of the authentication request.
InternetDateFormat - Class in org.openid4java.util
A date formatter based on the Internet Date/Time format.
InternetDateFormat() - Constructor for class org.openid4java.util.InternetDateFormat
 
INVALID_TIMESTAMP - Static variable in interface org.openid4java.consumer.NonceVerifier
The timestamp of the nonce is invalid, it cannot be parsed.
invoke(Map, String, Map, Map, IConstants, ISTSRequest, ISTSResponse) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
iriNormalForm - Variable in class org.openid4java.discovery.XriIdentifier
 
isAllowStateless() - Method in class org.openid4java.consumer.ConsumerManager
Returns true if the ConsumerManager is configured to fallback to stateless mode when failing to associate with an OpenID Provider.
isBetter(AssociationSessionType) - Method in class org.openid4java.association.AssociationSessionType
Returns true if the specified argument's encryption level is considered better than the one of the current instance.
isBodySizeExceeded() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Returns true if the HTTP response size exceeded the maximum allowed by the (default) HttpRequestOptions.
isBodySizeExceeded() - Method in interface org.openid4java.util.HttpResponse
Returns true if the HTTP response size exceeded the maximum allowed by the (default) HttpRequestOptions.
isBodyTruncated() - Method in class org.openid4java.util.HttpCache.ResponseBody
 
isDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
 
isDhSha1Supported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSha256Supported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhShaSupported(String) - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSupported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSupported(AssociationSessionType) - Static method in class org.openid4java.association.DiffieHellmanSession
 
isHmacSha1Supported() - Static method in class org.openid4java.association.Association
 
isHmacSha256Supported() - Static method in class org.openid4java.association.Association
 
isHmacSupported(String) - Static method in class org.openid4java.association.Association
 
isIgnoredHeadStartElement() - Method in class org.openid4java.util.OpenID4JavaDOMParser
 
isImmediate() - Method in class org.openid4java.message.AuthRequest
 
isImmediateAuth() - Method in class org.openid4java.consumer.ConsumerManager
Returns true if the ConsumerManager is configured to attempt checkid_immediate authentication requests.
isMultiThreadedHttpClient() - Static method in class org.openid4java.util.HttpClientFactory
 
isOpenIDType(String) - Static method in class org.openid4java.discovery.DiscoveryInformation
 
isSignatureVerified() - Method in class org.openid4java.message.VerifyResponse
 
isTooOld(Date, Date) - Method in class org.openid4java.consumer.AbstractNonceVerifier
 
isUseCache() - Method in class org.openid4java.util.HttpRequestOptions
Returns true if a cached copy can be used when placing HTTP requests using the options in this object.
isValid(URL) - Method in class org.openid4java.discovery.yadis.YadisUrl
Validates a URL against the requirements for a YadisUrl.
isValid() - Method in class org.openid4java.message.ax.AxPayload
 
isValid() - Method in class org.openid4java.message.ax.FetchRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.FetchResponse
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.StoreRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.StoreResponse
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.Parameter
 
isValid() - Method in class org.openid4java.message.sreg.SRegRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.sreg.SRegResponse
Checks the validity of the extension.
isVersion2() - Method in class org.openid4java.association.AssociationSessionType
Returns true for OpenID 2 AssociationSessionType's, or false for OpenID 1.x types.
isVersion2() - Method in class org.openid4java.discovery.DiscoveryInformation
 
isVersion2() - Method in class org.openid4java.message.AssociationRequest
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - Method in class org.openid4java.message.AssociationResponse
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - Method in class org.openid4java.message.AuthFailure
 
isVersion2() - Method in class org.openid4java.message.AuthImmediateFailure
 
isVersion2() - Method in class org.openid4java.message.AuthRequest
 
isVersion2() - Method in class org.openid4java.message.AuthSuccess
 
isVersion2() - Method in class org.openid4java.message.DirectError
 
isVersion2() - Method in class org.openid4java.message.VerifyResponse
 

J

JAXP_SCHEMA_LANGUAGE - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
JAXP_SCHEMA_SOURCE - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
JdbcConsumerAssociationStore - Class in org.openid4java.consumer
The specified table must have the following structure: opurl : string handle : string : primary key type : string mackey : string expdate : date
JdbcConsumerAssociationStore() - Constructor for class org.openid4java.consumer.JdbcConsumerAssociationStore
 
JdbcConsumerAssociationStore(String) - Constructor for class org.openid4java.consumer.JdbcConsumerAssociationStore
 
JdbcNonceVerifier - Class in org.openid4java.consumer
JDBC implementation of a NonceVerifier.
JdbcNonceVerifier(int) - Constructor for class org.openid4java.consumer.JdbcNonceVerifier
 
JdbcNonceVerifier(int, String) - Constructor for class org.openid4java.consumer.JdbcNonceVerifier
 
JdbcNonceVerifier.GenericNonceVerifier - Class in org.openid4java.consumer
 
JdbcNonceVerifier.GenericNonceVerifier(int) - Constructor for class org.openid4java.consumer.JdbcNonceVerifier.GenericNonceVerifier
 
JdbcServerAssociationStore - Class in org.openid4java.server
JDBC implementation for the ServerAssociationStore interface.
JdbcServerAssociationStore() - Constructor for class org.openid4java.server.JdbcServerAssociationStore
 
JdbcServerAssociationStore(String) - Constructor for class org.openid4java.server.JdbcServerAssociationStore
 

K

keyValueFormEncoding() - Method in class org.openid4java.message.Message
 

L

load(String, String) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
 
load(String) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
 
load(String, String) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
load(String) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
load(String, String) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
load(String) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
load(String) - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
load(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
load(String) - Method in interface org.openid4java.server.ServerAssociationStore
 
loadProperties(String) - Static method in class org.openid4java.util.OpenID4JavaUtils
 
localId - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
LocalXriResolver - Class in org.openid4java.discovery.xri
 
LocalXriResolver() - Constructor for class org.openid4java.discovery.xri.LocalXriResolver
 
log - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
LOWEST_PRIORITY - Static variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 

M

MALFORMED_REALM - Static variable in class org.openid4java.server.RealmVerifier
 
MALFORMED_RETURN_TO_URL - Static variable in class org.openid4java.server.RealmVerifier
 
manager - Variable in class org.openid4java.consumer.SampleConsumer
 
manager - Variable in class org.openid4java.server.SampleServer
 
match(String, String) - Method in class org.openid4java.server.RealmVerifier
 
match(HttpCache.DefaultHttpResponse, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
 
matchesType(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
Message - Class in org.openid4java.message
 
Message() - Constructor for class org.openid4java.message.Message
 
Message(ParameterList) - Constructor for class org.openid4java.message.Message
 
MESSAGE_ERROR - Static variable in exception org.openid4java.OpenIDException
 
MessageException - Exception in org.openid4java.message
 
MessageException(String) - Constructor for exception org.openid4java.message.MessageException
 
MessageException(String, int) - Constructor for exception org.openid4java.message.MessageException
 
MessageException(Throwable) - Constructor for exception org.openid4java.message.MessageException
 
MessageException(int, Throwable) - Constructor for exception org.openid4java.message.MessageException
 
MessageException(String, Throwable) - Constructor for exception org.openid4java.message.MessageException
 
MessageException(String, int, Throwable) - Constructor for exception org.openid4java.message.MessageException
 
MessageExtension - Interface in org.openid4java.message
Interface for building OpenID extensions.
MessageExtensionFactory - Interface in org.openid4java.message
Factory interface for creating message extension objects for a specific message extension type URI.
MODE_ASSOC - Static variable in class org.openid4java.message.AssociationRequest
 
MODE_CANCEL - Static variable in class org.openid4java.message.Message
 
MODE_CHKAUTH - Static variable in class org.openid4java.message.VerifyRequest
 
MODE_IDRES - Static variable in class org.openid4java.message.Message
 
MODE_IMMEDIATE - Static variable in class org.openid4java.message.AuthRequest
 
MODE_SETUP - Static variable in class org.openid4java.message.AuthRequest
 
MODE_SETUP_NEEDED - Static variable in class org.openid4java.message.Message
 
multiThreadedHttpClient - Static variable in class org.openid4java.util.HttpClientFactory
 
multivalDecode(String) - Method in class org.openid4java.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) - Method in class org.openid4java.message.sreg.SRegMessage
Encodes a string value according to the conventions for supporting multiple values for a parameter (commas and backslashes are escaped).

N

newAuthLevelAlias() - Method in class org.openid4java.message.pape.PapeMessage
 
next() - Method in class org.openid4java.server.IncrementalNonceGenerator
 
next() - Method in interface org.openid4java.server.NonceGenerator
 
NO_ENCRYPTION_COMPAT_SHA1MAC - Static variable in class org.openid4java.association.AssociationSessionType
 
NO_ENCRYPTION_SHA1MAC - Static variable in class org.openid4java.association.AssociationSessionType
 
NO_ENCRYPTION_SHA256MAC - Static variable in class org.openid4java.association.AssociationSessionType
 
NonceGenerator - Interface in org.openid4java.server
 
NonceVerifier - Interface in org.openid4java.consumer
 
normalize(String) - Static method in class org.openid4java.discovery.UrlIdentifier
 
normalize(String, boolean) - Static method in class org.openid4java.discovery.UrlIdentifier
 
normalizeUrlEncoding(String) - Static method in class org.openid4java.discovery.UrlIdentifier
 

O

OK - Static variable in interface org.openid4java.consumer.NonceVerifier
This noce is valid and it was not seen before.
OK - Static variable in class org.openid4java.server.RealmVerifier
 
OPENID10 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID11 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID11_TOKEN - Static variable in class org.openid4java.infocard.OpenIDTokenType
OpenID 1.1 token type.
OPENID1_SIGNON_TYPES - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID2 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID20_TOKEN - Static variable in class org.openid4java.infocard.OpenIDTokenType
OpenID 2.0 token type.
OPENID2_NS - Static variable in class org.openid4java.message.Message
 
OPENID2_OP - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID2_RP - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OpenID4JavaDOMParser - Class in org.openid4java.util
A DOMParser extends from Cyberneko HTML.
OpenID4JavaDOMParser() - Constructor for class org.openid4java.util.OpenID4JavaDOMParser
 
OpenID4JavaUtils - Class in org.openid4java.util
Load properties from classpath:org.openid4java.util.openid4java-default.properties, then load custom properties from classpath:openid4java.properties to replace the default if exists..
OpenID4JavaUtils() - Constructor for class org.openid4java.util.OpenID4JavaUtils
 
OPENID_CLAIM - Static variable in class org.openid4java.infocard.OpenIDTokenType
The OpenID Identifier claim type.
OPENID_ELEM_DELEGATE - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
OPENID_ERROR - Static variable in exception org.openid4java.OpenIDException
 
OPENID_NS - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
OPENID_NS_AX - Static variable in class org.openid4java.message.ax.AxMessage
The Attribute Exchange Type URI.
OPENID_NS_PAPE - Static variable in class org.openid4java.message.pape.PapeMessage
The OpenID Provider Authentication Policy extension URI.
OPENID_NS_SREG - Static variable in class org.openid4java.message.sreg.SRegMessage
The Simple Registration 1.0 namespace URI.
OPENID_NS_SREG11 - Static variable in class org.openid4java.message.sreg.SRegMessage
The Simple Registration 1.1 namespace URI.
OPENID_OP_TYPES - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID_SIGNON_TYPES - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID_TYPES - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OpenIDException - Exception in org.openid4java
 
OpenIDException(String) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, int) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, int, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(int, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDToken - Class in org.openid4java.infocard
Models the OpenID Infocard token used to transport OpenID messages.
OpenIDToken(Message) - Constructor for class org.openid4java.infocard.OpenIDToken
Constructs an OpenID token encapsulating the provided OpenID Message.
OpenIDTokenGeneratorHandler - Class in org.openid4java.infocard.sts
Handle RSTs and generate RSTRs containing OpenID Tokens.
OpenIDTokenGeneratorHandler() - Constructor for class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
Protected constructor, must use TokenGeneratorHandlerFactory
OpenIDTokenGeneratorHandlerFactory - Class in org.openid4java.infocard.sts
Implements the IConfigurableComponentFactory that creates the IssueHandler implementation.
OpenIDTokenGeneratorHandlerFactory() - Constructor for class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
 
OpenIDTokenType - Class in org.openid4java.infocard
Enumeration class with the defined OpenID token types.
OpenIDTokenType(String) - Constructor for class org.openid4java.infocard.OpenIDTokenType
Constructs a token type for the given URI value.
optionalFields - Static variable in class org.openid4java.message.AssociationError
 
optionalFields - Static variable in class org.openid4java.message.AssociationRequest
 
optionalFields - Static variable in class org.openid4java.message.AssociationResponse
 
optionalFields - Static variable in class org.openid4java.message.AuthFailure
 
optionalFields - Static variable in class org.openid4java.message.AuthImmediateFailure
 
optionalFields - Static variable in class org.openid4java.message.AuthRequest
 
optionalFields - Static variable in class org.openid4java.message.AuthSuccess
 
optionalFields - Static variable in class org.openid4java.message.DirectError
 
optionalFields - Static variable in class org.openid4java.message.VerifyResponse
 
org.openid4java - package org.openid4java
 
org.openid4java.association - package org.openid4java.association
 
org.openid4java.consumer - package org.openid4java.consumer
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
org.openid4java.discovery - package org.openid4java.discovery
 
org.openid4java.discovery.html - package org.openid4java.discovery.html
 
org.openid4java.discovery.xrds - package org.openid4java.discovery.xrds
 
org.openid4java.discovery.xri - package org.openid4java.discovery.xri
 
org.openid4java.discovery.yadis - package org.openid4java.discovery.yadis
 
org.openid4java.infocard - package org.openid4java.infocard
Provides support for OpenID-InforCards.
org.openid4java.infocard.rp - package org.openid4java.infocard.rp
 
org.openid4java.infocard.sts - package org.openid4java.infocard.sts
 
org.openid4java.message - package org.openid4java.message
 
org.openid4java.message.ax - package org.openid4java.message.ax
 
org.openid4java.message.pape - package org.openid4java.message.pape
 
org.openid4java.message.sreg - package org.openid4java.message.sreg
 
org.openid4java.server - package org.openid4java.server
Offers support for implementing an OpenID Provider server.
org.openid4java.util - package org.openid4java.util
 

P

PAPE_ERROR - Static variable in exception org.openid4java.OpenIDException
 
PAPE_FIELDS - Static variable in class org.openid4java.message.pape.PapeRequest
 
PAPE_FIELDS - Static variable in class org.openid4java.message.pape.PapeResponse
 
PAPE_POLICY_MULTI_FACTOR - Static variable in class org.openid4java.message.pape.PapeMessage
 
PAPE_POLICY_MULTI_FACTOR_PHYSICAL - Static variable in class org.openid4java.message.pape.PapeMessage
 
PAPE_POLICY_PHISHING_RESISTANT - Static variable in class org.openid4java.message.pape.PapeMessage
 
PapeMessage - Class in org.openid4java.message.pape
Base class for the OpenID Provider Authentication Policy extension implementation.
PapeMessage() - Constructor for class org.openid4java.message.pape.PapeMessage
Constructs an empty (no parameters) OpenID Provider Authentication Policy extension.
PapeMessage(ParameterList) - Constructor for class org.openid4java.message.pape.PapeMessage
Constructs an OpenID Provider Authentication Policy extension with a specified list of parameters.
PapeRequest - Class in org.openid4java.message.pape
Implements the extension for OpenID Provider Authentication Policy requests.
PapeRequest() - Constructor for class org.openid4java.message.pape.PapeRequest
Constructs a Pape Request with an empty parameter list.
PapeRequest(ParameterList) - Constructor for class org.openid4java.message.pape.PapeRequest
Constructs a PapeRequest from a parameter list.
PapeResponse - Class in org.openid4java.message.pape
Implements the extension for OpenID Provider Authentication Policy responses.
PapeResponse() - Constructor for class org.openid4java.message.pape.PapeResponse
Constructs a Pape Response with an empty parameter list.
PapeResponse(ParameterList) - Constructor for class org.openid4java.message.pape.PapeResponse
Constructs a Pape Response from a parameter list.
Parameter - Class in org.openid4java.message
A key / value pair which is part of an OpenID message.
Parameter(String, String) - Constructor for class org.openid4java.message.Parameter
 
ParameterList - Class in org.openid4java.message
A list of parameters that are part of an OpenID message.
ParameterList() - Constructor for class org.openid4java.message.ParameterList
 
ParameterList(ParameterList) - Constructor for class org.openid4java.message.ParameterList
 
ParameterList(Map) - Constructor for class org.openid4java.message.ParameterList
Constructs a ParameterList from a Map of parameters, ideally obtained with ServletRequest.getParameterMap().
parse(String) - Method in class org.openid4java.util.InternetDateFormat
 
parseDocument(String) - Method in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
 
parseDocument(String) - Method in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
 
parseHtml(String, HtmlResult) - Method in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
 
parseHtml(String, HtmlResult) - Method in interface org.openid4java.discovery.html.HtmlParser
Parses the HTML data and stores in the result the discovered openid information.
parseIdentifier(String) - Method in class org.openid4java.discovery.Discovery
 
parseIdentifier(String, boolean) - Method in class org.openid4java.discovery.Discovery
 
parseIdentifier(String) - Method in class org.openid4java.discovery.xri.LocalXriResolver
 
parseIdentifier(String) - Method in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
parseIdentifier(String) - Method in interface org.openid4java.discovery.xri.XriResolver
 
parseXmlInput(String) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
 
parseXrds(String, Set) - Method in interface org.openid4java.discovery.xrds.XrdsParser
Parses a XRDS document and extracts the relevant information for the specified service endpoint types.
parseXrds(String, Set) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
 
password - Variable in class org.openid4java.util.ProxyProperties
 
PATH_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
pathMatch(URL, URL) - Method in class org.openid4java.server.RealmVerifier
Does the URL's path equal to or a sub-directory of the realm's path.
PATTERN - Static variable in class org.openid4java.util.InternetDateFormat
 
PORT_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
portMatch(URL, URL) - Method in class org.openid4java.server.RealmVerifier
 
post(String, Map<String, String>, HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
 
post(String, Map<String, String>) - Method in class org.openid4java.util.AbstractHttpFetcher
 
post(String, Map<String, String>, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
 
post(String, Map<String, String>) - Method in interface org.openid4java.util.HttpFetcher
 
post(String, Map<String, String>, HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
 
processRequest(HttpServletRequest, HttpServletResponse) - Method in class org.openid4java.server.SampleServer
 
PROTOCOL_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
providesIdentifier() - Method in class org.openid4java.message.ax.AxMessage
Attribute exchange doesn't implement authentication services.
providesIdentifier() - Method in interface org.openid4java.message.MessageExtension
Used by the core OpenID authentication implementation to learn whether an extension provies authentication services.
providesIdentifier() - Method in class org.openid4java.message.pape.PapeMessage
OpenID Provider Authentication Policy extension doesn't implement authentication services.
providesIdentifier() - Method in class org.openid4java.message.sreg.SRegMessage
Simple Registration doesn't implement authentication services.
PROXY_URL - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
proxyHostName - Variable in class org.openid4java.util.ProxyProperties
 
proxyPort - Variable in class org.openid4java.util.ProxyProperties
 
proxyProperties - Static variable in class org.openid4java.util.HttpClientFactory
proxy properties for HTTPClient calls
ProxyProperties - Class in org.openid4java.util
Utility bean for setting transport properties in runtime.
ProxyProperties() - Constructor for class org.openid4java.util.ProxyProperties
 
publicKeyToString(DHPublicKey) - Static method in class org.openid4java.association.DiffieHellmanSession
 

Q

qnameIdentityClaimType - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
qnameIdentityClaimURI - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 

R

RealmVerifier - Class in org.openid4java.server
 
RealmVerifier(boolean, YadisResolver) - Constructor for class org.openid4java.server.RealmVerifier
Non-public constructor.
RealmVerifierFactory - Class in org.openid4java.server
Factory object that, given a Yadis resolver, makes RealmVerifiers.
RealmVerifierFactory(YadisResolver) - Constructor for class org.openid4java.server.RealmVerifierFactory
 
remove(String, String) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
 
remove(String, String) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
remove(String, String) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
remove(String) - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
remove(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
remove(String) - Method in interface org.openid4java.server.ServerAssociationStore
 
removeAged(Date) - Method in class org.openid4java.consumer.InMemoryNonceVerifier
 
removeExpired() - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
removeExpired() - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
removeGet(String) - Method in class org.openid4java.util.HttpCache
Removes a cached GET response.
removeParameters(String) - Method in class org.openid4java.message.ParameterList
 
requiredFields - Static variable in class org.openid4java.message.AssociationError
 
requiredFields - Static variable in class org.openid4java.message.AssociationRequest
 
requiredFields - Static variable in class org.openid4java.message.AssociationResponse
 
requiredFields - Static variable in class org.openid4java.message.AuthFailure
 
requiredFields - Static variable in class org.openid4java.message.AuthImmediateFailure
 
requiredFields - Static variable in class org.openid4java.message.AuthRequest
 
requiredFields - Static variable in class org.openid4java.message.AuthSuccess
 
requiredFields - Static variable in class org.openid4java.message.DirectError
 
requiredFields - Static variable in class org.openid4java.message.VerifyResponse
 
retrieveXrdsDocument(YadisResult, int, Set) - Method in class org.openid4java.discovery.yadis.YadisResolver
Tries to retrieve the XRDS document via a GET call on XRDS location provided in the result parameter.
retrieveXrdsLocation(YadisUrl, boolean, int, Set) - Method in class org.openid4java.discovery.yadis.YadisResolver
Tries to retrieve the XRDS location url by performing a cheap HEAD call on the YadisURL.
returnToUrl - Variable in class org.openid4java.consumer.SampleConsumer
 
RP_DISCOVERY_FAILED - Static variable in class org.openid4java.server.RealmVerifier
 
RP_INVALID_ENDPOINT - Static variable in class org.openid4java.server.RealmVerifier
 
rpDiscovery(String, YadisResolver) - Static method in class org.openid4java.discovery.Discovery
Performs discovery on the Relying Party's realm and returns a list of OpenID 2.0 DiscoveryInformation entries.

S

SampleConsumer - Class in org.openid4java.consumer
Sample Consumer (Relying Party) implementation.
SampleConsumer() - Constructor for class org.openid4java.consumer.SampleConsumer
 
SampleConsumer(String) - Constructor for class org.openid4java.consumer.SampleConsumer
 
SampleServer - Class in org.openid4java.server
Sample Server (OpenID Provider) implementation.
SampleServer() - Constructor for class org.openid4java.server.SampleServer
 
SampleServer(String) - Constructor for class org.openid4java.server.SampleServer
 
save(String, Association) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
 
save(String, Association) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
save(String, Association) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
seen(String, String) - Method in class org.openid4java.consumer.AbstractNonceVerifier
Checks if nonce date is valid and if it is in the max age boundary.
seen(Date, String, String) - Method in class org.openid4java.consumer.AbstractNonceVerifier
Subclasses should implement this method and check if the nonce was seen before.
seen(Date, String, String) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
 
seen(Date, String, String) - Method in class org.openid4java.consumer.InMemoryNonceVerifier
 
seen(Date, String, String) - Method in class org.openid4java.consumer.JdbcNonceVerifier.GenericNonceVerifier
Implementation of the abstract nonce verifier.
seen(String, String) - Method in class org.openid4java.consumer.JdbcNonceVerifier
 
SEEN - Static variable in interface org.openid4java.consumer.NonceVerifier
The nonce was seen before.
seen(String, String) - Method in interface org.openid4java.consumer.NonceVerifier
Checks if a nonce was seen before.
SELECT_ID - Static variable in class org.openid4java.message.AuthRequest
 
SERVER_ERROR - Static variable in exception org.openid4java.OpenIDException
 
ServerAssociationStore - Interface in org.openid4java.server
 
ServerException - Exception in org.openid4java.server
 
ServerException(String) - Constructor for exception org.openid4java.server.ServerException
 
ServerException(String, int) - Constructor for exception org.openid4java.server.ServerException
 
ServerException(String, Throwable) - Constructor for exception org.openid4java.server.ServerException
 
ServerException(String, int, Throwable) - Constructor for exception org.openid4java.server.ServerException
 
ServerException(Throwable) - Constructor for exception org.openid4java.server.ServerException
 
ServerException(int, Throwable) - Constructor for exception org.openid4java.server.ServerException
 
ServerManager - Class in org.openid4java.server
Manages OpenID communications with an OpenID Relying Party (Consumer).
ServerManager() - Constructor for class org.openid4java.server.ServerManager
Constructs a ServerManager with default settings.
ServerManager(RealmVerifierFactory) - Constructor for class org.openid4java.server.ServerManager
 
servicePriority - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
set(String, String) - Method in class org.openid4java.message.Message
 
set(String, String) - Method in class org.openid4java.message.pape.PapeMessage
Sets the value for the parameter with the specified name.
set(Parameter) - Method in class org.openid4java.message.ParameterList
 
setAllowCircularRedirects(boolean) - Method in class org.openid4java.util.HttpRequestOptions
 
setAllowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Flag used to enable / disable the use of stateless mode.
setAssocHandle(String) - Method in class org.openid4java.message.AssociationResponse
Sets the handle of the association.
setAssociations(ConsumerAssociationStore) - Method in class org.openid4java.consumer.ConsumerManager
Configures the ConsumerAssociationStore that will be used to store the associations established with OpenID providers.
setAssociationSessionType(AssociationSessionType) - Method in class org.openid4java.message.AssociationError
 
setAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeResponse
Sets a new value for the auth_policies parameter.
setAuthResponse(Message) - Method in class org.openid4java.consumer.VerificationResult
Sets the authentication response message received from the server.
setAuthTime(Date) - Method in class org.openid4java.message.pape.PapeResponse
Sets the auth_time parameter.
setBodySizeExceeded(boolean) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Sets the flag to indicate whether the HTTP response size exceeded the maximum allowed by the (default) HttpRequestOptions.
setCache(Cache) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
 
setCacheTTLSeconds(long) - Method in class org.openid4java.util.HttpRequestOptions
Sets the TTL for the cached response in seconds
setCanonicalId(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setClaimed(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResult
Sets the claimed identifier.
setClaimed(String) - Method in class org.openid4java.message.AuthRequest
 
setClaimed(String) - Method in class org.openid4java.message.AuthSuccess
 
setClaims(List, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the list of required or optional claim URIs.
setConnectTimeout(int) - Method in class org.openid4java.consumer.ConsumerManager
 
setConnTimeout(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the HTTP connect timeout, in milliseconds.
setContact(String) - Method in class org.openid4java.message.DirectError
 
setContact(String) - Method in class org.openid4java.message.IndirectError
 
setContentType(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the content-type of the response from which the XRDS was extracted.
setContentType(String) - Method in class org.openid4java.util.HttpRequestOptions
Sets the required content-type for the HTTP response.
setCount(String, int) - Method in class org.openid4java.message.ax.AxPayload
Sets the number of values provided in the attribute payload for the specified attribute alias.
setCount(String, int) - Method in class org.openid4java.message.ax.FetchRequest
Sets the desired number of attribute vaules requested for the specified attribute alias.
setCustomAuthLevel(String, String) - Method in class org.openid4java.message.pape.PapeResponse
 
setDefaultRequestOptions(HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
 
setDefaultRequestOptions(HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
 
setDelegate(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setDelegate1(String) - Method in class org.openid4java.discovery.html.HtmlResult
 
setDelegate2(String) - Method in class org.openid4java.discovery.html.HtmlResult
 
setDeniedRealmDomains(List) - Method in class org.openid4java.server.RealmVerifier
 
setDHParams(DHParameterSpec) - Method in class org.openid4java.consumer.ConsumerManager
Sets the Diffie-Hellman base parameters that will be used for encoding the MAC key exchange.
setDiscovery(Discovery) - Method in class org.openid4java.consumer.ConsumerManager
Sets discovery process manager.
setDomain(String) - Method in class org.openid4java.util.ProxyProperties
 
setEndpoint1(String) - Method in class org.openid4java.discovery.html.HtmlResult
 
setEndpoint2(String) - Method in class org.openid4java.discovery.html.HtmlResult
 
setEndpoints(List) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the OpenID XRDS endpoints discovered from an identifier.
setEnforceRpId(boolean) - Method in class org.openid4java.server.RealmVerifier
 
setEnforceRpId(boolean) - Method in class org.openid4java.server.ServerManager
Sets the flag that instructs the realm verifier to enforce validation of the return URL agains the endpoints discovered from the RP's realm.
setErrorCode(int) - Method in exception org.openid4java.OpenIDException
 
setErrorMsg(String) - Method in class org.openid4java.message.DirectError
 
setErrorMsg(String) - Method in class org.openid4java.message.IndirectError
 
setException(OpenIDException) - Method in class org.openid4java.message.DirectError
 
setException(OpenIDException) - Method in class org.openid4java.message.IndirectError
 
setExpire(Long) - Method in class org.openid4java.message.AssociationResponse
Sets the lifetime, in seconds, of the association.
setExpireIn(int) - Method in class org.openid4java.server.ServerManager
Sets the expiration time (in seconds) for the generated associations
setFailedAssocExpire(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the expiration timeout (in seconds) for keeping track of failed association attempts.
setFailure(String) - Method in class org.openid4java.message.ax.StoreResponse
Marks the Store Response as a failure, by setting the appropirate parameters.
setFailureCause(Throwable) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the throwable or exception that caused the failure of the Yadis discovery, if one was thrown and intercepted
setHandle(String) - Method in class org.openid4java.message.AuthRequest
 
setHandle(String) - Method in class org.openid4java.message.AuthSuccess
 
setHtmlResolver(HtmlResolver) - Method in class org.openid4java.discovery.Discovery
 
setIdentity(String) - Method in class org.openid4java.message.AuthRequest
 
setIdentity(String) - Method in class org.openid4java.message.AuthSuccess
 
setImmediate(boolean) - Method in class org.openid4java.message.AuthRequest
 
setImmediateAuth(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Configures the authentication request mode: checkid_immediate (true) or checkid_setup (false).
setInvalidateHandle(String) - Method in class org.openid4java.message.AuthSuccess
 
setInvalidateHandle(String) - Method in class org.openid4java.message.VerifyResponse
 
setIssuer(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer URL.
setIssuerPolicy(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer policy URL, if different than "/mex".
setLocalId(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setMacKey(String) - Method in class org.openid4java.message.AssociationResponse
Sets the unecrtypted MAC key of the association.
setMacKeyEnc(String) - Method in class org.openid4java.message.AssociationResponse
Sets the encrypted MAC key of the association.
setMaxAge(int) - Method in class org.openid4java.consumer.AbstractNonceVerifier
 
setMaxAge(int) - Method in class org.openid4java.consumer.JdbcNonceVerifier
 
setMaxAge(int) - Method in interface org.openid4java.consumer.NonceVerifier
Sets the expiration timeout for nonces, in seconds.
setMaxAssocAttempts(int) - Method in class org.openid4java.consumer.ConsumerManager
Maximum number of attempts (HTTP calls) the RP is willing to make for trying to establish an association with the OP.
setMaxAuthAge(int) - Method in class org.openid4java.message.pape.PapeRequest
Sets the max_auth_age parameter.
setMaxBodySize(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the maximum HTTP body size that will be downloaded.
setMaxNonceAge(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the max age (in seconds) configured for keeping track of nonces.
setMaxRedirects(int) - Method in class org.openid4java.consumer.ConsumerManager
 
setMaxRedirects(int) - Method in class org.openid4java.discovery.html.HtmlResolver
Sets the maximum number of redirects to be followed for the HTTP calls.
setMaxRedirects(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets the maximum number of redirects to be followed for the HTTP calls.
setMaxRedirects(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the maximum number of redirects to be followed for the HTTP calls.
setMinAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.consumer.ConsumerManager
Configures the minimum level of encryption accepted for association sessions.
setMinAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.server.ServerManager
Configures the minimum level of encryption accepted for association sessions.
setMode(String) - Method in class org.openid4java.message.AuthSuccess
 
setMultiThreadedHttpClient(boolean) - Static method in class org.openid4java.util.HttpClientFactory
Configures the type of HttpClient's constructed by the factory.
setNonce(String) - Method in class org.openid4java.message.AuthSuccess
 
setNonceGenerator(NonceGenerator) - Method in class org.openid4java.server.ServerManager
Sets the NonceGenerator implementation that will be used to generate nonce tokens to uniquely identify authentication responses.
setNonceVerifier(NonceVerifier) - Method in class org.openid4java.consumer.ConsumerManager
Configures the NonceVerifier that will be used to keep track of the nonces in the authentication response messages.
setNormalizedUrl(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the result of following redirects on the YadisURL
setOPEndpoint(URL) - Method in class org.openid4java.message.AuthRequest
 
setOpEndpoint(String) - Method in class org.openid4java.message.AuthSuccess
 
setOPEndpointUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
setOpenIDMessage(Message) - Method in class org.openid4java.infocard.OpenIDToken
Sets the OpenID Message to encapsulate into the token.
setOPSetupUrl(String) - Method in class org.openid4java.consumer.VerificationResult
Sets the OP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
setParameters(ParameterList) - Method in class org.openid4java.message.ax.AxMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in interface org.openid4java.message.MessageExtension
Sets the extension-specific parameters.
setParameters(ParameterList) - Method in class org.openid4java.message.pape.PapeMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in class org.openid4java.message.sreg.SRegMessage
Sets the extension's parameters to the supplied list.
setPassword(String) - Method in class org.openid4java.util.ProxyProperties
 
setPolicyUrl(String) - Method in class org.openid4java.message.sreg.SRegRequest
Sets the optional policy URL.
setPreExpiryAssocLockInterval(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the interval before the expiration of an association (in seconds) in which the association should not be used, in order to avoid the expiration from occurring in the middle of a authentication transaction.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.consumer.ConsumerManager
Sets the preferred encryption type for the association sessions.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.server.ServerManager
Sets the preferred association / session type.
setPreferredAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeRequest
Sets a new value for the preferred_auth_policies parameter.
setPrivacyData(String, int) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the Relyin Party's privacy policy URL and version.
setPrivateAssociations(ServerAssociationStore) - Method in class org.openid4java.server.ServerManager
Sets the store implementation that will be used for keeping track of the generated private associations (used for signing responses to stateless consumer sites).
setPrivateAssociationStore(ConsumerAssociationStore) - Method in class org.openid4java.consumer.ConsumerManager
Configures a private association store for signing consumer nonces.
setProxyHostName(String) - Method in class org.openid4java.util.ProxyProperties
 
setProxyPort(int) - Method in class org.openid4java.util.ProxyProperties
 
setProxyProperties(ProxyProperties) - Static method in class org.openid4java.util.HttpClientFactory
 
setPublicKey(String) - Method in class org.openid4java.message.AssociationResponse
Sets the OP's (server's) public key for the association.
setRealm(String) - Method in class org.openid4java.message.AuthRequest
 
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.consumer.ConsumerManager
Sets the RealmVerifier used to verify realms against return_to URLs.
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.message.AuthRequest
Sets the RealmVerifier used to verify realms against return_to URLs.
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.server.ServerManager
Sets the RealmVerifier used to verify realms against return_to URLs.
setReference(String) - Method in class org.openid4java.message.DirectError
 
setReference(String) - Method in class org.openid4java.message.IndirectError
 
setRequestHeaders(Map) - Method in class org.openid4java.util.HttpRequestOptions
Sets the HTTP request headers that will be used when placing HTTP requests using the options in this object.
setRequestOptions(HttpRequestBase, HttpRequestOptions) - Static method in class org.openid4java.util.HttpUtils
 
setResult(String, String, HtmlResult) - Method in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
Set the result from rel and href that parsed from node link.
setReturnTo(String) - Method in class org.openid4java.message.AuthRequest
 
setReturnTo(String) - Method in class org.openid4java.message.AuthSuccess
 
setServicePriority(int) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setSharedAssociations(ServerAssociationStore) - Method in class org.openid4java.server.ServerManager
Sets the store implementation that will be used for keeping track of the generated associations established with consumer sites.
setSignature(String) - Method in class org.openid4java.message.AuthSuccess
 
setSignatureVerified(boolean) - Method in class org.openid4java.message.VerifyResponse
 
setSignExtensions(String[]) - Method in class org.openid4java.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[]) - Method in class org.openid4java.server.ServerManager
 
setSignFields(String) - Method in class org.openid4java.message.AuthSuccess
Sets the messages fields that will be signed, in addition to the ones required by the protocol to be signed.
setSignFields(String) - Method in class org.openid4java.server.ServerManager
Sets the list of parameters that the OpenID Provider will sign when generating authentication responses.
setSocketTimeout(int) - Method in class org.openid4java.consumer.ConsumerManager
 
setSocketTimeout(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets HTTP socket (read) timeout, in milliseconds.
setStatusMsg(String) - Method in class org.openid4java.consumer.VerificationResult
 
setTableName(String) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
setTableName(String) - Method in class org.openid4java.consumer.JdbcNonceVerifier
 
setTableName(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
setTokenType(OpenIDTokenType) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the token type.
setType(AssociationSessionType) - Method in class org.openid4java.message.AssociationResponse
Sets the association / session type for the association response.
setTypes(Set) - Method in class org.openid4java.discovery.DiscoveryInformation
 
setTypes(Set) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setTypeUri(String) - Method in class org.openid4java.message.sreg.SRegMessage
Sets the SREG type URI.
setUpdateUrl(String) - Method in class org.openid4java.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) - Method in class org.openid4java.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.
setUri(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setUriPriority(int) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
setUseCache(boolean) - Method in class org.openid4java.util.HttpRequestOptions
Sets the flag for allowing cached copy to be used when placing HTTP requests using the options in this object.
setUserName(String) - Method in class org.openid4java.util.ProxyProperties
 
setUserSetupUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
setVerifiedId(Identifier) - Method in class org.openid4java.consumer.VerificationResult
Sets the verified identifier.
setVersion(String) - Method in class org.openid4java.discovery.DiscoveryInformation
 
setWstFault(IConstants, ISTSResponse, String, String) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
setXrdsLocation(String, int) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis Resource Descriptor (XRDS) location found during discovery.
setXriResolver(XriResolver) - Method in class org.openid4java.discovery.Discovery
 
setYadisResolver(YadisResolver) - Method in class org.openid4java.discovery.Discovery
 
setYadisUrl(YadisUrl) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the YadisURL on which discovery will be performed.
sign(byte[]) - Method in class org.openid4java.association.Association
 
sign(String) - Method in class org.openid4java.association.Association
 
sign(AuthSuccess) - Method in class org.openid4java.server.ServerManager
Signs an AuthSuccess message, using the association identified by the handle specified within the message.
signRequired() - Method in class org.openid4java.message.ax.AxMessage
Attribute exchange parameters are required to be signed.
signRequired() - Method in interface org.openid4java.message.MessageExtension
Flag for indicating that an extension must be signed.
signRequired() - Method in class org.openid4java.message.pape.PapeMessage
PAPE parameters are REQUIRED to be signed.
signRequired() - Method in class org.openid4java.message.sreg.SRegMessage
Simple registration parameters are REQUIRED to be signed.
signRequired1 - Static variable in class org.openid4java.message.AuthSuccess
 
signRequired2 - Static variable in class org.openid4java.message.AuthSuccess
 
signRequired3 - Static variable in class org.openid4java.message.AuthSuccess
 
size() - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
size() - Method in class org.openid4java.consumer.InMemoryNonceVerifier
 
size() - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
SReg11ExtensionFactory - Class in org.openid4java.message.sreg
Custom Extension Factory for SREG 1.1 messages.
SReg11ExtensionFactory() - Constructor for class org.openid4java.message.sreg.SReg11ExtensionFactory
 
SREG_ERROR - Static variable in exception org.openid4java.OpenIDException
 
SREG_FIELDS - Static variable in class org.openid4java.message.sreg.SRegResponse
 
SRegMessage - Class in org.openid4java.message.sreg
Base class for the Simple Registration implementation.
SRegMessage() - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an empty (no parameters) Simple Registration extension.
SRegMessage(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an Simple Registration extension with a specified list of parameters.
SRegRequest - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch requests.
SRegRequest() - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SReg Request with an empty parameter list.
SRegRequest(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SRegRequest from a parameter list.
SRegResponse - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch responses.
SRegResponse() - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response with an empty parameter list.
SRegResponse(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response from a parameter list.
sslContext - Variable in class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
 
statelessAllowed() - Method in class org.openid4java.consumer.ConsumerManager
Deprecated. 
StoreRequest - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store requests.
StoreRequest() - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a Store Request with an empty parameter list.
StoreRequest(ParameterList) - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a StoreRequest from a parameter list.
StoreResponse - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store responses.
StoreResponse() - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a Store Response with an empty parameter list.
StoreResponse(ParameterList) - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a StoreResponse from a parameter list.
stringToPublicKey(String) - Method in class org.openid4java.association.DiffieHellmanSession
 

T

toIRINormalForm() - Method in class org.openid4java.discovery.XriIdentifier
 
toList(Map<String, String>) - Method in class org.openid4java.util.HttpCache
 
TOO_OLD - Static variable in interface org.openid4java.consumer.NonceVerifier
The timestamp of the nonce is too old and it is not tracked anymore.
toString() - Method in class org.openid4java.association.AssociationSessionType
 
toString() - Method in class org.openid4java.association.DiffieHellmanSession
 
toString() - Method in class org.openid4java.discovery.DiscoveryInformation
 
toString() - Method in class org.openid4java.discovery.html.HtmlResult
 
toString() - Method in class org.openid4java.discovery.UrlIdentifier
 
toString() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
toString() - Method in class org.openid4java.discovery.XriIdentifier
 
toString() - Method in class org.openid4java.discovery.yadis.YadisUrl
Gets a string representation of the YadisURL.
toString() - Method in class org.openid4java.infocard.OpenIDTokenType
Gets the URI string value for the token type.
toString() - Method in class org.openid4java.message.Parameter
 
toString() - Method in class org.openid4java.message.ParameterList
 
toString() - Method in class org.openid4java.util.ProxyProperties
toURINormalForm() - Method in class org.openid4java.discovery.XriIdentifier
 
toXmlString(Document) - Static method in class org.openid4java.util.OpenID4JavaDOMParser
Transform the document to string.
TYPE_HMAC_SHA1 - Static variable in class org.openid4java.association.Association
 
TYPE_HMAC_SHA256 - Static variable in class org.openid4java.association.Association
 
types - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 

U

UNRESERVED_CHARACTERS - Static variable in class org.openid4java.discovery.UrlIdentifier
 
uri - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
uriNormalForm - Variable in class org.openid4java.discovery.XriIdentifier
 
uriPriority - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
URL_PATTERN - Static variable in class org.openid4java.discovery.Discovery
 
urlFromString(String) - Static method in class org.openid4java.discovery.yadis.YadisUrl
Constructs a URL object from a string; needed by the YadisURL(String) constructor
UrlIdentifier - Class in org.openid4java.discovery
 
UrlIdentifier(String) - Constructor for class org.openid4java.discovery.UrlIdentifier
 
UrlIdentifier(String, boolean) - Constructor for class org.openid4java.discovery.UrlIdentifier
 
userInteraction(ParameterList) - Method in class org.openid4java.server.SampleServer
 
userName - Variable in class org.openid4java.util.ProxyProperties
 

V

validate() - Method in class org.openid4java.message.AssociationError
 
validate() - Method in class org.openid4java.message.AssociationRequest
Checks if the message is a valid OpenID Association Request.
validate() - Method in class org.openid4java.message.AssociationResponse
Checks if the message is a valid OpenID Association Response..
validate() - Method in class org.openid4java.message.AuthFailure
 
validate() - Method in class org.openid4java.message.AuthImmediateFailure
 
validate() - Method in class org.openid4java.message.AuthRequest
 
validate() - Method in class org.openid4java.message.AuthSuccess
 
validate() - Method in class org.openid4java.message.Message
Checks that all required parameters are present
validate() - Method in class org.openid4java.message.pape.PapeRequest
Checks the validity of the extension.
validate() - Method in class org.openid4java.message.pape.PapeResponse
Checks the validity of the extension.
validate() - Method in class org.openid4java.message.VerifyRequest
 
validate() - Method in class org.openid4java.message.VerifyResponse
 
validate(String, String) - Method in class org.openid4java.server.RealmVerifier
 
validate(String, String, boolean) - Method in class org.openid4java.server.RealmVerifier
 
validate(String, String, boolean, boolean) - Method in class org.openid4java.server.RealmVerifier
 
validateRpId(String, String) - Method in class org.openid4java.server.RealmVerifier
 
VerificationResult - Class in org.openid4java.consumer
 
VerificationResult() - Constructor for class org.openid4java.consumer.VerificationResult
 
verify(String, ParameterList, DiscoveryInformation) - Method in class org.openid4java.consumer.ConsumerManager
Performs verification on the Authentication Response (assertion) received from the OpenID Provider.
verify(ParameterList) - Method in class org.openid4java.server.ServerManager
Responds to a verification request from the consumer.
VERIFY_ERROR - Static variable in exception org.openid4java.OpenIDException
 
verifyDiscovered(AuthSuccess, DiscoveryInformation) - Method in class org.openid4java.consumer.ConsumerManager
Verifies the dicovery information matches the data received in a authentication response from an OpenID Provider.
verifyDiscovered1(AuthSuccess, DiscoveryInformation) - Method in class org.openid4java.consumer.ConsumerManager
Verifies the discovered information associated with a OpenID 1.x response.
verifyDiscovered2(AuthSuccess, DiscoveryInformation) - Method in class org.openid4java.consumer.ConsumerManager
Verifies the discovered information associated with a OpenID 2.0 response.
verifyNonce(AuthSuccess, DiscoveryInformation) - Method in class org.openid4java.consumer.ConsumerManager
Verifies the nonce in an authentication response.
VerifyRequest - Class in org.openid4java.message
VerifyRequest is a AuthSuccess with the openid.mode switched to check_authentication.
VerifyRequest(AuthSuccess) - Constructor for class org.openid4java.message.VerifyRequest
 
VerifyRequest(ParameterList) - Constructor for class org.openid4java.message.VerifyRequest
 
verifyResponse(HttpServletRequest) - Method in class org.openid4java.consumer.SampleConsumer
 
VerifyResponse - Class in org.openid4java.message
 
VerifyResponse(boolean) - Constructor for class org.openid4java.message.VerifyResponse
 
VerifyResponse(ParameterList) - Constructor for class org.openid4java.message.VerifyResponse
 
verifyReturnTo(String, AuthSuccess) - Method in class org.openid4java.consumer.ConsumerManager
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) - Method in class org.openid4java.association.Association
 
verifySignature(AuthSuccess, DiscoveryInformation, VerificationResult) - Method in class org.openid4java.consumer.ConsumerManager
Verifies the signature in a authentication response message.

W

W3C_XML_SCHEMA - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
wwwFormEncoding() - Method in class org.openid4java.message.Message
 

X

XRD_ATTR_PRIORITY - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_ELEM_CANONICALID - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_ELEM_LOCALID - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_ELEM_TYPE - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_ELEM_URI - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_ELEM_XRD - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_NS - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRD_SCHEMA - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XRDS_DOWNLOAD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
XRDS_PARSER - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
XRDS_PARSER - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
XRDS_PARSER_CLASS_NAME_KEY - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
XRDS_PARSER_CLASS_NAME_KEY - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
XRDS_PARSING_ERROR - Static variable in exception org.openid4java.OpenIDException
 
XRDS_QUERY - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
XRDS_SCHEMA - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
XrdsParser - Interface in org.openid4java.discovery.xrds
XRDS parser for OpenID.
XrdsParserImpl - Class in org.openid4java.discovery.xrds
 
XrdsParserImpl() - Constructor for class org.openid4java.discovery.xrds.XrdsParserImpl
 
XrdsServiceEndpoint - Class in org.openid4java.discovery.xrds
Encapsulates the (OpenID-related) information extracted in service elements discovered through Yadis.
XrdsServiceEndpoint(String, Set, int, int, String, String, String) - Constructor for class org.openid4java.discovery.xrds.XrdsServiceEndpoint
 
XRI_ERROR - Static variable in exception org.openid4java.OpenIDException
 
XRI_PATTERN - Static variable in class org.openid4java.discovery.Discovery
 
XRI_RESOLVER_CLASS_NAME_KEY - Static variable in class org.openid4java.discovery.Discovery
 
XriDotNetProxyResolver - Class in org.openid4java.discovery.xri
 
XriDotNetProxyResolver(HttpFetcherFactory) - Constructor for class org.openid4java.discovery.xri.XriDotNetProxyResolver
Constructor for Guice installations.
XriDotNetProxyResolver() - Constructor for class org.openid4java.discovery.xri.XriDotNetProxyResolver
Public constructor for non-guice installations.
XriIdentifier - Class in org.openid4java.discovery
 
XriIdentifier(String, String, String) - Constructor for class org.openid4java.discovery.XriIdentifier
 
XriResolver - Interface in org.openid4java.discovery.xri
 

Y

YADIS_ACCEPT_HEADER - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_CONTENT_TYPE - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_INVALID_RESPONSE - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_NO_XRDS - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_TRANSPORT_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HEAD_INVALID_RESPONSE - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HEAD_TRANSPORT_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HTML_PARSER - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_HTML_PARSER_CLASS_NAME_KEY - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_HTMLMETA_DOWNLOAD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HTMLMETA_INVALID_RESPONSE - Static variable in exception org.openid4java.OpenIDException
 
YADIS_INVALID_SCHEME - Static variable in exception org.openid4java.OpenIDException
 
YADIS_INVALID_URL - Static variable in exception org.openid4java.OpenIDException
 
YADIS_XRDS_LOCATION - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_XRDS_SIZE_EXCEEDED - Static variable in exception org.openid4java.OpenIDException
 
YadisException - Exception in org.openid4java.discovery.yadis
 
YadisException(String) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisException(String, int) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisException(Throwable) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisException(int, Throwable) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisException(String, Throwable) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisException(String, int, Throwable) - Constructor for exception org.openid4java.discovery.yadis.YadisException
 
YadisHtmlParser - Interface in org.openid4java.discovery.yadis
Yadis parser.
YadisResolver - Class in org.openid4java.discovery.yadis
Yadis discovery protocol implementation.
YadisResolver(HttpFetcherFactory) - Constructor for class org.openid4java.discovery.yadis.YadisResolver
 
YadisResolver(HttpFetcher) - Constructor for class org.openid4java.discovery.yadis.YadisResolver
 
YadisResult - Class in org.openid4java.discovery.yadis
The results of Yadis discovery performed on a YadisURL, represented through a stripped-down XRDS model, containing only the those discovery information pieces that are relevant for OpenID.
YadisResult() - Constructor for class org.openid4java.discovery.yadis.YadisResult
 
YadisUrl - Class in org.openid4java.discovery.yadis
Wrapper class for various identifiers that are resolvable to URLs and can be used as YadisURLs with the Yadis protocol.
YadisUrl(String) - Constructor for class org.openid4java.discovery.yadis.YadisUrl
Contructs a YadisURL from a string; assumes the string to be a URL-type identifier
YadisUrl(URL) - Constructor for class org.openid4java.discovery.yadis.YadisUrl
Constructs a YadisURL from a URL object; insures the schema is HTTP or HTTPS
YadisUrl(XriIdentifier) - Constructor for class org.openid4java.discovery.yadis.YadisUrl
Constructs a YadisURL from an XRI identifier.

_

_aliasCounter - Variable in class org.openid4java.message.ax.FetchRequest
 
_allowCircularRedirects - Variable in class org.openid4java.util.HttpRequestOptions
 
_allowStateless - Variable in class org.openid4java.consumer.ConsumerManager
Flag for enabling or disabling stateless mode.
_appProperties - Static variable in class org.openid4java.util.OpenID4JavaUtils
 
_associations - Variable in class org.openid4java.consumer.ConsumerManager
Store for keeping track of the established associations.
_assocType - Variable in class org.openid4java.association.AssociationSessionType
Association type; possible values are HMAC-SHA1 and HMAC-SHA256.
_attrAliasCounter - Variable in class org.openid4java.message.ax.AxPayload
 
_authResponse - Variable in class org.openid4java.consumer.VerificationResult
The authentication response received from the server.
_body - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The HTTP response body.
_bodySizeExceeded - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
Flag to indicate if the HTTP response size exceeded the maximum allowed by the (default) HttpRequestOptions.
_cache - Variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
_cacheTTLSeconds - Variable in class org.openid4java.util.HttpRequestOptions
If set to a positive value, then new HTTP request will be placed if the cache is older than that positive value (in seconds) This applies to the internal HttpCache, not the HTTP protocol cache-control mechanisms.
_claimedId - Variable in class org.openid4java.discovery.html.HtmlResult
 
_claimedIdentifier - Variable in class org.openid4java.discovery.DiscoveryInformation
The claimed identifier, i.e.
_client - Variable in class org.openid4java.util.HttpCache
HttpClient used to place the HTTP requests.
_compat - Variable in class org.openid4java.association.AssociationSessionType
Compatibility mode flag defines backwards-compatibile value sets allowed in OpenID 1.x, but not in OpenID 2
_connTimeout - Variable in class org.openid4java.util.HttpRequestOptions
HTTP connect timeout, in milliseconds.
_consumerNonceGenerator - Variable in class org.openid4java.consumer.ConsumerManager
Consumer-side nonce generator, needed for compatibility with OpenID 1.1.
_contentType - Variable in class org.openid4java.discovery.yadis.YadisResult
The content-type of the XRDS response.
_contentType - Variable in class org.openid4java.util.HttpRequestOptions
If HttpRequestOptions' content type matches a cached HttpResponse's content type, the cache copy is returned; otherwise a new HTTP request is placed.
_counter - Variable in class org.openid4java.server.IncrementalNonceGenerator
 
_counter - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_dateFormat - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_dateFormat - Static variable in class org.openid4java.message.pape.PapeResponse
 
_dateFormat - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
_defaultOptions - Variable in class org.openid4java.util.AbstractHttpFetcher
Default set of HTTP request options to be used when placing HTTP requests, if a custom one was not specified.
_delegate - Variable in class org.openid4java.discovery.DiscoveryInformation
The delegate, or OP-Local identifier.
_delegate1 - Variable in class org.openid4java.discovery.html.HtmlResult
 
_delegate2 - Variable in class org.openid4java.discovery.html.HtmlResult
 
_deleteSQL - Variable in class org.openid4java.consumer.JdbcNonceVerifier
 
_deniedRealmDomains - Variable in class org.openid4java.server.RealmVerifier
 
_deniedRealmRegExps - Variable in class org.openid4java.server.RealmVerifier
 
_destinationUrl - Variable in class org.openid4java.message.Message
 
_dhParameterSpec - Variable in class org.openid4java.association.DiffieHellmanSession
 
_dhParams - Variable in class org.openid4java.consumer.ConsumerManager
Parameters (modulus and generator) for the Diffie-Hellman sessions.
_dhSess - Variable in class org.openid4java.message.AssociationRequest
The Diffie-Hellman session containing the cryptografic data needed for encrypting the MAC key exchange.
_discovery - Variable in class org.openid4java.consumer.ConsumerManager
Discovery process manager.
_endpoints - Variable in class org.openid4java.discovery.yadis.YadisResult
XRDS endpoints obtained by performing Yadis discovery on the YadisURL.
_enforceRpId - Variable in class org.openid4java.server.RealmVerifier
 
_errorCode - Variable in exception org.openid4java.OpenIDException
 
_exception - Variable in class org.openid4java.message.DirectError
 
_exception - Variable in class org.openid4java.message.IndirectError
 
_expireIn - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_expireIn - Variable in class org.openid4java.server.ServerManager
Expiration time (in seconds) for associations.
_expiry - Variable in class org.openid4java.association.Association
 
_extAliases - Variable in class org.openid4java.message.Message
 
_extCounter - Variable in class org.openid4java.message.Message
 
_extensionFactories - Static variable in class org.openid4java.message.Message
 
_extesion - Variable in class org.openid4java.message.Message
 
_failedAssocExpire - Variable in class org.openid4java.consumer.ConsumerManager
Timeout (in seconds) for keeping track of failed association attempts.
_failureCause - Variable in class org.openid4java.discovery.yadis.YadisResult
The throwable or exception that caused the failure, if available.
_finalUri - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The final URI from where the document was obtained, after following redirects.
_getCache - Variable in class org.openid4java.util.HttpCache
Cache for GET requests.
_hAlgorithm - Variable in class org.openid4java.association.AssociationSessionType
The H algorithm used for Diffie-Hellman sessions.
_handle - Variable in class org.openid4java.association.Association
 
_handleMap - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_hDigest - Variable in class org.openid4java.association.DiffieHellmanSession
 
_headCache - Variable in class org.openid4java.util.HttpCache
Cache for HEAD requests.
_htmlResolver - Variable in class org.openid4java.discovery.Discovery
 
_httpFetcher - Variable in class org.openid4java.consumer.ConsumerManager
Direct pointer to HttpFetcher, for association and signature verification requests.
_httpFetcher - Variable in class org.openid4java.discovery.html.HtmlResolver
 
_httpFetcher - Variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
_httpFetcher - Variable in class org.openid4java.discovery.yadis.YadisResolver
 
_immediateAuth - Variable in class org.openid4java.consumer.ConsumerManager
Flag for generating checkid_immediate authentication requests.
_insertSQL - Variable in class org.openid4java.consumer.JdbcNonceVerifier
 
_isOP - Variable in class org.openid4java.server.RealmVerifier
 
_issuer - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's URL for the accepted claims.
_issuerPolicy - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's WS-SecurityPolicy URL, if different than "/mex".
_key - Variable in class org.openid4java.message.Parameter
 
_keyPair - Variable in class org.openid4java.association.DiffieHellmanSession
 
_lastCleanup - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
_log - Static variable in class org.openid4java.association.Association
 
_log - Static variable in class org.openid4java.association.AssociationSessionType
 
_log - Static variable in class org.openid4java.association.DiffieHellmanSession
 
_log - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_log - Static variable in class org.openid4java.consumer.ConsumerManager
 
_log - Static variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
_log - Static variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
_log - Static variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
_log - Static variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_log - Static variable in class org.openid4java.consumer.JdbcNonceVerifier
 
_log - Static variable in class org.openid4java.discovery.Discovery
 
_log - Static variable in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
 
_log - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
_log - Static variable in class org.openid4java.discovery.UrlIdentifier
 
_log - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
 
_log - Static variable in class org.openid4java.discovery.xri.LocalXriResolver
 
_log - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
 
_log - Static variable in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
 
_log - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
_log - Static variable in class org.openid4java.discovery.yadis.YadisResult
 
_log - Static variable in class org.openid4java.infocard.OpenIDToken
 
_log - Static variable in class org.openid4java.infocard.rp.InfocardInvocation
 
_log - Static variable in class org.openid4java.message.AssociationError
 
_log - Static variable in class org.openid4java.message.AssociationRequest
 
_log - Static variable in class org.openid4java.message.AssociationResponse
 
_log - Static variable in class org.openid4java.message.AuthFailure
 
_log - Static variable in class org.openid4java.message.AuthImmediateFailure
 
_log - Static variable in class org.openid4java.message.AuthRequest
 
_log - Static variable in class org.openid4java.message.AuthSuccess
 
_log - Static variable in class org.openid4java.message.ax.AxMessage
 
_log - Static variable in class org.openid4java.message.ax.AxPayload
 
_log - Static variable in class org.openid4java.message.ax.FetchRequest
 
_log - Static variable in class org.openid4java.message.ax.FetchResponse
 
_log - Static variable in class org.openid4java.message.ax.StoreRequest
 
_log - Static variable in class org.openid4java.message.ax.StoreResponse
 
_log - Static variable in class org.openid4java.message.DirectError
 
_log - Static variable in class org.openid4java.message.IndirectError
 
_log - Static variable in class org.openid4java.message.Message
 
_log - Static variable in class org.openid4java.message.pape.PapeMessage
 
_log - Static variable in class org.openid4java.message.pape.PapeRequest
 
_log - Static variable in class org.openid4java.message.pape.PapeResponse
 
_log - Static variable in class org.openid4java.message.ParameterList
 
_log - Static variable in class org.openid4java.message.sreg.SRegMessage
 
_log - Static variable in class org.openid4java.message.sreg.SRegRequest
 
_log - Static variable in class org.openid4java.message.sreg.SRegResponse
 
_log - Static variable in class org.openid4java.message.VerifyRequest
 
_log - Static variable in class org.openid4java.message.VerifyResponse
 
_log - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
_log - Static variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_log - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
_log - Static variable in class org.openid4java.server.RealmVerifier
 
_log - Static variable in class org.openid4java.server.ServerManager
 
_log - Static variable in class org.openid4java.util.HttpCache
 
_log - Static variable in class org.openid4java.util.InternetDateFormat
 
_log - Static variable in class org.openid4java.util.OpenID4JavaUtils
 
_macKey - Variable in class org.openid4java.association.Association
 
_maxAgeSeconds - Variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_maxAssocAttempts - Variable in class org.openid4java.consumer.ConsumerManager
Maximum number of attmpts for establishing an association.
_maxBodySize - Variable in class org.openid4java.util.HttpRequestOptions
Maximum size in bytes to be retrieved for the response body.
_maxRedirects - Variable in class org.openid4java.discovery.html.HtmlResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirects - Variable in class org.openid4java.discovery.yadis.YadisResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirects - Variable in class org.openid4java.util.HttpRequestOptions
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirectsFollowed - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The maximum HTTP redirects limit that was configured when this HTTP response was obtained.
_minAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The lowest encryption level session accepted for association sessions.
_minAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The lowest encryption level session accepted for association sessions
_nonceGenerator - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_nonceGenerator - Variable in class org.openid4java.server.ServerManager
Nonce generator implementation.
_nonceVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Verifier for the nonces in authentication responses; prevents replay attacks.
_normalizedUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The result of following redirects from the request_uri
_op1Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
 
_op2Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
 
_opEndpoint - Variable in class org.openid4java.discovery.DiscoveryInformation
The OP endpoint URL.
_opEndpoint - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_opEndpointUrl - Variable in class org.openid4java.server.ServerManager
The OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
_openidMessage - Variable in class org.openid4java.infocard.OpenIDToken
The encapsulated OpenID Message.
_openXriResolver - Variable in class org.openid4java.discovery.xri.LocalXriResolver
 
_opMap - Variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
_opMap - Variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
_opSetupUrl - Variable in class org.openid4java.consumer.VerificationResult
Optional parameter returned in a failure response to a immediate authentication request (AuthImmediateFailure).
_optionalClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of optional claim URIs.
_order - Variable in class org.openid4java.association.AssociationSessionType
Field used for ordering and comparing the encryption 'level' of AssociationSessionType's.
_parameterMap - Variable in class org.openid4java.message.ParameterList
 
_parameters - Variable in class org.openid4java.message.ax.AxMessage
The Attribute Exchange extension-specific parameters.
_parameters - Variable in class org.openid4java.message.pape.PapeMessage
The OpenID Provider Authentication Policy extension-specific parameters.
_parameters - Variable in class org.openid4java.message.sreg.SRegMessage
The Simple Registration extension-specific parameters.
_params - Variable in class org.openid4java.message.Message
 
_preExpiryAssocLockInterval - Variable in class org.openid4java.consumer.ConsumerManager
Interval before the expiration of an association (in seconds) in which the association should not be used, in order to avoid the expiration from occurring in the middle of an authentication transaction.
_prefAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The preferred association session type; will be attempted first.
_prefAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The preferred association session type; will be attempted first.
_privacyUrl - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy URL.
_privacyVersion - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy document version.
_privateAssociations - Variable in class org.openid4java.consumer.ConsumerManager
Private association store used for signing consumer nonces when operating in compatibility (v1.x) mode.
_privateAssociations - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_privateAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of private (internal) associations created for signing authentication responses for stateless consumer sites.
_provider - Variable in class org.openid4java.util.HttpFetcherFactory
 
_random - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
_realmVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Used to perform verify realms against return_to URLs.
_realmVerifier - Variable in class org.openid4java.message.AuthRequest
 
_realmVerifier - Variable in class org.openid4java.server.ServerManager
Used to perform verify realms against return_to URLs.
_requestHeaders - Variable in class org.openid4java.util.HttpRequestOptions
Map with HTTP request headers to be used when placing the HTTP request.
_requiredClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of required claim URIs.
_responseHeaders - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
Map of header names List of Header objects of the HTTP response.
_sessType - Variable in class org.openid4java.association.AssociationSessionType
Session type; possible values are 'no-encryption', DH-*; can be blank or null in compatibility mode.
_sharedAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of the associations established with consumer sites.
_signExtensions - Variable in class org.openid4java.message.AuthSuccess
 
_signExtensions - Variable in class org.openid4java.server.ServerManager
Array of extension namespace URIs that the consumer manager will sign, if present in auth responses.
_signFields - Variable in class org.openid4java.message.AuthSuccess
 
_signFields - Variable in class org.openid4java.server.ServerManager
List of coma-separated fields to be signed in authentication responses.
_socketTimeout - Variable in class org.openid4java.util.HttpRequestOptions
HTTP socket (read) timeout, in milliseconds.
_sqlCleanup - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_sqlDelete - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_sqlInsert - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_sqlSelect - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_sqlSelectAlt - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_statusCode - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The status code of the HTTP response.
_statusLine - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The status line of the HTTP response.
_statusMsg - Variable in class org.openid4java.consumer.VerificationResult
An unstructured status / error message.
_tableName - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
 
_tableName - Variable in class org.openid4java.consumer.JdbcNonceVerifier
 
_tableName - Variable in class org.openid4java.server.JdbcServerAssociationStore
 
_timestamp - Variable in class org.openid4java.server.IncrementalNonceGenerator
 
_timestamp - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_timestamp - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
timestamp of creation (number of milliseconds since January 1, 1970, 00:00:00 GMT)
_tokenType - Variable in class org.openid4java.infocard.OpenIDToken
Token type data structure.
_tokenType - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The requested token type (OpenID 1.1 or 2.0)
_tokenTypeUri - Variable in class org.openid4java.infocard.OpenIDTokenType
Token URI value.
_type - Variable in class org.openid4java.association.Association
 
_type - Variable in class org.openid4java.association.DiffieHellmanSession
 
_types - Variable in class org.openid4java.discovery.DiscoveryInformation
All service types discovered for the endpoint.
_typeUri - Variable in class org.openid4java.message.sreg.SRegMessage
 
_urlIdentifier - Variable in class org.openid4java.discovery.UrlIdentifier
 
_useCache - Variable in class org.openid4java.util.HttpRequestOptions
If set to false, a new HTTP request will be placed even if a cached copy exists.
_userSetupUrl - Variable in class org.openid4java.server.ServerManager
In OpenID 1.x compatibility mode, the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
_value - Variable in class org.openid4java.message.Parameter
 
_verifiedId - Variable in class org.openid4java.consumer.VerificationResult
Identifier on which authentication and verification were performed succesfully and which can be used henceforth by Relying Parties to identify the user.
_verifier - Variable in class org.openid4java.consumer.JdbcNonceVerifier
 
_version - Variable in class org.openid4java.discovery.DiscoveryInformation
The OpenID protocol version, or target service type discovered through Yadis.
_xrdsLocation - Variable in class org.openid4java.discovery.yadis.YadisResult
The URL from where the XRDS document was retrieved.
_xriResolver - Variable in class org.openid4java.discovery.Discovery
 
_yadisResolver - Variable in class org.openid4java.discovery.Discovery
 
_yadisResolver - Variable in class org.openid4java.server.RealmVerifier
 
_yadisResolver - Variable in class org.openid4java.server.RealmVerifierFactory
 
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The YadisURL on which discovery was performed.
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisUrl
A YadisURL is a regular URL, with a couple restrictions.
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

Copyright 2006-2008 Sxip Identity Corporation