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

A

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
 
addAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeResponse
Adds an authentication policy URI to the auth_policies parameter.
addDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
 
addExtension(MessageExtension) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message.
addExtension(MessageExtension, String) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message, trying to use the supplied preferredAlias if the supplied alias is not already taken.
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.
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. 
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.
Association - Class in org.openid4java.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.
AUTH_ERROR - Static variable in exception org.openid4java.OpenIDException
 
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_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
 
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

buildSignedList() - Method in class org.openid4java.message.AuthSuccess
Builds the list of fields that will be signed.

C

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
 
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
 
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) - 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.
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

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
 
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
 
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
 
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.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
 
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.
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
 
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.
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.
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 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
 
getConnTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP connect timeout, in milliseconds.
getConsumerNonceGenerator() - Method in class org.openid4java.consumer.ConsumerManager
 
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.
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 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.
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 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.
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
 
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.
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.
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
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.
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.
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
 
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 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
 
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
 
getSocketTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP socket (read) timeout, in milliseconds.
getStatusCode() - Method in interface org.openid4java.util.HttpResponse
Gets the status code 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
 
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
 
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
 
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.
HttpClientFactory - Class in org.openid4java.util
This class handles all HTTPClient connections for the org.openid4java packages.
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
 
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
 

I

Identifier - Interface in org.openid4java.discovery
 
ignoredEndElement(QName, Augmentations) - Method 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
 
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.
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 interface org.openid4java.util.HttpResponse
Returns true if the HTTP response size exceeded the maximum allowed by the (default) HttpRequestOptions.
isCheckPrivateSharedAssociations() - Method in class org.openid4java.server.ServerManager
Gets the _checkPrivateSharedAssociations flag.
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(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() - 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.Parameter
 
isValid() - Method in class org.openid4java.message.sreg.SRegRequest
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

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
 
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
 
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.server.SampleServer
 
match(String, String) - Method in class org.openid4java.server.RealmVerifier
 
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
 
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

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
 

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
 
OPENID1_SIGNON_TYPES - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID2 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
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..
OPENID_ERROR - Static variable in exception org.openid4java.OpenIDException
 
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
 
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.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
 
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.XriDotNetProxyResolver
 
parseIdentifier(String) - Method in interface org.openid4java.discovery.xri.XriResolver
 
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
 
PATTERN - Static variable in class org.openid4java.util.InternetDateFormat
 
PORT_MISMATCH - Static variable 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.
proxyHostName - Variable in class org.openid4java.util.ProxyProperties
 
proxyPort - Variable in class org.openid4java.util.ProxyProperties
 
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
 

R

RealmVerifier - Class in org.openid4java.server
 
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
 
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
 
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.
RuntimeDiscoveryException - Exception in org.openid4java.discovery
 
RuntimeDiscoveryException(String) - Constructor for exception org.openid4java.discovery.RuntimeDiscoveryException
 

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(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
 
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.
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
 
setCheckPrivateSharedAssociations(boolean) - Method in class org.openid4java.server.ServerManager
Sets the _checkPrivateSharedAssociations flag.
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
 
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.
setConsumerNonceGenerator(NonceGenerator) - Method in class org.openid4java.consumer.ConsumerManager
Sets the nonce generator to be used for consumer nonces.
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.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
 
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.
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.
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
 
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
 
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
 
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.
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
 
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.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
 

U

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.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
 
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
 
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
 

W

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

X

XRDS_DOWNLOAD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
XRDS_PARSING_ERROR - Static variable in exception org.openid4java.OpenIDException
 
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
 
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_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_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.

_

_dateFormat - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_destinationUrl - Variable in class org.openid4java.message.Message
 
_maxAgeSeconds - Variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_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.
_signExtensions - Variable in class org.openid4java.message.AuthSuccess
 
_signFields - Variable in class org.openid4java.message.AuthSuccess
 
A B C D E F G H I J K L M N O P R S T U V W X Y _ 
Skip navigation links

Copyright © 2018 Sxip. All rights reserved.