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

A

AbstractNonceVerifier - Class in org.openid4java.consumer
 
AbstractNonceVerifier(int) - Constructor for class org.openid4java.consumer.AbstractNonceVerifier
 
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, String, String) - Method in class org.openid4java.message.ax.FetchResponse
Adds an attribute to the fetch response.
addAttribute(String, String) - Method in class org.openid4java.message.ax.FetchResponse
Adds an attribute to the FetchResponse, without the caller having to specify an alias.
addAttribute(String, String, String) - Method in class org.openid4java.message.ax.StoreRequest
Adds an attribute to the store request.
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.FetchResponse
Adds the attributes in the supplied Map to the FetchResponse.
addAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeResponse
Adds an authentication policy URI to the auth_policies parameter.
addClaim(String, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Adds a claim URI to the required or optional claim list.
addDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
 
addDisplayClaim(String, String, String, OMElement, OMNamespace, OMFactory) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
addExtension(MessageExtension) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message.
addExtensionFactory(Class) - Static method in class org.openid4java.message.Message
Adds a new extension factory.
addParams(ParameterList) - Method in class org.openid4java.message.ParameterList
 
addPreferredAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeRequest
Adds an authentication policy URI to the preferred_auth_policies parameter.
ALGORITHM - Static variable in class org.openid4java.association.DiffieHellmanSession
 
allowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Flag used to enable / disable the use of stateless mode.
arrayToString(List) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Converts a List of Strings to a space-separated string.
ASSOC_ERR - Static variable in class org.openid4java.message.AssociationError
 
ASSOC_ERROR - Static variable in exception org.openid4java.OpenIDException
 
associate(List) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with on of the service endpoints in the list of DiscoveryInformation.
associate(DiscoveryInformation, int) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with the OpenID Provider.
Association - Class in org.openid4java.association
 
Association(String, String, SecretKey, Date) - Constructor for class org.openid4java.association.Association
 
Association(String, String, SecretKey, int) - Constructor for class org.openid4java.association.Association
 
AssociationError - Class in org.openid4java.message
 
AssociationError(String, AssociationSessionType) - Constructor for class org.openid4java.message.AssociationError
 
AssociationError(ParameterList) - Constructor for class org.openid4java.message.AssociationError
 
AssociationException - Exception in org.openid4java.association
 
AssociationException(String) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, int) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationException(String, int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
 
AssociationRequest - Class in org.openid4java.message
The OpenID Association Request message.
AssociationRequest(AssociationSessionType) - Constructor for class org.openid4java.message.AssociationRequest
Creates an Association Request message with the specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType, DiffieHellmanSession) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session.
AssociationRequest(ParameterList) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message from a parameter list.
AssociationResponse - Class in org.openid4java.message
The OpenID Association Response message.
AssociationResponse(AssociationRequest, Association) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse for a given association request.
AssociationResponse(ParameterList) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse message from a parameter list.
associationResponse(ParameterList) - Method in class org.openid4java.server.ServerManager
Processes a Association Request and returns a Association Response message, according to the request parameters and the preferences configured for the OpenID Provider
AssociationSessionType - Class in org.openid4java.association
Modells the session and association types allowed in OpenID associations.
AssociationSessionType(String, String, String, boolean, int) - Constructor for class org.openid4java.association.AssociationSessionType
Creates a AssociationSessionType with all the specified parameters.
AUTH_AGE_UNKNOWN - Static variable in class org.openid4java.message.pape.PapeResponse
 
AUTH_ERROR - Static variable in exception org.openid4java.OpenIDException
 
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
 
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(ParameterList, 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(ParameterList, 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
 
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.

B

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

C

call(String, Message, ParameterList) - Method in class org.openid4java.consumer.ConsumerManager
Makes a HTTP call to the specified URL with the parameters specified in the Message.
call(URL, HtmlResult) - Method in class org.openid4java.discovery.html.HtmlResolver
Performs a HTTP call on the provided URL identifier.
checkAttributes() - Method in class org.openid4java.message.ax.FetchResponse
 
checkAttributes() - Method in class org.openid4java.message.ax.StoreRequest
 
checkCount(String) - Method in class org.openid4java.message.ax.FetchRequest
 
compareTo(Object) - Method in class org.openid4java.association.AssociationSessionType
Compares to another AssociationSessionType; used for sorting.
compareTo(Object) - Method in class org.openid4java.message.Parameter
 
compileDeniedRealms() - Method in class org.openid4java.server.RealmVerifier
 
configure(Map, String, Map) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
CONSUMER_ERROR - Static variable in exception org.openid4java.OpenIDException
 
ConsumerAssociationStore - Interface in org.openid4java.consumer
 
ConsumerException - Exception in org.openid4java.consumer
 
ConsumerException(String) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, int) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(String, int, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerException(int, Throwable) - Constructor for exception org.openid4java.consumer.ConsumerException
 
ConsumerManager - Class in org.openid4java.consumer
Manages OpenID communications with an OpenID Provider (Server).
ConsumerManager() - Constructor for class org.openid4java.consumer.ConsumerManager
Instantiates a ConsumerManager with default settings.
convertAuthSuccessParams(AuthSuccess) - Static method in class org.openid4java.message.VerifyRequest
 
copyOf(ParameterList) - Method in class org.openid4java.message.ParameterList
 
create(String) - Static method in class org.openid4java.association.AssociationSessionType
Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type.
create(String, String) - Static method in class org.openid4java.association.AssociationSessionType
Creates a OpenID 2 AssociationSessionType with the specified session and association types.
create(String, String, boolean) - Static method in class org.openid4java.association.AssociationSessionType
Creates a AssociationSessionType with the specified session and association types.
create(AssociationSessionType, String, String) - Static method in class org.openid4java.association.DiffieHellmanSession
 
create(AssociationSessionType, DHParameterSpec) - Static method in class org.openid4java.association.DiffieHellmanSession
 
createAssociationError(String, AssociationSessionType) - Static method in class org.openid4java.message.AssociationError
 
createAssociationError(ParameterList) - Static method in class org.openid4java.message.AssociationError
 
createAssociationRequest(AssociationSessionType, URL) - Method in class org.openid4java.consumer.ConsumerManager
Constructs an Association Request message of the specified session and association type, taking into account the user preferences (encryption level, default Diffie-Hellman parameters).
createAssociationRequest(AssociationSessionType) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationRequest(AssociationSessionType, DiffieHellmanSession) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationRequest(ParameterList) - Static method in class org.openid4java.message.AssociationRequest
 
createAssociationResponse(AssociationRequest, Association) - Static method in class org.openid4java.message.AssociationResponse
 
createAssociationResponse(ParameterList) - Static method in class org.openid4java.message.AssociationResponse
 
createAuthFailure(ParameterList) - Static method in class org.openid4java.message.AuthFailure
 
createAuthImmediateFailure(String, String, boolean) - Static method in class org.openid4java.message.AuthImmediateFailure
 
createAuthImmediateFailure(ParameterList) - Static method in class org.openid4java.message.AuthImmediateFailure
 
createAuthRequest(String, String, boolean, String, String, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthRequest(String, String, boolean, String, String, String, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthRequest(ParameterList, RealmVerifier) - Static method in class org.openid4java.message.AuthRequest
 
createAuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - Static method in class org.openid4java.message.AuthSuccess
 
createAuthSuccess(ParameterList) - Static method in class org.openid4java.message.AuthSuccess
 
createDirectError(OpenIDException) - Static method in class org.openid4java.message.DirectError
 
createDirectError(String) - Static method in class org.openid4java.message.DirectError
 
createDirectError(String, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(OpenIDException, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(OpenIDException, String, boolean) - Static method in class org.openid4java.message.DirectError
 
createDirectError(ParameterList) - Static method in class org.openid4java.message.DirectError
 
createFetchRequest() - Static method in class org.openid4java.message.ax.FetchRequest
Constructs a Fetch Request with an empty parameter list.
createFetchRequest(ParameterList) - Static method in class org.openid4java.message.ax.FetchRequest
Constructs a FetchRequest from a parameter list.
createFetchRequest() - Static method in class org.openid4java.message.sreg.SRegRequest
Constructs a SReg Request with an empty parameter list.
createFetchResponse() - Static method in class org.openid4java.message.ax.FetchResponse
Constructs a Fetch Response with an empty parameter list.
createFetchResponse(ParameterList) - Static method in class org.openid4java.message.ax.FetchResponse
 
createFetchResponse(FetchRequest, Map) - Static method in class org.openid4java.message.ax.FetchResponse
Creates a FetchResponse from a FetchRequest message and the data released by the user.
createFetchResponse() - Static method in class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response with an empty parameter list.
createFromKeyValueForm(String) - Static method in class org.openid4java.message.ParameterList
 
createFromQueryString(String) - Static method in class org.openid4java.message.ParameterList
Create a parameter list based on a URL encoded HTTP query string.
createFromXmlToken(String) - Static method in class org.openid4java.infocard.OpenIDToken
Parses the data posted by the selector into an OpenID token.
createHmacSha1(String, byte[], int) - Static method in class org.openid4java.association.Association
 
createHmacSha1(String, byte[], Date) - Static method in class org.openid4java.association.Association
 
createHmacSha256(String, byte[], int) - Static method in class org.openid4java.association.Association
 
createHmacSha256(String, byte[], Date) - Static method in class org.openid4java.association.Association
 
createIndirectError(OpenIDException, String) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(String, String) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(OpenIDException, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(String, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(OpenIDException, String, String, boolean) - Static method in class org.openid4java.message.IndirectError
 
createIndirectError(ParameterList) - Static method in class org.openid4java.message.IndirectError
 
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
 

D

DEBUG - Static variable in class org.openid4java.association.Association
 
DEBUG - Static variable in class org.openid4java.association.AssociationSessionType
 
DEBUG - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEBUG - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
DEBUG - Static variable in class org.openid4java.consumer.ConsumerManager
 
DEBUG - Static variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
DEBUG - Static variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
DEBUG - Static variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
DEBUG - Static variable in class org.openid4java.discovery.Discovery
 
DEBUG - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
DEBUG - Static variable in class org.openid4java.discovery.UrlIdentifier
 
DEBUG - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
DEBUG - Static variable in class org.openid4java.discovery.yadis.YadisResult
 
DEBUG - Static variable in class org.openid4java.infocard.OpenIDToken
 
DEBUG - Static variable in class org.openid4java.infocard.rp.InfocardInvocation
 
DEBUG - Static variable in class org.openid4java.message.AssociationRequest
 
DEBUG - Static variable in class org.openid4java.message.AssociationResponse
 
DEBUG - Static variable in class org.openid4java.message.AuthFailure
 
DEBUG - Static variable in class org.openid4java.message.AuthImmediateFailure
 
DEBUG - Static variable in class org.openid4java.message.AuthRequest
 
DEBUG - Static variable in class org.openid4java.message.AuthSuccess
 
DEBUG - Static variable in class org.openid4java.message.ax.AxMessage
 
DEBUG - Static variable in class org.openid4java.message.ax.FetchRequest
 
DEBUG - Static variable in class org.openid4java.message.ax.FetchResponse
 
DEBUG - Static variable in class org.openid4java.message.ax.StoreRequest
 
DEBUG - Static variable in class org.openid4java.message.ax.StoreResponse
 
DEBUG - Static variable in class org.openid4java.message.DirectError
 
DEBUG - Static variable in class org.openid4java.message.IndirectError
 
DEBUG - Static variable in class org.openid4java.message.Message
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeMessage
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeRequest
 
DEBUG - Static variable in class org.openid4java.message.pape.PapeResponse
 
DEBUG - Static variable in class org.openid4java.message.ParameterList
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegMessage
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegRequest
 
DEBUG - Static variable in class org.openid4java.message.sreg.SRegResponse
 
DEBUG - Static variable in class org.openid4java.message.VerifyRequest
 
DEBUG - Static variable in class org.openid4java.message.VerifyResponse
 
DEBUG - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
DEBUG - Static variable in class org.openid4java.server.InMemoryServerAssociationStore
 
DEBUG - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
DEBUG - Static variable in class org.openid4java.server.RealmVerifier
 
DEBUG - Static variable in class org.openid4java.server.ServerManager
 
DEBUG - Static variable in class org.openid4java.util.InternetDateFormat
 
decryptMacKey(String, String) - Method in class org.openid4java.association.DiffieHellmanSession
Decrypts the association AMC key.
DEFAULT_GENERATOR - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_GENERATOR_BASE64 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_MODULUS_BASE64 - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DEFAULT_MODULUS_HEX - Static variable in class org.openid4java.association.DiffieHellmanSession
 
DENIED_REALM - Static variable in class org.openid4java.server.RealmVerifier
 
DH_COMPAT_SHA1 - Static variable in class org.openid4java.association.AssociationSessionType
 
DH_SHA1 - Static variable in class org.openid4java.association.AssociationSessionType
 
DH_SHA256 - Static variable in class org.openid4java.association.AssociationSessionType
 
DiffieHellmanSession - Class in org.openid4java.association
 
DiffieHellmanSession(AssociationSessionType, DHParameterSpec) - Constructor for class org.openid4java.association.DiffieHellmanSession
 
DirectError - Class in org.openid4java.message
 
DirectError(String) - Constructor for class org.openid4java.message.DirectError
 
DirectError(String, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(OpenIDException, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(OpenIDException, String, boolean) - Constructor for class org.openid4java.message.DirectError
 
DirectError(ParameterList) - Constructor for class org.openid4java.message.DirectError
 
directResponse(HttpServletResponse, String) - Method in class org.openid4java.server.SampleServer
 
discover(String) - Method in class org.openid4java.consumer.ConsumerManager
Does discover on an identifier.
discover(String) - Method in class org.openid4java.discovery.Discovery
 
discover(Identifier) - Method in class org.openid4java.discovery.Discovery
 
discover(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResolver
Performs HTML discovery on the supplied URL identifier.
discover(String) - 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.
Discovery - Class in org.openid4java.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
 
domain - Variable in class org.openid4java.util.ProxyProperties
 
DOMAIN_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
domainMatch(String, String) - Method in class org.openid4java.server.RealmVerifier
 
dump() - Method in class org.openid4java.discovery.yadis.YadisResult
 

E

EhcacheNonceVerifier - Class in org.openid4java.consumer
 
EhcacheNonceVerifier(int) - Constructor for class org.openid4java.consumer.EhcacheNonceVerifier
 
encryptMacKey(byte[], String) - Method in class org.openid4java.association.DiffieHellmanSession
Encrypts the association MAC key.
equals(Object) - Method in class org.openid4java.discovery.UrlIdentifier
 
equals(Object) - Method in class org.openid4java.discovery.XriIdentifier
 
equals(Object) - Method in class org.openid4java.message.Parameter
 
equals(Object) - Method in class org.openid4java.message.ParameterList
 
extractConsumerNonce(String) - Method in class org.openid4java.consumer.ConsumerManager
Extracts the consumer-side nonce from the return_to parameter in authentication response from a OpenID 1.1 Provider.
extractDiscoveryInformation(HtmlResult) - Method in class org.openid4java.discovery.Discovery
Extracts OpenID discovery endpoints from a HTML discovery result.
extractDiscoveryInformation(XRDS, Identifier) - Static method in class org.openid4java.discovery.Discovery
Extracts OpenID discovery endpoints from a XRDS discovery result.
extractDiscoveryInformation(XRDS, XriIdentifier, Resolver) - Static method in class org.openid4java.discovery.Discovery
Extracts OpenID discovery endpoints from a XRDS discovery result for XRI identifiers.
extractDiscoveryInformationOpenID(Resolver, ArrayList, XRD, XriIdentifier, String, boolean) - Static method in class org.openid4java.discovery.Discovery
 
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.
extractRpDiscoveryInformation(XRDS) - Static method in class org.openid4java.discovery.Discovery
 

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
 
getAssociation(DiffieHellmanSession) - Method in class org.openid4java.message.AssociationResponse
Generates an Association object from an Association Response.
getAssociations() - Method in class org.openid4java.consumer.ConsumerManager
Gets the association store that holds established associations with OpenID providers.
getAssociationType() - Method in class org.openid4java.association.AssociationSessionType
Gets the association type.
getAssociationType() - Method in class org.openid4java.message.AssociationRequest
Gets the association type parameter of the message.
getAssociationType() - Method in class org.openid4java.message.AssociationResponse
Gets the association type parameter of the message.
getAssocType() - Method in class org.openid4java.message.AssociationError
 
getAttributeAliases() - Method in class org.openid4java.message.ax.FetchResponse
Gets a list of attribute aliases.
getAttributeAliases() - Method in class org.openid4java.message.ax.StoreRequest
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(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() - Method in class org.openid4java.message.ax.FetchResponse
Gets a map with attribute aliases -> list of values.
getAttributes() - Method in class org.openid4java.message.ax.StoreRequest
Gets a map with attribute aliases -> list of values.
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.FetchResponse
Gets a map with attribute aliases -> attribute type URI.
getAttributeValue(String) - Method in class org.openid4java.message.ax.FetchResponse
Gets the (first) for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.ax.StoreRequest
Gets the (first) for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.sreg.SRegResponse
Returns the value of an attribute.
getAttributeValues(String) - Method in class org.openid4java.message.ax.FetchResponse
Returns a list with the attribute value(s) associated for the specified attribute alias.
getAttributeValues(String) - Method in class org.openid4java.message.ax.StoreRequest
Returns a list with the attribute value(s) associated with the specified alias.
getAuthAge() - Method in class org.openid4java.message.pape.PapeResponse
Gets the value of the auth_age parameter.
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.
getClaimed() - Method in class org.openid4java.message.AuthRequest
 
getClaimed() - Method in class org.openid4java.message.AuthSuccess
 
getClaimedId() - Method in class org.openid4java.discovery.html.HtmlResult
Gets the claimed identifier.
getClaimedIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getClaims(boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets required or optional claim URIs.
getConnTimeout() - Method in class org.openid4java.discovery.html.HtmlResolver
Gets the HTTP connect timeout, in milliseconds.
getConnTimeout() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the HTTP connect timeout, in milliseconds.
getContact() - Method in class org.openid4java.message.IndirectError
 
getContentType() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the content-type of the response from which the XRDS was extracted.
getCount(String) - Method in class org.openid4java.message.ax.FetchRequest
Returns the number of values requested for the specified attribute alias.
getCount(String) - Method in class org.openid4java.message.ax.FetchResponse
Gets the number of values provided in the fetch response for the specified attribute alias.
getCount(String) - Method in class org.openid4java.message.ax.StoreRequest
Gets the number of values provided in the fetch response for the specified attribute alias.
getCurrentTimpestamp() - Method in class org.openid4java.server.IncrementalNonceGenerator
 
getDefaultParameter() - Static method in class org.openid4java.association.DiffieHellmanSession
 
getDelegate(Service, boolean) - Static method in class org.openid4java.discovery.Discovery
 
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
 
getDiscovery() - Method in class org.openid4java.consumer.ConsumerManager
Returns discovery process manager.
getDomain() - Method in class org.openid4java.util.ProxyProperties
 
getEnforceRpId() - Method in class org.openid4java.server.RealmVerifier
 
getEnforceRpId() - Method in class org.openid4java.server.ServerManager
Gets the flag that instructs the realm verifier to enforce validation of the return URL agains the endpoints discovered from the RP's realm.
getErrorCode() - Method in class org.openid4java.message.AssociationError
 
getErrorCode() - Method in exception org.openid4java.OpenIDException
 
getErrorDescription() - Method in class org.openid4java.message.ax.StoreResponse
Gets the status of the Store Response if the 'status' parameter is part of the response, or null otherwise.
getErrorMsg() - Method in class org.openid4java.message.DirectError
 
getErrorMsg() - Method in class org.openid4java.message.IndirectError
 
getException() - Method in class org.openid4java.message.DirectError
 
getException() - Method in class org.openid4java.message.IndirectError
 
getExpireIn() - Method in class org.openid4java.server.ServerManager
Gets the expiration time (in seconds) for the generated associations
getExpiry() - Method in class org.openid4java.association.Association
 
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.ax.AxMessage
Instantiates the apropriate Attribute Exchange object (fetch / store - request / response) for the supplied parameter list.
getExtension(String) - Method in class org.openid4java.message.Message
Gets a MessageExtension for the specified Type URI if an implementation is available, or null otherwise.
getExtension(ParameterList, boolean) - Method in interface org.openid4java.message.MessageExtensionFactory
Builds a MessageExtension from a parameter list containing the extension-specific parameters.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.pape.PapeMessage
Instantiates the apropriate OpenID Provider Authentication Policy extension object (request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SRegMessage
Instantiates the apropriate Simple Registration object (request / response) for the supplied parameter list.
getExtensionAlias(String) - Method in class org.openid4java.message.Message
Retrieves the extension alias that will be used for the extension identified by the supplied extension type URI.
getExtensionFactory(String) - Static method in class org.openid4java.message.Message
Gets a MessageExtensionFactory for the specified Type URI if an implementation is available, or null otherwise.
getExtensionParams(String) - Method in class org.openid4java.message.Message
Retrieves the parameters associated with a protocol extension, specified by the given extension type URI.
getExtensions() - Method in class org.openid4java.message.Message
Gets a set of extension Type URIs that are present in the message.
getFailedAssocExpire() - Method in class org.openid4java.consumer.ConsumerManager
Gets the timeout (in seconds) configured for keeping track of failed association attempts.
getFailedAssociation(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
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(InputStream) - Method in class org.openid4java.discovery.yadis.YadisResolver
Parses the HTML input stream and scans for the Yadis XRDS location in the HTML HEAD Meta tags.
getHtmlObject() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the HTML element used to describe the Relying Party's requirements and invoke the infocard selectors.
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
 
getInvalidateHandle() - Method in class org.openid4java.message.AuthSuccess
 
getInvalidateHandle() - Method in class org.openid4java.message.VerifyRequest
 
getInvalidateHandle() - Method in class org.openid4java.message.VerifyResponse
 
getIssuer() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer URL.
getIssuerPolicy() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer policy URL, if different than "/mex".
getKey() - Method in class org.openid4java.message.Parameter
 
getKeySize() - Method in class org.openid4java.association.AssociationSessionType
Gets the MAC key size, in bits, of this association type.
getMacKey() - Method in class org.openid4java.association.Association
 
getMaxAge() - Method in class org.openid4java.consumer.AbstractNonceVerifier
 
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.
getMaxHtmlSize() - Method in class org.openid4java.discovery.html.HtmlResolver
Gets the aximum length (in bytes) to read when parsing a HTML response.
getMaxHtmlSize() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the aximum length (in bytes) to read when parsing a HTML response.
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.
getMaxXmlSize() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the maximum size in bytes for the XRDS document.
getMessage() - Method in exception org.openid4java.OpenIDException
 
getMinAssocSessEnc() - Method in class org.openid4java.consumer.ConsumerManager
Gets the minimum level of encryption that will be accepted for association sessions.
getMinAssocSessEnc() - Method in class org.openid4java.server.ServerManager
Gets the minimum level of encryption configured for association sessions.
getMode() - Method in class org.openid4java.message.AuthSuccess
 
getModulus() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the modulus for the Diffie-Hellman key echange.
getNewInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the new instance
getNistAuthLevel() - Method in class org.openid4java.message.pape.PapeResponse
Gets the value of the nist_auth_level parameter.
getNonce() - Method in class org.openid4java.message.AuthSuccess
 
getNonceGenerator() - Method in class org.openid4java.server.ServerManager
Gets the NonceGenerator used for generating nonce tokens to uniquely identify authentication responses.
getNonceVerifier() - Method in class org.openid4java.consumer.ConsumerManager
Gets the NonceVerifier implementation used to keep track of the nonces that have been seen in authentication response messages.
getNormalizedUrl() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the result of following redirects on the YadisURL
getObjectParam(String, String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates an HTML snippet for an parameter from a name-value pair.
getOP1Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
 
getOP2Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
 
getOPEndpoint() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getOPEndpoint() - Method in class org.openid4java.message.AuthRequest
 
getOpEndpoint() - Method in class org.openid4java.message.AuthSuccess
 
getOPEndpointUrl() - Method in class org.openid4java.server.ServerManager
Gets OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
getOpenIDMessage() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message contained in the OpenID token.
getOpenIDParams() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message as a ParameterList.
getOPSetupUrl() - Method in class org.openid4java.consumer.VerificationResult
Gets the optional OP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
getParameter(String) - Method in class org.openid4java.message.Message
 
getParameter(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameter(String) - Method in class org.openid4java.message.ParameterList
 
getParameterMap() - Method in class org.openid4java.message.Message
 
getParameters() - Method in class org.openid4java.message.ax.AxMessage
Gets ParameterList containing the Attribute Exchange extension-specific parameters.
getParameters() - Method in class org.openid4java.message.Message
 
getParameters() - Method in interface org.openid4java.message.MessageExtension
Gets the extension-specific parameters.
getParameters() - Method in class org.openid4java.message.pape.PapeMessage
Gets ParameterList containing the OpenID Provider Authentication Policy extension-specific parameters.
getParameters() - Method in class org.openid4java.message.ParameterList
 
getParameters() - Method in class org.openid4java.message.sreg.SRegMessage
Gets ParameterList containing the Simple Registration extension-specific parameters.
getParameterValue(String) - Method in class org.openid4java.message.ax.AxMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.Message
 
getParameterValue(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.ParameterList
 
getParameterValue(String) - Method in class org.openid4java.message.sreg.SRegMessage
Gets a the value of the parameter with the specified name.
getPassword() - Method in class org.openid4java.util.ProxyProperties
 
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.
getPrivacyUrl() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relyin Party's privacy policy URL.
getPrivacyVersion() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relying Party's privacy document's version.
getPrivateAssociation() - Method in class org.openid4java.consumer.ConsumerManager
Gets the private association used for signing consumer nonces.
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).
getPrivateKey() - Method in class org.openid4java.association.DiffieHellmanSession
 
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.
getReference() - Method in class org.openid4java.message.IndirectError
 
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
 
getReturnTo() - Method in class org.openid4java.message.AuthRequest
 
getReturnTo() - Method in class org.openid4java.message.AuthSuccess
 
getSessionType() - Method in class org.openid4java.association.AssociationSessionType
Gets the session type.
getSessionType() - Method in class org.openid4java.message.AssociationError
 
getSessionType() - Method in class org.openid4java.message.AssociationRequest
Gets the session type parameter of the message.
getSessionType() - Method in class org.openid4java.message.AssociationResponse
Gets the session type parameter of the message.
getSharedAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated associations established with consumer sites.
getSignature() - Method in class org.openid4java.message.AuthSuccess
 
getSignedText() - Method in class org.openid4java.message.AuthSuccess
Return the text on which the signature is applied.
getSignExtensions() - Method in class org.openid4java.message.AuthSuccess
 
getSignExtensions() - Method in class org.openid4java.server.ServerManager
 
getSignFields() - Method in class org.openid4java.server.ServerManager
Gets the list of parameters that the OpenID Provider will sign when generating authentication responses.
getSignList() - Method in class org.openid4java.message.AuthSuccess
 
getSingletonInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the singleton instance
getSocketTimeout() - Method in class org.openid4java.discovery.html.HtmlResolver
Gets the HTTP socket (read) timeout, in milliseconds.
getSocketTimeout() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the HTTP socket (read) timeout, in milliseconds.
getStatusMsg() - Method in class org.openid4java.consumer.VerificationResult
 
getTableName() - Method in class org.openid4java.server.JdbcServerAssociationStore
 
getToken() - Method in class org.openid4java.infocard.OpenIDToken
Generates the XML string representation of the OpenID token.
getTokenType() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID token type.
getTokenType() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the token type.
getType() - Method in class org.openid4java.association.Association
 
getType() - Method in class org.openid4java.association.DiffieHellmanSession
 
getType() - Method in class org.openid4java.message.AssociationRequest
Gets the association / session type of the association request.
getType() - Method in class org.openid4java.message.AssociationResponse
Gets the association / session type of the association response.
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.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.
getUrl() - Method in class org.openid4java.discovery.UrlIdentifier
 
getUrl() - Method in class org.openid4java.discovery.yadis.YadisUrl
Gets the URL to be used in Yadis transactions.
getUserName() - Method in class org.openid4java.util.ProxyProperties
 
getUserSetupUrl() - Method in class org.openid4java.message.AuthImmediateFailure
 
getUserSetupUrl() - Method in class org.openid4java.server.ServerManager
Gets the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
getValue() - Method in class org.openid4java.message.Parameter
 
getVerifiedId() - Method in class org.openid4java.consumer.VerificationResult
Gets the verified identifier.
getVersion() - Method in class org.openid4java.discovery.DiscoveryInformation
 
getXhtml() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the XHTML snippet element used to describe the Relying Party's requirements and invoke the infocard selectors.
getXrds(HttpClient, YadisResult, boolean) - Method in class org.openid4java.discovery.yadis.YadisResolver
Tries to retrieve the XRDS document via a GET call on the provided URL.
getXrds() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the Yadis Resource Descriptor (XRDS) document.
getXrdsLocation() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the Yadis Resource Descriptor (XRDS) location
getXriIdentifier() - Method in class org.openid4java.discovery.XriIdentifier
 
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
 
hasDelegateIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
 
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
 
headXrdsUrl(HttpClient, YadisUrl, YadisResult) - Method in class org.openid4java.discovery.yadis.YadisResolver
Tries to retrieve the XRDS location url by performing a cheap HEAD call on the YadisURL.
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
 
HtmlResolver - Class in org.openid4java.discovery.html
 
HtmlResolver() - 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.
HttpClientFactory - Class in org.openid4java.util
This class handles all HTTPClient connections for the org.openid4java packages.
HttpClientFactory() - Constructor for class org.openid4java.util.HttpClientFactory
 

I

Identifier - Interface in org.openid4java.discovery
 
IncrementalNonceGenerator - Class in org.openid4java.server
 
IncrementalNonceGenerator() - Constructor for class org.openid4java.server.IncrementalNonceGenerator
 
IndirectError - Class in org.openid4java.message
 
IndirectError(String, String) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(String, String, boolean) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(OpenIDException, String, String, boolean) - Constructor for class org.openid4java.message.IndirectError
 
IndirectError(ParameterList) - Constructor for class org.openid4java.message.IndirectError
 
INFOCARD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
InfocardException - Exception in org.openid4java.infocard
 
InfocardException(String) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(String, int) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(String, Throwable) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardException(Throwable) - Constructor for exception org.openid4java.infocard.InfocardException
 
InfocardInvocation - Class in org.openid4java.infocard.rp
Utility class to generate HTML or XHTLM snippets that express Relying Parties' requirements and invoke Infocard Selectors, requesting login with an OpenID Infocard.
InfocardInvocation(OpenIDTokenType) - Constructor for class org.openid4java.infocard.rp.InfocardInvocation
Creates a new InfocardInvocation object, describing Relying Party's requirements.
InfocardInvocation(FetchRequest) - Constructor for class org.openid4java.infocard.rp.InfocardInvocation
Creates an InfocardInvocation object from an Attribute Exchange Fetch Request.
InMemoryConsumerAssociationStore - Class in org.openid4java.consumer
 
InMemoryConsumerAssociationStore() - Constructor for class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
InMemoryNonceVerifier - Class in org.openid4java.consumer
 
InMemoryNonceVerifier(int) - Constructor for class org.openid4java.consumer.InMemoryNonceVerifier
 
InMemoryServerAssociationStore - Class in org.openid4java.server
 
InMemoryServerAssociationStore() - Constructor for class org.openid4java.server.InMemoryServerAssociationStore
 
insertConsumerNonce(String) - Method in class org.openid4java.consumer.ConsumerManager
Inserts a consumer-side nonce as a custom parameter in the return_to parameter of the authentication request.
InternetDateFormat - Class in org.openid4java.util
A date formatter based on the Internet Date/Time format.
InternetDateFormat() - Constructor for class org.openid4java.util.InternetDateFormat
 
INVALID_TIMESTAMP - Static variable in interface org.openid4java.consumer.NonceVerifier
The timestamp of the nonce is invalid, it cannot be parsed.
invoke(Map, String, Map, Map, IConstants, ISTSRequest, ISTSResponse) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
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.
isDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
 
isDhSha1Supported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSha256Supported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhShaSupported(String) - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSupported() - Static method in class org.openid4java.association.DiffieHellmanSession
 
isDhSupported(AssociationSessionType) - Static method in class org.openid4java.association.DiffieHellmanSession
 
isHmacSha1Supported() - Static method in class org.openid4java.association.Association
 
isHmacSha256Supported() - Static method in class org.openid4java.association.Association
 
isHmacSupported(String) - Static method in class org.openid4java.association.Association
 
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.
isProviderAuthoritative(String, CanonicalID) - Method in class org.openid4java.discovery.Discovery
 
isSignatureVerified() - Method in class org.openid4java.message.VerifyResponse
 
isSuccess() - Method in class org.openid4java.discovery.yadis.YadisResult
Returns true if Yadis discovery succeeded.
isTooOld(Date, Date) - Method in class org.openid4java.consumer.AbstractNonceVerifier
 
isValid(URL) - Method in class org.openid4java.discovery.yadis.YadisUrl
Validates a URL against the requirements for a YadisUrl.
isValid() - Method in class org.openid4java.message.ax.FetchRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.FetchResponse
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.StoreRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.ax.StoreResponse
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.pape.PapeRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.pape.PapeResponse
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.Parameter
 
isValid() - Method in class org.openid4java.message.sreg.SRegRequest
Checks the validity of the extension.
isValid() - Method in class org.openid4java.message.sreg.SRegResponse
Checks the validity of the extension.
isVersion2() - Method in class org.openid4java.association.AssociationSessionType
Returns true for OpenID 2 AssociationSessionType's, or false for OpenID 1.x types.
isVersion2() - Method in class org.openid4java.discovery.DiscoveryInformation
 
isVersion2() - Method in class org.openid4java.message.AssociationRequest
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - Method in class org.openid4java.message.AssociationResponse
Returns true for OpenID 2.0 messages, false otherwise.
isVersion2() - Method in class org.openid4java.message.AuthFailure
 
isVersion2() - Method in class org.openid4java.message.AuthImmediateFailure
 
isVersion2() - Method in class org.openid4java.message.AuthRequest
 
isVersion2() - Method in class org.openid4java.message.AuthSuccess
 
isVersion2() - Method in class org.openid4java.message.DirectError
 
isVersion2() - Method in class org.openid4java.message.VerifyResponse
 

J

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) - 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
 
log - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 

M

MALFORMED_REALM - Static variable in class org.openid4java.server.RealmVerifier
 
MALFORMED_RETURN_TO_URL - Static variable in class org.openid4java.server.RealmVerifier
 
manager - Variable in class org.openid4java.consumer.SampleConsumer
 
manager - Variable in class org.openid4java.server.SampleServer
 
match(String, String) - Method in class org.openid4java.server.RealmVerifier
 
matchType(Service, String) - Static method in class org.openid4java.discovery.Discovery
 
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
 
normalizeUrlEncoding(String) - Static method in class org.openid4java.discovery.UrlIdentifier
 

O

OK - Static variable in interface org.openid4java.consumer.NonceVerifier
This noce is valid and it was not seen before.
OK - Static variable in class org.openid4java.server.RealmVerifier
 
OPENID10 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID11 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID11_TOKEN - Static variable in class org.openid4java.infocard.OpenIDTokenType
OpenID 1.1 token type.
OPENID2 - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID20_TOKEN - Static variable in class org.openid4java.infocard.OpenIDTokenType
OpenID 2.0 token type.
OPENID2_NS - Static variable in class org.openid4java.message.Message
 
OPENID2_OP - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID2_RP - Static variable in class org.openid4java.discovery.DiscoveryInformation
 
OPENID_CLAIM - Static variable in class org.openid4java.infocard.OpenIDTokenType
The OpenID Identifier claim type.
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 Type URI.
OpenIDException - Exception in org.openid4java
 
OpenIDException(String) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, int) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(String, int, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDException(int, Throwable) - Constructor for exception org.openid4java.OpenIDException
 
OpenIDToken - Class in org.openid4java.infocard
Models the OpenID Infocard token used to transport OpenID messages.
OpenIDToken(Message) - Constructor for class org.openid4java.infocard.OpenIDToken
Constructs an OpenID token encapsulating the provided OpenID Message.
OpenIDTokenGeneratorHandler - Class in org.openid4java.infocard.sts
Handle RSTs and generate RSTRs containing OpenID Tokens.
OpenIDTokenGeneratorHandler() - Constructor for class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
Protected constructor, must use TokenGeneratorHandlerFactory
OpenIDTokenGeneratorHandlerFactory - Class in org.openid4java.infocard.sts
Implements the IConfigurableComponentFactory that creates the IssueHandler implementation.
OpenIDTokenGeneratorHandlerFactory() - Constructor for class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
 
OpenIDTokenType - Class in org.openid4java.infocard
Enumeration class with the defined OpenID token types.
OpenIDTokenType(String) - Constructor for class org.openid4java.infocard.OpenIDTokenType
Constructs a token type for the given URI value.
optionalFields - Static variable in class org.openid4java.message.AssociationError
 
optionalFields - Static variable in class org.openid4java.message.AssociationRequest
 
optionalFields - Static variable in class org.openid4java.message.AssociationResponse
 
optionalFields - Static variable in class org.openid4java.message.AuthFailure
 
optionalFields - Static variable in class org.openid4java.message.AuthImmediateFailure
 
optionalFields - Static variable in class org.openid4java.message.AuthRequest
 
optionalFields - Static variable in class org.openid4java.message.AuthSuccess
 
optionalFields - Static variable in class org.openid4java.message.DirectError
 
optionalFields - Static variable in class org.openid4java.message.VerifyResponse
 
org.openid4java - package org.openid4java
 
org.openid4java.association - package org.openid4java.association
 
org.openid4java.consumer - package org.openid4java.consumer
Provides functionality for OpenID-enabling Consumer (Relying Party) sites.
org.openid4java.discovery - package org.openid4java.discovery
 
org.openid4java.discovery.html - package org.openid4java.discovery.html
 
org.openid4java.discovery.yadis - package org.openid4java.discovery.yadis
 
org.openid4java.infocard - package org.openid4java.infocard
Provides support for OpenID-InforCards.
org.openid4java.infocard.rp - package org.openid4java.infocard.rp
 
org.openid4java.infocard.sts - package org.openid4java.infocard.sts
 
org.openid4java.message - package org.openid4java.message
 
org.openid4java.message.ax - package org.openid4java.message.ax
 
org.openid4java.message.pape - package org.openid4java.message.pape
 
org.openid4java.message.sreg - package org.openid4java.message.sreg
 
org.openid4java.server - package org.openid4java.server
Offers support for implementing an OpenID Provider server.
org.openid4java.util - package org.openid4java.util
 

P

PAPE_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
 
parse(String) - Method in class org.openid4java.util.InternetDateFormat
 
parseHtml(String, HtmlResult) - Method in class org.openid4java.discovery.html.HtmlResolver
Parses the HTML data and stores in the result the discovered openid information.
parseIdentifier(String) - Static method in class org.openid4java.discovery.Discovery
 
parseIdentifier(String, boolean) - Static method in class org.openid4java.discovery.Discovery
 
parseXrds(InputStream) - Method in class org.openid4java.discovery.yadis.YadisResolver
Parses the input stream and build a XRDS document from it.
password - Variable in class org.openid4java.util.ProxyProperties
 
PATH_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
pathMatch(URL, URL) - Method in class org.openid4java.server.RealmVerifier
Does the URL's path equal to or a sub-directory of the realm's path.
PATTERN - Static variable in class org.openid4java.util.InternetDateFormat
 
PORT_MISMATCH - Static variable in class org.openid4java.server.RealmVerifier
 
portMatch(URL, URL) - Method in class org.openid4java.server.RealmVerifier
 
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 - Static variable in class org.openid4java.util.HttpClientFactory
proxy properties for HTTPClient calls
ProxyProperties - Class in org.openid4java.util
Utility bean for setting transport properties in runtime.
ProxyProperties() - Constructor for class org.openid4java.util.ProxyProperties
 
publicKeyToString(DHPublicKey) - Static method in class org.openid4java.association.DiffieHellmanSession
 

Q

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

R

RealmVerifier - Class in org.openid4java.server
 
RealmVerifier() - Constructor for class org.openid4java.server.RealmVerifier
 
remove(String, String) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
 
remove(String, String) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
remove(String) - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
remove(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
remove(String) - Method in interface org.openid4java.server.ServerAssociationStore
 
removeAged(Date) - Method in class org.openid4java.consumer.InMemoryNonceVerifier
 
removeExpired() - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
removeExpired() - Method in class org.openid4java.server.InMemoryServerAssociationStore
 
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
 
ROOT_DEF_AT_URI - Static variable in class org.openid4java.discovery.Discovery
 
ROOT_DEF_BANG_URI - Static variable in class org.openid4java.discovery.Discovery
 
ROOT_DEF_EQ_URI - Static variable in class org.openid4java.discovery.Discovery
 
RP_DISCOVERY_FAILED - Static variable in class org.openid4java.server.RealmVerifier
 
RP_INVALID_ENDPOINT - Static variable in class org.openid4java.server.RealmVerifier
 
rpDiscovery(String, YadisResolver) - Static method in class org.openid4java.discovery.Discovery
Performs discovery on the Relying Party's realm and returns a list of OpenID 2.0 DiscoveryInformation entries.

S

SampleConsumer - Class in org.openid4java.consumer
Sample Consumer (Relying Party) implementation.
SampleConsumer() - Constructor for class org.openid4java.consumer.SampleConsumer
 
SampleServer - Class in org.openid4java.server
Sample Server (OpenID Provider) implementation.
SampleServer() - 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
 
seen(String, String) - Method in class org.openid4java.consumer.AbstractNonceVerifier
Checks if nonce date is valid and if it is in the max age boudary.
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 - 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.
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
 
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
 
setAuthAge(int) - Method in class org.openid4java.message.pape.PapeResponse
Sets the auth_age parameter.
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.
setCache(Cache) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
 
setClaimed(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResult
Sets the claimed identifier.
setClaimed(String) - Method in class org.openid4java.message.AuthRequest
 
setClaimed(String) - Method in class org.openid4java.message.AuthSuccess
 
setClaims(List, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the list of required or optional claim URIs.
setConnectTimeout(int) - Method in class org.openid4java.consumer.ConsumerManager
 
setConnTimeout(int) - Method in class org.openid4java.discovery.html.HtmlResolver
Sets the HTTP connect timeout, in milliseconds.
setConnTimeout(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets the HTTP connect timeout, in milliseconds.
setContact(String) - Method in class org.openid4java.message.DirectError
 
setContact(String) - Method in class org.openid4java.message.IndirectError
 
setContentType(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the content-type of the response from which the XRDS was extracted.
setCount(String, int) - Method in class org.openid4java.message.ax.FetchRequest
Sets the desired number of attribute vaules requested for the specified attribute alias.
setCount(String, int) - Method in class org.openid4java.message.ax.FetchResponse
Sets the number of values provided in the fetch response for the specified attribute alias.
setCount(String, int) - Method in class org.openid4java.message.ax.StoreRequest
Sets the number of values provided in the fetch response for the specified attribute alias.
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
 
setEnforceRpId(boolean) - Method in class org.openid4java.server.RealmVerifier
 
setEnforceRpId(boolean) - Method in class org.openid4java.server.ServerManager
Sets the flag that instructs the realm verifier to enforce validation of the return URL agains the endpoints discovered from the RP's realm.
setErrorCode(int) - Method in exception org.openid4java.OpenIDException
 
setErrorMsg(String) - Method in class org.openid4java.message.DirectError
 
setErrorMsg(String) - Method in class org.openid4java.message.IndirectError
 
setException(OpenIDException) - Method in class org.openid4java.message.DirectError
 
setException(OpenIDException) - Method in class org.openid4java.message.IndirectError
 
setExpire(Long) - Method in class org.openid4java.message.AssociationResponse
Sets the lifetime, in seconds, of the association.
setExpireIn(int) - Method in class org.openid4java.server.ServerManager
Sets the expiration time (in seconds) for the generated associations
setFailedAssocExpire(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the expiration timeout (in seconds) for keeping track of failed association attempts.
setFailure(String) - Method in class org.openid4java.message.ax.StoreResponse
Marks the Store Response as a failure, by setting the appropirate parameters.
setFailureCause(Throwable) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the throwable or exception that caused the failure of the Yadis discovery, if one was thrown and intercepted
setHandle(String) - Method in class org.openid4java.message.AuthRequest
 
setHandle(String) - Method in class org.openid4java.message.AuthSuccess
 
setHtmlResolver(HtmlResolver) - Method in class org.openid4java.discovery.Discovery
 
setIdentity(String) - Method in class org.openid4java.message.AuthRequest
 
setIdentity(String) - Method in class org.openid4java.message.AuthSuccess
 
setImmediate(boolean) - Method in class org.openid4java.message.AuthRequest
 
setImmediateAuth(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Configures the authentication request mode: checkid_immediate (true) or checkid_setup (false).
setInvalidateHandle(String) - Method in class org.openid4java.message.AuthSuccess
 
setInvalidateHandle(String) - Method in class org.openid4java.message.VerifyResponse
 
setIssuer(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer URL.
setIssuerPolicy(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer policy URL, if different than "/mex".
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.
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.
setMaxHtmlSize(int) - Method in class org.openid4java.discovery.html.HtmlResolver
Sets maximum length (in bytes) to read when parsing a HTML response.
setMaxHtmlSize(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets maximum length (in bytes) to read when parsing a HTML response.
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.
setMaxXmlSize(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets the maximum size in bytes for the XRDS document.
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
 
setNistAuthLevel(int) - Method in class org.openid4java.message.pape.PapeResponse
 
setNonce(String) - Method in class org.openid4java.message.AuthSuccess
 
setNonceGenerator(NonceGenerator) - Method in class org.openid4java.server.ServerManager
Sets the NonceGenerator implementation that will be used to generate nonce tokens to uniquely identify authentication responses.
setNonceVerifier(NonceVerifier) - Method in class org.openid4java.consumer.ConsumerManager
Configures the NonceVerifier that will be used to keep track of the nonces in the authentication response messages.
setNormalizedUrl(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the result of following redirects on the YadisURL
setOPEndpoint(URL) - Method in class org.openid4java.message.AuthRequest
 
setOpEndpoint(String) - Method in class org.openid4java.message.AuthSuccess
 
setOPEndpointUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
setOpenIDMessage(Message) - Method in class org.openid4java.infocard.OpenIDToken
Sets the OpenID Message to encapsulate into the token.
setOPSetupUrl(String) - Method in class org.openid4java.consumer.VerificationResult
Sets the OP user_setup_url parameter, if one was returned in a failure response to a immediate authentication request.
setParameters(ParameterList) - Method in class org.openid4java.message.ax.AxMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in interface org.openid4java.message.MessageExtension
Sets the extension-specific parameters.
setParameters(ParameterList) - Method in class org.openid4java.message.pape.PapeMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in class org.openid4java.message.sreg.SRegMessage
Sets the extension's parameters to the supplied list.
setPassword(String) - Method in class org.openid4java.util.ProxyProperties
 
setPolicyUrl(String) - Method in class org.openid4java.message.sreg.SRegRequest
Sets the optional policy URL.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.consumer.ConsumerManager
Sets the preferred encryption type for the association sessions.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.server.ServerManager
Sets the preferred association / session type.
setPreferredAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeRequest
Sets a new value for the preferred_auth_policies parameter.
setPrivacyData(String, int) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the Relyin Party's privacy policy URL and version.
setPrivateAssociation(Association) - Method in class org.openid4java.consumer.ConsumerManager
Configures a private association for signing consumer nonces.
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).
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
 
setReturnTo(String) - Method in class org.openid4java.message.AuthRequest
 
setReturnTo(String) - Method in class org.openid4java.message.AuthSuccess
 
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
 
setSignExtension(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.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.discovery.html.HtmlResolver
Sets HTTP socket (read) timeout, in milliseconds.
setSocketTimeout(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets HTTP socket (read) timeout, in milliseconds.
setStatusMsg(String) - Method in class org.openid4java.consumer.VerificationResult
 
setSuccess(boolean) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis discovery success flag.
setTableName(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
 
setTokenType(OpenIDTokenType) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the token type.
setType(AssociationSessionType) - Method in class org.openid4java.message.AssociationResponse
Sets the association / session type for the association response.
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.
setUserName(String) - Method in class org.openid4java.util.ProxyProperties
 
setUserSetupUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
setVerifiedId(Identifier) - Method in class org.openid4java.consumer.VerificationResult
Sets the verified identifier.
setVersion(String) - Method in class org.openid4java.discovery.DiscoveryInformation
 
setWstFault(IConstants, ISTSResponse, String, String) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
setXrds(XRDS) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis Resource Descriptor (XRDS)
setXrdsLocation(String, int) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis Resource Descriptor (XRDS) location found during discovery.
setXriResolver(Resolver) - 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.
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
 
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
Returns true if the ConsumerManager is configured to fallback to stateless mode when failing to associate with an OpenID Provider.
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

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.yadis.YadisUrl
Gets a string representation of the YadisURL.
toString() - Method in class org.openid4java.infocard.OpenIDTokenType
Gets the URI string value for the token type.
toString() - Method in class org.openid4java.message.Parameter
 
toString() - Method in class org.openid4java.message.ParameterList
 
TYPE_HMAC_SHA1 - Static variable in class org.openid4java.association.Association
 
TYPE_HMAC_SHA256 - Static variable in class org.openid4java.association.Association
 

U

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

V

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

W

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

X

XRI_ERROR - Static variable in exception org.openid4java.OpenIDException
 
XRI_PATTERN - Static variable in class org.openid4java.discovery.Discovery
 
XriIdentifier - Class in org.openid4java.discovery
 
XriIdentifier(String) - Constructor for class org.openid4java.discovery.XriIdentifier
 

Y

YADIS_ACCEPT_HEADER - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_CONTENT_TYPE - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_INVALID_RESPONSE - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_NO_XRDS - Static variable in exception org.openid4java.OpenIDException
 
YADIS_GET_TRANSPORT_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HEAD_INVALID_RESPONSE - Static variable in exception org.openid4java.OpenIDException
 
YADIS_HEAD_TRANSPORT_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_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_DOWNLOAD_ERROR - Static variable in exception org.openid4java.OpenIDException
 
YADIS_XRDS_LOCATION - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
YADIS_XRDS_PARSING_ERROR - Static variable in exception org.openid4java.OpenIDException
 
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
 
YadisResolver - Class in org.openid4java.discovery.yadis
Yadis discovery protocol implementation.
YadisResolver() - Constructor for class org.openid4java.discovery.yadis.YadisResolver
Instantiates a YadisResolver with default values for the internal parameters.
YadisResult - Class in org.openid4java.discovery.yadis
The results of Yadis discovery performed on a YadisURL.
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(XRI) - Constructor for class org.openid4java.discovery.yadis.YadisUrl
Constructs a YadisURL from an XRI identifier.

_

_allowStateless - Variable in class org.openid4java.consumer.ConsumerManager
Flag for enabling or disabling stateless mode.
_associations - Variable in class org.openid4java.consumer.ConsumerManager
Store for keeping track of the established associations.
_assocType - Variable in class org.openid4java.association.AssociationSessionType
Association type; possible values are HMAC-SHA1 and HMAC-SHA256.
_attrAliasGen - Variable in class org.openid4java.message.ax.FetchResponse
 
_authResponse - Variable in class org.openid4java.consumer.VerificationResult
The authentication response received from the server.
_cache - Variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
_claimedId - Variable in class org.openid4java.discovery.html.HtmlResult
 
_claimedIdentifier - Variable in class org.openid4java.discovery.DiscoveryInformation
 
_compat - Variable in class org.openid4java.association.AssociationSessionType
Compatibility mode flag defines backwards-compatibile value sets allowed in OpenID 1.x, but not in OpenID 2
_connectTimeout - Variable in class org.openid4java.consumer.ConsumerManager
Connect timeout for HTTP calls in miliseconds.
_connTimeout - Variable in class org.openid4java.discovery.html.HtmlResolver
HTTP connect timeout, in milliseconds.
_connTimeout - Variable in class org.openid4java.discovery.yadis.YadisResolver
HTTP connect timeout, in milliseconds.
_consumerNonceGenerator - Variable in class org.openid4java.consumer.ConsumerManager
Consumer-side nonce generator, needed for compatibility with OpenID 1.1.
_contentType - Variable in class org.openid4java.discovery.yadis.YadisResult
The content-type of the XRDS response.
_counter - Variable in class org.openid4java.server.IncrementalNonceGenerator
 
_counter - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_dateFormat - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_dateFormat - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
_delegate - Variable in class org.openid4java.discovery.DiscoveryInformation
 
_delegate1 - Variable in class org.openid4java.discovery.html.HtmlResult
 
_delegate2 - Variable in class org.openid4java.discovery.html.HtmlResult
 
_deniedRealmDomains - Variable in class org.openid4java.server.RealmVerifier
 
_deniedRealmRegExps - Variable in class org.openid4java.server.RealmVerifier
 
_destinationUrl - Variable in class org.openid4java.message.Message
 
_dhParameterSpec - Variable in class org.openid4java.association.DiffieHellmanSession
 
_dhParams - Variable in class org.openid4java.consumer.ConsumerManager
Parameters (modulus and generator) for the Diffie-Hellman sessions.
_dhSess - Variable in class org.openid4java.message.AssociationRequest
The Diffie-Hellman session containing the cryptografic data needed for encrypting the MAC key exchange.
_discovery - Variable in class org.openid4java.consumer.ConsumerManager
Discovery process manager.
_enforceRpId - Variable in class org.openid4java.server.RealmVerifier
 
_enforceRpId - Variable in class org.openid4java.server.ServerManager
Flag that instructs the realm verifier to enforce validation of the return URL agains the endpoints discovered from the RP's realm.
_errorCode - Variable in exception org.openid4java.OpenIDException
 
_exception - Variable in class org.openid4java.message.DirectError
 
_exception - Variable in class org.openid4java.message.IndirectError
 
_expireIn - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_expireIn - Variable in class org.openid4java.server.ServerManager
Expiration time (in seconds) for associations.
_expiry - Variable in class org.openid4java.association.Association
 
_extAliases - Variable in class org.openid4java.message.Message
 
_extCounter - Variable in class org.openid4java.message.Message
 
_extensionFactories - Static variable in class org.openid4java.message.Message
 
_extesion - Variable in class org.openid4java.message.Message
 
_failedAssocExpire - Variable in class org.openid4java.consumer.ConsumerManager
Timeout (in seconds) for keeping track of failed association attempts.
_failureCause - Variable in class org.openid4java.discovery.yadis.YadisResult
The throwable or exception that caused the failure, if available.
_hAlgorithm - Variable in class org.openid4java.association.AssociationSessionType
The H algorithm used for Diffie-Hellman sessions.
_handle - Variable in class org.openid4java.association.Association
 
_handleMap - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_hDigest - Variable in class org.openid4java.association.DiffieHellmanSession
 
_htmlResolver - Variable in class org.openid4java.discovery.Discovery
 
_httpClient - Variable in class org.openid4java.consumer.ConsumerManager
Handles HTTP calls to the Server / OpenID Provider.
_immediateAuth - Variable in class org.openid4java.consumer.ConsumerManager
Flag for generating checkid_immediate authentication requests.
_issuer - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's URL for the accepted claims.
_issuerPolicy - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's WS-SecurityPolicy URL, if different than "/mex".
_key - Variable in class org.openid4java.message.Parameter
 
_keyPair - Variable in class org.openid4java.association.DiffieHellmanSession
 
_log - Static variable in class org.openid4java.association.Association
 
_log - Static variable in class org.openid4java.association.AssociationSessionType
 
_log - Static variable in class org.openid4java.association.DiffieHellmanSession
 
_log - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_log - Static variable in class org.openid4java.consumer.ConsumerManager
 
_log - Static variable in class org.openid4java.consumer.EhcacheNonceVerifier
 
_log - Static variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
_log - Static variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
_log - Static variable in class org.openid4java.discovery.Discovery
 
_log - Static variable in class org.openid4java.discovery.html.HtmlResolver
 
_log - Static variable in class org.openid4java.discovery.UrlIdentifier
 
_log - Static variable in class org.openid4java.discovery.yadis.YadisResolver
 
_log - Static variable in class org.openid4java.discovery.yadis.YadisResult
 
_log - Static variable in class org.openid4java.infocard.OpenIDToken
 
_log - Static variable in class org.openid4java.infocard.rp.InfocardInvocation
 
_log - Static variable in class org.openid4java.message.AssociationError
 
_log - Static variable in class org.openid4java.message.AssociationRequest
 
_log - Static variable in class org.openid4java.message.AssociationResponse
 
_log - Static variable in class org.openid4java.message.AuthFailure
 
_log - Static variable in class org.openid4java.message.AuthImmediateFailure
 
_log - Static variable in class org.openid4java.message.AuthRequest
 
_log - Static variable in class org.openid4java.message.AuthSuccess
 
_log - Static variable in class org.openid4java.message.ax.AxMessage
 
_log - Static variable in class org.openid4java.message.ax.FetchRequest
 
_log - Static variable in class org.openid4java.message.ax.FetchResponse
 
_log - Static variable in class org.openid4java.message.ax.StoreRequest
 
_log - Static variable in class org.openid4java.message.ax.StoreResponse
 
_log - Static variable in class org.openid4java.message.DirectError
 
_log - Static variable in class org.openid4java.message.IndirectError
 
_log - Static variable in class org.openid4java.message.Message
 
_log - Static variable in class org.openid4java.message.pape.PapeMessage
 
_log - Static variable in class org.openid4java.message.pape.PapeRequest
 
_log - Static variable in class org.openid4java.message.pape.PapeResponse
 
_log - Static variable in class org.openid4java.message.ParameterList
 
_log - Static variable in class org.openid4java.message.sreg.SRegMessage
 
_log - Static variable in class org.openid4java.message.sreg.SRegRequest
 
_log - Static variable in class org.openid4java.message.sreg.SRegResponse
 
_log - Static variable in class org.openid4java.message.VerifyRequest
 
_log - Static variable in class org.openid4java.message.VerifyResponse
 
_log - Static variable in class org.openid4java.server.IncrementalNonceGenerator
 
_log - Static variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_log - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
_log - Static variable in class org.openid4java.server.RealmVerifier
 
_log - Static variable in class org.openid4java.server.ServerManager
 
_log - Static variable in class org.openid4java.util.InternetDateFormat
 
_macKey - Variable in class org.openid4java.association.Association
 
_maxAge - Variable in class org.openid4java.consumer.AbstractNonceVerifier
 
_maxAssocAttempts - Variable in class org.openid4java.consumer.ConsumerManager
Maximum number of attmpts for establishing an association.
_maxHtmlSize - Variable in class org.openid4java.discovery.html.HtmlResolver
Maximum length (in bytes) to read when parsing a HTML response.
_maxHtmlSize - Variable in class org.openid4java.discovery.yadis.YadisResolver
Maximum length (in bytes) to read when parsing a HTML response.
_maxRedirects - Variable in class org.openid4java.consumer.ConsumerManager
Maximum number of redirects to be followed.
_maxRedirects - Variable in class org.openid4java.discovery.html.HtmlResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirects - Variable in class org.openid4java.discovery.yadis.YadisResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxXmlSize - Variable in class org.openid4java.discovery.yadis.YadisResolver
Maximum size in bytes for the XRDS document.
_minAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The lowest encryption level session accepted for association sessions.
_minAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The lowest encryption level session accepted for association sessions
_nonceGenerator - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_nonceGenerator - Variable in class org.openid4java.server.ServerManager
Nonce generator implementation.
_nonceVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Verifier for the nonces in authentication responses; prevents replay attacks.
_normalizedUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The result of following redirects from the request_uri
_op1Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
 
_op2Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
 
_opEndpoint - Variable in class org.openid4java.discovery.DiscoveryInformation
 
_opEndpoint - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_opEndpointUrl - Variable in class org.openid4java.server.ServerManager
The OpenID Provider's endpoint URL, where it accepts OpenID authentication requests.
_openidMessage - Variable in class org.openid4java.infocard.OpenIDToken
The encapsulated OpenID Message.
_opMap - Variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
 
_opMap - Variable in class org.openid4java.consumer.InMemoryNonceVerifier
 
_opSetupUrl - Variable in class org.openid4java.consumer.VerificationResult
Optional parameter returned in a failure response to a immediate authentication request (AuthImmediateFailure).
_optionalClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of optional claim URIs.
_order - Variable in class org.openid4java.association.AssociationSessionType
Field used for ordering and comparing the encryption 'level' of AssociationSessionType's.
_parameterMap - Variable in class org.openid4java.message.ParameterList
 
_parameters - Variable in class org.openid4java.message.ax.AxMessage
The Attribute Exchange extension-specific parameters.
_parameters - Variable in class org.openid4java.message.pape.PapeMessage
The OpenID Provider Authentication Policy extension-specific parameters.
_parameters - Variable in class org.openid4java.message.sreg.SRegMessage
The Simple Registration extension-specific parameters.
_params - Variable in class org.openid4java.message.Message
 
_prefAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The preferred association session type; will be attempted first.
_prefAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The preferred association session type; will be attempted first.
_privacyUrl - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy URL.
_privacyVersion - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy document version.
_privateAssociation - Variable in class org.openid4java.consumer.ConsumerManager
Private association used for signing consumer nonces when operating in compatibility (v1.x) mode.
_privateAssociations - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
 
_privateAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of private (internal) associations created for signing authentication responses for stateless consumer sites.
_random - Static variable in class org.openid4java.server.JdbcServerAssociationStore
 
_realmVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Used to perform verify realms against return_to URLs.
_realmVerifier - Variable in class org.openid4java.message.AuthRequest
 
_realmVerifier - Variable in class org.openid4java.server.ServerManager
Used to perform verify realms against return_to URLs.
_requiredClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of required claim URIs.
_sessType - Variable in class org.openid4java.association.AssociationSessionType
Session type; possible values are 'no-encryption', DH-*; can be blank or null in compatibility mode.
_sharedAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of the associations established with consumer sites.
_signExtensions - Variable in class org.openid4java.message.AuthSuccess
 
_signExtensions - Variable in class org.openid4java.server.ServerManager
Array of extension namespace URIs that the consumer manager will sign, if present in auth responses.
_signFields - Variable in class org.openid4java.message.AuthSuccess
 
_signFields - Variable in class org.openid4java.server.ServerManager
List of coma-separated fields to be signed in authentication responses.
_socketTimeout - Variable in class org.openid4java.consumer.ConsumerManager
Socket (read) timeout for HTTP calls in miliseconds.
_socketTimeout - Variable in class org.openid4java.discovery.html.HtmlResolver
HTTP socket (read) timeout, in milliseconds.
_socketTimeout - Variable in class org.openid4java.discovery.yadis.YadisResolver
HTTP socket (read) timeout, in milliseconds.
_statusMsg - Variable in class org.openid4java.consumer.VerificationResult
An unstructured status / error message.
_success - Variable in class org.openid4java.discovery.yadis.YadisResult
Flag indicating whether the discovery was successfull.
_tableName - Variable in class org.openid4java.server.JdbcServerAssociationStore
 
_timestamp - Variable in class org.openid4java.server.IncrementalNonceGenerator
 
_timestamp - Variable in class org.openid4java.server.InMemoryServerAssociationStore
 
_tokenType - Variable in class org.openid4java.infocard.OpenIDToken
Token type data structure.
_tokenType - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The requested token type (OpenID 1.1 or 2.0)
_tokenTypeUri - Variable in class org.openid4java.infocard.OpenIDTokenType
Token URI value.
_type - Variable in class org.openid4java.association.Association
 
_type - Variable in class org.openid4java.association.DiffieHellmanSession
 
_urlIdentifier - Variable in class org.openid4java.discovery.UrlIdentifier
 
_userSetupUrl - Variable in class org.openid4java.server.ServerManager
In OpenID 1.x compatibility mode, the URL at the OpenID Provider where the user should be directed when a immediate authentication request fails.
_value - Variable in class org.openid4java.message.Parameter
 
_verifiedId - Variable in class org.openid4java.consumer.VerificationResult
Identifier on which authentication and verification were performed succesfully and which can be used henceforth by Relying Parties to identify the user.
_version - Variable in class org.openid4java.discovery.DiscoveryInformation
 
_xrds - Variable in class org.openid4java.discovery.yadis.YadisResult
The XRDS document obtained by performing Yadis discovery on the YadisURL.
_xrdsLocation - Variable in class org.openid4java.discovery.yadis.YadisResult
The URL from where the XRDS document was retrieved.
_xriIdentifier - Variable in class org.openid4java.discovery.XriIdentifier
 
_xriResolver - Variable in class org.openid4java.discovery.Discovery
 
_yadisResolver - Variable in class org.openid4java.discovery.Discovery
 
_yadisResolver - Variable in class org.openid4java.server.RealmVerifier
 
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The YadisURL on which discovery was performed.
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisUrl
A YadisURL is a regular URL, with a couple restrictions.

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

Copyright 2006-2007 Sxip Identity Corporation