AbstractHttpFetcher - Class in org.openid4java.util
AbstractHttpFetcher() - Constructor for class org.openid4java.util.AbstractHttpFetcher
AbstractNonceVerifier - Class in org.openid4java.consumer
AbstractNonceVerifier(int) - Constructor for class org.openid4java.consumer.AbstractNonceVerifier
addAttribute(String, String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload.
addAttribute(String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload, without the caller having to
specify an alias.
addAttribute(String, String, boolean, int) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request.
addAttribute(String, String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Adds an attribute to the SReg request.
addAttribute(String, String) - Method in class org.openid4java.message.sreg.SRegResponse
Adds an attribute to the SReg response.
addAttributes(Map) - Method in class org.openid4java.message.ax.AxPayload
Adds the attributes in the supplied Map to the attribute payload.
addAuthLevelExtension(String) - Method in class org.openid4java.message.pape.PapeMessage
addAuthLevelExtension(String, String) - Method in class org.openid4java.message.pape.PapeMessage
addAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeResponse
Adds an authentication policy URI to the auth_policies
parameter.
addClaim(String, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Adds a claim URI to the required or optional claim list.
addDeniedRealmDomain(String) - Method in class org.openid4java.server.RealmVerifier
addDisplayClaim(String, String, String, OMElement, OMNamespace, OMFactory) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
addExtension(MessageExtension) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message.
addExtensionFactory(Class) - Static method in class org.openid4java.message.Message
Adds a new extension factory.
addParams(ParameterList) - Method in class org.openid4java.message.ParameterList
addPreferredAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeRequest
Adds an authentication policy URI to the preferred_auth_policies
parameter.
addPreferredCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeRequest
addRequestHeader(String, String) - Method in class org.openid4java.util.HttpRequestOptions
Adds a new HTTP request header.
addServiceType(Map, Node, String) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
addSignExtension(String) - Method in class org.openid4java.message.AuthSuccess
Adds the list of messages fields that will be signed, in addition to
the ones required by the protocol to be signed and any additional
fields already configured to be signed.
ALGORITHM - Static variable in class org.openid4java.association.DiffieHellmanSession
allowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Deprecated.
ANONYMOUS - Static variable in class org.openid4java.util.ProxyProperties
arrayToString(List) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Converts a List of Strings to a space-separated string.
ASSOC_ERR - Static variable in class org.openid4java.message.AssociationError
ASSOC_ERROR - Static variable in exception org.openid4java.OpenIDException
associate(List) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with on of the service endpoints in
the list of DiscoveryInformation.
associate(DiscoveryInformation, int) - Method in class org.openid4java.consumer.ConsumerManager
Tries to establish an association with the OpenID Provider.
Association - Class in org.openid4java.association
Association(String, String, SecretKey, Date) - Constructor for class org.openid4java.association.Association
Association(String, String, SecretKey, int) - Constructor for class org.openid4java.association.Association
AssociationError - Class in org.openid4java.message
AssociationError(String, AssociationSessionType) - Constructor for class org.openid4java.message.AssociationError
AssociationError(ParameterList) - Constructor for class org.openid4java.message.AssociationError
AssociationException - Exception in org.openid4java.association
AssociationException(String) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, int) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationRequest - Class in org.openid4java.message
The OpenID Association Request message.
AssociationRequest(AssociationSessionType) - Constructor for class org.openid4java.message.AssociationRequest
Creates an Association Request message with the
specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType, DiffieHellmanSession) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message with the
specified association type and Diffie-Hellman session.
AssociationRequest(ParameterList) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message from a parameter list.
AssociationResponse - Class in org.openid4java.message
The OpenID Association Response message.
AssociationResponse(AssociationRequest, Association) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse for a given association request.
AssociationResponse(ParameterList) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse message from a parameter list.
associationResponse(ParameterList) - Method in class org.openid4java.server.ServerManager
Processes a Association Request and returns a Association Response
message, according to the request parameters and the preferences
configured for the OpenID Provider
AssociationSessionType - Class in org.openid4java.association
Modells the session and association types allowed in OpenID associations.
AssociationSessionType(String, String, String, boolean, int) - Constructor for class org.openid4java.association.AssociationSessionType
Creates a AssociationSessionType with all the specified parameters.
AUTH_ERROR - Static variable in exception org.openid4java.OpenIDException
AUTH_LEVEL_ALIAS_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
AUTH_LEVEL_NS_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
AUTH_LEVEL_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
AUTH_POLICY_NONE - Static variable in class org.openid4java.message.pape.PapeResponse
AUTH_REALM_ERROR - Static variable in exception org.openid4java.OpenIDException
authenticate(List, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(List, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(DiscoveryInformation, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(DiscoveryInformation, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
AuthFailure - Class in org.openid4java.message
AuthFailure(boolean, String) - Constructor for class org.openid4java.message.AuthFailure
AuthFailure(ParameterList) - Constructor for class org.openid4java.message.AuthFailure
AuthImmediateFailure - Class in org.openid4java.message
AuthImmediateFailure(String, String, boolean) - Constructor for class org.openid4java.message.AuthImmediateFailure
AuthImmediateFailure(ParameterList) - Constructor for class org.openid4java.message.AuthImmediateFailure
authLevelAliasCounter - Variable in class org.openid4java.message.pape.PapeMessage
authLevelAliases - Variable in class org.openid4java.message.pape.PapeMessage
authRequest(String, HttpServletRequest, HttpServletResponse) - Method in class org.openid4java.consumer.SampleConsumer
AuthRequest - Class in org.openid4java.message
AuthRequest(String, String, boolean, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
AuthRequest(String, String, boolean, String, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
AuthRequest(ParameterList) - Constructor for class org.openid4java.message.AuthRequest
authResponse(ParameterList, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site,
after parsing the request parameters into a valid AuthRequest.
authResponse(AuthRequest, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
AuthSuccess - Class in org.openid4java.message
AuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - Constructor for class org.openid4java.message.AuthSuccess
AuthSuccess(ParameterList) - Constructor for class org.openid4java.message.AuthSuccess
AX_ERROR - Static variable in exception org.openid4java.OpenIDException
AxMessage - Class in org.openid4java.message.ax
Base class for the Attribute Exchange implementation.
AxMessage() - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an empty (no parameters) Attribute Exchange extension.
AxMessage(ParameterList) - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an Attribute Exchange extension with a specified list of
parameters.
AxPayload - Class in org.openid4java.message.ax
AxPayload() - Constructor for class org.openid4java.message.ax.AxPayload
generate(String, String, int) - Static method in class org.openid4java.association.Association
generate(String, int) - Method in class org.openid4java.server.InMemoryServerAssociationStore
generate(String, int) - Method in class org.openid4java.server.JdbcServerAssociationStore
generate(String, int) - Method in interface org.openid4java.server.ServerAssociationStore
generateAlias() - Method in class org.openid4java.message.ax.AxPayload
generateAlias() - Method in class org.openid4java.message.ax.FetchRequest
generateHmacSha1(String, int) - Static method in class org.openid4java.association.Association
generateHmacSha256(String, int) - Static method in class org.openid4java.association.Association
generateKeyPair(DHParameterSpec) - Static method in class org.openid4java.association.DiffieHellmanSession
generateMacKey(String, int) - Static method in class org.openid4java.association.Association
generateMacSha1Key() - Static method in class org.openid4java.association.Association
generateMacSha256Key() - Static method in class org.openid4java.association.Association
generateRandomParameter(int, int) - Static method in class org.openid4java.association.DiffieHellmanSession
GenericNonceVerifier(int) - Constructor for class org.openid4java.consumer.JdbcNonceVerifier.GenericNonceVerifier
get(String) - Method in class org.openid4java.util.AbstractHttpFetcher
get(String, HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
get(String, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
get(String) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
get(String, HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
get() - Method in class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
getAllowCircularRedirects() - Method in class org.openid4java.util.HttpRequestOptions
getAssociation(DiffieHellmanSession) - Method in class org.openid4java.message.AssociationResponse
Generates an Association object from an Association Response.
getAssociations() - Method in class org.openid4java.consumer.ConsumerManager
Gets the association store that holds established associations with
OpenID providers.
getAssociationType() - Method in class org.openid4java.association.AssociationSessionType
Gets the association type.
getAssociationType() - Method in class org.openid4java.message.AssociationRequest
Gets the association type parameter of the message.
getAssociationType() - Method in class org.openid4java.message.AssociationResponse
Gets the association type parameter of the message.
getAssocType() - Method in class org.openid4java.message.AssociationError
getAttributeAlias(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the alias for an attribute type URI, if present.
getAttributeAliases() - Method in class org.openid4java.message.ax.AxPayload
Gets a list of attribute aliases.
getAttributeNames() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a list of attribute names in the SReg response.
getAttributes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> list of values.
getAttributes(boolean) - Method in class org.openid4java.message.ax.FetchRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.ax.FetchRequest
Gets all requested attributes (required and optional).
getAttributes(boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.sreg.SRegRequest
Gets all requested attributes (required and optional).
getAttributes() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a map with attribute names -> values.
getAttributeTypes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> attribute type URI.
getAttributeTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Get typeURI value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.sreg.SRegResponse
Returns the value of an attribute.
getAttributeValueByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute type URI.
getAttributeValues(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified
attribute alias.
getAttributeValuesByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified
attribute type URI.
getAuthDate() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated
to the OpenID Provider in a manner fitting the asserted policies.
getAuthPolicies() - Method in class org.openid4java.message.pape.PapeResponse
Gets the auth_policies parameter value.
getAuthPoliciesList() - Method in class org.openid4java.message.pape.PapeResponse
Gets a list with the auth_policies.
getAuthResponse() - Method in class org.openid4java.consumer.VerificationResult
Gets the authentication response message received from the server.
getAuthTime() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated
to the OpenID Provider in a manner fitting the asserted policies.
getBody() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the HttpResponse body.
getBody() - Method in class org.openid4java.util.HttpCache.ResponseBody
getBody() - Method in interface org.openid4java.util.HttpResponse
Gets the HttpResponse body.
getCacheTTLSeconds() - Method in class org.openid4java.util.HttpRequestOptions
Gets the TTL for the cached response in seconds
getCanonicalId() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getClaimed() - Method in class org.openid4java.message.AuthRequest
getClaimed() - Method in class org.openid4java.message.AuthSuccess
getClaimedId() - Method in class org.openid4java.discovery.html.HtmlResult
Gets the claimed identifier.
getClaimedIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
getClaims(boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets required or optional claim URIs.
getConnTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP connect timeout, in milliseconds.
getContact() - Method in class org.openid4java.message.IndirectError
getContentType() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the content-type of the response from which the XRDS was extracted.
getContentType() - Method in class org.openid4java.util.HttpRequestOptions
Gets the required content-type for the HTTP response.
getCount(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the number of values provided in the attribute payload for the
specified attribute alias.
getCount(String) - Method in class org.openid4java.message.ax.FetchRequest
Returns the number of values requested for the specified attribute alias.
getCredentials() - Method in class org.openid4java.util.ProxyProperties
Get the proxy credentials.
getCurrentTimpestamp() - Method in class org.openid4java.server.IncrementalNonceGenerator
getCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeResponse
getCustomAuthLevelAlias(String) - Method in class org.openid4java.message.pape.PapeMessage
getDefaultOptionsForDiscovery() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an
HttpRequestOptions
object suitable to use for
HTTP requests to perform discovery.
getDefaultOptionsForOpCalls() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an
HttpRequestOptions
object suitable to use for
HTTP requests to OP endpoints for the purpose of creating associations
or verifying signatures.
getDefaultParameter() - Static method in class org.openid4java.association.DiffieHellmanSession
getDefaultRequestOptions() - Method in class org.openid4java.util.AbstractHttpFetcher
getDefaultRequestOptions() - Method in interface org.openid4java.util.HttpFetcher
getDelegate() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getDelegate1() - Method in class org.openid4java.discovery.html.HtmlResult
getDelegate2() - Method in class org.openid4java.discovery.html.HtmlResult
getDelegateIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
getDeniedRealmDomains() - Method in class org.openid4java.server.RealmVerifier
getDestinationUrl(boolean) - Method in class org.openid4java.message.Message
Gets the URL where the message should be sent, where applicable.
getDhGen() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman generator parameter of the message, or null for
messages with no-encryption sessions.
getDhModulus() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman modulus parameter of the message, or null for
messages with no-encryption sessions.
getDHParams() - Method in class org.openid4java.consumer.ConsumerManager
Gets the Diffie-Hellman base parameters (modulus and generator).
getDhPublicKey() - Method in class org.openid4java.message.AssociationRequest
Gets the Relying Party's (consumer) Diffie-Hellman public key, or null
for messages with no-encryption sessions.
getDHSess() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman session
Null for no-encryption association requests.
getDigestedZZ(String) - Method in class org.openid4java.association.DiffieHellmanSession
getDiscoveredInformation(Set) - Method in class org.openid4java.discovery.yadis.YadisResult
getDiscovery() - Method in class org.openid4java.consumer.ConsumerManager
Returns discovery process manager.
getDomain() - Method in class org.openid4java.util.ProxyProperties
getEndpointCount() - Method in class org.openid4java.discovery.yadis.YadisResult
getEndpoints() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the OpenID XRDS endpoints discovered from an identifier.
getEnforceRpId() - Method in class org.openid4java.server.RealmVerifier
getEnforceRpId() - Method in class org.openid4java.server.ServerManager
Gets the flag that instructs the realm verifier to enforce validation
of the return URL agains the endpoints discovered from the RP's realm.
getErrorCode() - Method in class org.openid4java.message.AssociationError
getErrorCode() - Method in exception org.openid4java.OpenIDException
getErrorDescription() - Method in class org.openid4java.message.ax.StoreResponse
Gets the status of the Store Response if the 'status' parameter is part
of the response, or null otherwise.
getErrorMsg() - Method in class org.openid4java.message.DirectError
getErrorMsg() - Method in class org.openid4java.message.IndirectError
getException() - Method in class org.openid4java.message.DirectError
getException() - Method in class org.openid4java.message.IndirectError
getExpireIn() - Method in class org.openid4java.server.ServerManager
Gets the expiration time (in seconds) for the generated associations
getExpiry() - Method in class org.openid4java.association.Association
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.ax.AxMessage
Instantiates the apropriate Attribute Exchange object (fetch / store -
request / response) for the supplied parameter list.
getExtension(String) - Method in class org.openid4java.message.Message
Gets a MessageExtension for the specified Type URI if an implementation
is available, or null otherwise.
getExtension(ParameterList, boolean) - Method in interface org.openid4java.message.MessageExtensionFactory
Builds a MessageExtension from a parameter list containing the
extension-specific parameters.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.pape.PapeMessage
Instantiates the apropriate OpenID Provider Authentication Policy
extension object (request / response) for the supplied parameter
list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SReg11ExtensionFactory
Instantiates the apropriate Simple Registration object
(request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SRegMessage
Instantiates the apropriate Simple Registration object
(request / response) for the supplied parameter list.
getExtensionAlias(String) - Method in class org.openid4java.message.Message
Retrieves the extension alias that will be used for the extension
identified by the supplied extension type URI.
getExtensionFactory(String) - Static method in class org.openid4java.message.Message
Gets a MessageExtensionFactory for the specified Type URI
if an implementation is available, or null otherwise.
getExtensionParams(String) - Method in class org.openid4java.message.Message
Retrieves the parameters associated with a protocol extension,
specified by the given extension type URI.
getExtensions() - Method in class org.openid4java.message.Message
Gets a set of extension Type URIs that are present in the message.
getFailedAssocExpire() - Method in class org.openid4java.consumer.ConsumerManager
Gets the timeout (in seconds) configured for keeping track of failed
association attempts.
getFailedAssociation(Date) - Static method in class org.openid4java.association.Association
getFailedAssociation(int) - Static method in class org.openid4java.association.Association
getFailureCause() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the throwable (or exception) that caused the failure of the Yadis
discovery, if one was thrown and intercepted
getFinalUri() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the final URI from where the document was obtained,
after following redirects.
getFinalUri() - Method in interface org.openid4java.util.HttpResponse
Gets the final URI from where the document was obtained,
after following redirects.
getGenerator() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the generator for the Diffie-Hellman key echange.
getHAlgorithm() - Method in class org.openid4java.association.AssociationSessionType
Gets the H algorithm of the Diffie-Hellman session, or null for
no-encryption session types.
getHandle() - Method in class org.openid4java.association.Association
getHandle() - Method in class org.openid4java.message.AuthRequest
getHandle() - Method in class org.openid4java.message.AuthSuccess
getHandle() - Method in class org.openid4java.message.VerifyRequest
getHtmlMeta(String) - Method in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
getHtmlMeta(String) - Method in interface org.openid4java.discovery.yadis.YadisHtmlParser
Parses the HTML input stream and scans for the Yadis XRDS location in the
HTML HEAD Meta tags.
getHtmlMeta(String) - Method in class org.openid4java.discovery.yadis.YadisResolver
Parses the HTML input stream and scans for the Yadis XRDS location
in the HTML HEAD Meta tags.
getHtmlObject() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the HTML element used to describe
the Relying Party's requirements and invoke the infocard selectors.
getHttpFetcher() - Method in class org.openid4java.consumer.ConsumerManager
getHttpFetcher() - Method in class org.openid4java.discovery.yadis.YadisResolver
getIdentifier() - Method in interface org.openid4java.discovery.Identifier
getIdentifier() - Method in class org.openid4java.discovery.UrlIdentifier
getIdentifier() - Method in class org.openid4java.discovery.XriIdentifier
getIdentity() - Method in class org.openid4java.message.AuthRequest
getIdentity() - Method in class org.openid4java.message.AuthSuccess
getInstance(int, Boolean, int, int, String) - Static method in class org.openid4java.util.HttpClientFactory
getInstance(int, Boolean, int, int, String, SSLContext, X509HostnameVerifier) - Static method in class org.openid4java.util.HttpClientFactory
getInvalidateHandle() - Method in class org.openid4java.message.AuthSuccess
getInvalidateHandle() - Method in class org.openid4java.message.VerifyRequest
getInvalidateHandle() - Method in class org.openid4java.message.VerifyResponse
getIssuer() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer URL.
getIssuerPolicy() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the issuer policy URL, if different than "/mex".
getKey() - Method in class org.openid4java.message.Parameter
getKeySize() - Method in class org.openid4java.association.AssociationSessionType
Gets the MAC key size, in bits, of this association type.
getLocalId() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getMacKey() - Method in class org.openid4java.association.Association
getMaxAge() - Method in class org.openid4java.consumer.AbstractNonceVerifier
getMaxAge() - Method in class org.openid4java.consumer.JdbcNonceVerifier
getMaxAge() - Method in interface org.openid4java.consumer.NonceVerifier
Returns the expiration timeout for nonces, in seconds.
getMaxAssocAttempts() - Method in class org.openid4java.consumer.ConsumerManager
Gets the value configured for the maximum number of association attempts
that will be performed for a given OpenID provider.
getMaxAuthAge() - Method in class org.openid4java.message.pape.PapeRequest
Gets the max_auth_age parameter.
getMaxBodySize() - Method in class org.openid4java.util.HttpRequestOptions
Gets configuration parameter for the maximum HTTP body size
that will be downloaded.
getMaxNonceAge() - Method in class org.openid4java.consumer.ConsumerManager
Gets the max age (in seconds) configured for keeping track of nonces.
getMaxRedirects() - Method in class org.openid4java.discovery.html.HtmlResolver
Gets the internal limit configured for the maximum number of redirects
to be followed for the HTTP calls.
getMaxRedirects() - Method in class org.openid4java.discovery.yadis.YadisResolver
Gets the internal limit configured for the maximum number of redirects
to be followed for the HTTP calls.
getMaxRedirects() - Method in class org.openid4java.util.HttpRequestOptions
Gets the internal limit configured for the maximum number of redirects
to be followed for the HTTP calls.
getMaxRedirectsFollowed() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the maximum HTTP redirects limit that was configured
when this HTTP response was obtained.
getMessage() - Method in exception org.openid4java.OpenIDException
getMinAssocSessEnc() - Method in class org.openid4java.consumer.ConsumerManager
Gets the minimum level of encryption that will be accepted for
association sessions.
getMinAssocSessEnc() - Method in class org.openid4java.server.ServerManager
Gets the minimum level of encryption configured for association sessions.
getMode() - Method in class org.openid4java.message.AuthSuccess
getModulus() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the modulus for the Diffie-Hellman key echange.
getNewInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the new instance
getNonce() - Method in class org.openid4java.message.AuthSuccess
getNonceGenerator() - Method in class org.openid4java.server.ServerManager
Gets the NonceGenerator used for generating nonce tokens to uniquely
identify authentication responses.
getNonceVerifier() - Method in class org.openid4java.consumer.ConsumerManager
Gets the NonceVerifier implementation used to keep track of the nonces
that have been seen in authentication response messages.
getNormalizedUrl() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the result of following redirects on the YadisURL
getObjectParam(String, String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates an HTML snippet for an parameter
from a name-value pair.
getOP1Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
getOP2Endpoint() - Method in class org.openid4java.discovery.html.HtmlResult
getOPEndpoint() - Method in class org.openid4java.discovery.DiscoveryInformation
getOPEndpoint() - Method in class org.openid4java.message.AuthRequest
getOpEndpoint() - Method in class org.openid4java.message.AuthSuccess
getOPEndpointUrl() - Method in class org.openid4java.server.ServerManager
Gets OpenID Provider's endpoint URL, where it accepts OpenID
authentication requests.
getOpenIDMessage() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message contained in the OpenID token.
getOpenIDParams() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID message as a ParameterList.
getOPSetupUrl() - Method in class org.openid4java.consumer.VerificationResult
Gets the optional OP user_setup_url parameter, if one was returned in a
failure response to a immediate authentication request.
getParameter(String) - Method in class org.openid4java.message.Message
getParameter(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameter(String) - Method in class org.openid4java.message.ParameterList
getParameterMap() - Method in class org.openid4java.message.Message
getParameters() - Method in class org.openid4java.message.ax.AxMessage
Gets ParameterList containing the Attribute Exchange extension-specific
parameters.
getParameters() - Method in class org.openid4java.message.Message
getParameters() - Method in interface org.openid4java.message.MessageExtension
Gets the extension-specific parameters.
getParameters() - Method in class org.openid4java.message.pape.PapeMessage
Gets ParameterList containing the OpenID Provider Authentication
Policy extension-specific parameters.
getParameters() - Method in class org.openid4java.message.ParameterList
getParameters() - Method in class org.openid4java.message.sreg.SRegMessage
Gets ParameterList containing the Simple Registration extension-specific
parameters.
getParameterValue(String) - Method in class org.openid4java.message.ax.AxMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.Message
getParameterValue(String) - Method in class org.openid4java.message.pape.PapeMessage
Gets a the value of the parameter with the specified name.
getParameterValue(String) - Method in class org.openid4java.message.ParameterList
getParameterValue(String) - Method in class org.openid4java.message.sreg.SRegMessage
Gets a the value of the parameter with the specified name.
getPassword() - Method in class org.openid4java.util.ProxyProperties
getPreExpiryAssocLockInterval() - Method in class org.openid4java.consumer.ConsumerManager
Gets the interval before the expiration of an association
(in seconds) in which the association should not be used,
in order to avoid the expiration from occurring in the middle
of a authentication transaction.
getPrefAssocSessEnc() - Method in class org.openid4java.consumer.ConsumerManager
Gets the preferred encryption type for the association sessions.
getPrefAssocSessEnc() - Method in class org.openid4java.server.ServerManager
Gets the preferred association / session type.
getPreferredAuthPolicies() - Method in class org.openid4java.message.pape.PapeRequest
Gets the preferred_auth_policies parameter value.
getPreferredAuthPoliciesList() - Method in class org.openid4java.message.pape.PapeRequest
Gets a list with the preferred_auth_policies.
getPriority(Node) - Method in class org.openid4java.discovery.xrds.XrdsParserImpl
getPrivacyUrl() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relyin Party's privacy policy URL.
getPrivacyVersion() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the Relying Party's privacy document's version.
getPrivateAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated
private associations (used for signing responses to stateless consumer
sites).
getPrivateAssociationStore() - Method in class org.openid4java.consumer.ConsumerManager
Gets the private association store used for signing consumer nonces.
getPrivateKey() - Method in class org.openid4java.association.DiffieHellmanSession
getProperty(String) - Static method in class org.openid4java.util.OpenID4JavaUtils
getProperty(String, String) - Static method in class org.openid4java.util.OpenID4JavaUtils
getProxyHostName() - Method in class org.openid4java.util.ProxyProperties
getProxyPort() - Method in class org.openid4java.util.ProxyProperties
getProxyProperties() - Static method in class org.openid4java.util.HttpClientFactory
getPublicKey() - Method in class org.openid4java.association.DiffieHellmanSession
Get the Diffie-Hellman public key.
getRealm() - Method in class org.openid4java.message.AuthRequest
getRealmVerifier() - Method in class org.openid4java.consumer.ConsumerManager
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifier() - Method in class org.openid4java.message.AuthRequest
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifier() - Method in class org.openid4java.server.ServerManager
Gets the RealmVerifier used to verify realms against return_to URLs.
getRealmVerifierForConsumer() - Method in class org.openid4java.server.RealmVerifierFactory
getRealmVerifierForServer() - Method in class org.openid4java.server.RealmVerifierFactory
getReference() - Method in class org.openid4java.message.IndirectError
getRequestHeaders() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP request headers that will be used when placing
HTTP requests using the options in this object.
getRequestOptions() - Method in class org.openid4java.util.AbstractHttpFetcher
getRequestOptions() - Method in interface org.openid4java.util.HttpFetcher
Gets a clone of the default HttpRequestOptions.
getRequiredFields() - Method in class org.openid4java.message.AssociationError
getRequiredFields() - Method in class org.openid4java.message.AssociationRequest
getRequiredFields() - Method in class org.openid4java.message.AssociationResponse
getRequiredFields() - Method in class org.openid4java.message.AuthFailure
getRequiredFields() - Method in class org.openid4java.message.AuthImmediateFailure
getRequiredFields() - Method in class org.openid4java.message.AuthRequest
getRequiredFields() - Method in class org.openid4java.message.AuthSuccess
getRequiredFields() - Method in class org.openid4java.message.DirectError
getRequiredFields() - Method in class org.openid4java.message.Message
getRequiredFields() - Method in class org.openid4java.message.VerifyResponse
getResolver() - Method in class org.openid4java.discovery.xri.LocalXriResolver
getResponseBody(HttpEntity, int) - Method in class org.openid4java.util.HttpCache
Returns content of an HTTP response entitity, but no more than maxBytes.
getResponseHeader(String) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the first header matching the provided headerName parameter,
or null if no header with that name exists.
getResponseHeader(String) - Method in interface org.openid4java.util.HttpResponse
Gets the first header matching the provided headerName parameter,
or null if no header with that name exists.
getResponseHeaders(String) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets an array of Header objects for the provided headerName parameter.
getResponseHeaders(String) - Method in interface org.openid4java.util.HttpResponse
Gets an array of Header objects for the provided headerName parameter.
getReturnTo() - Method in class org.openid4java.message.AuthRequest
getReturnTo() - Method in class org.openid4java.message.AuthSuccess
getServicePriority() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getSessionType() - Method in class org.openid4java.association.AssociationSessionType
Gets the session type.
getSessionType() - Method in class org.openid4java.message.AssociationError
getSessionType() - Method in class org.openid4java.message.AssociationRequest
Gets the session type parameter of the message.
getSessionType() - Method in class org.openid4java.message.AssociationResponse
Gets the session type parameter of the message.
getSharedAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated
associations established with consumer sites.
getSignature() - Method in class org.openid4java.message.AuthSuccess
getSignedText() - Method in class org.openid4java.message.AuthSuccess
Return the text on which the signature is applied.
getSignExtensions() - Method in class org.openid4java.message.AuthSuccess
getSignExtensions() - Method in class org.openid4java.server.ServerManager
getSignFields() - Method in class org.openid4java.server.ServerManager
Gets the list of parameters that the OpenID Provider will sign when
generating authentication responses.
getSignList() - Method in class org.openid4java.message.AuthSuccess
getSingletonInstance() - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandlerFactory
Provides access to the singleton instance
getSocketTimeout() - Method in class org.openid4java.util.HttpRequestOptions
Gets the HTTP socket (read) timeout, in milliseconds.
getStatusCode() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the status code of the HttpResponse.
getStatusCode() - Method in interface org.openid4java.util.HttpResponse
Gets the status code of the HttpResponse.
getStatusLine() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Gets the status line of the HttpResponse.
getStatusMsg() - Method in class org.openid4java.consumer.VerificationResult
getTableName() - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
getTableName() - Method in class org.openid4java.consumer.JdbcNonceVerifier
getTableName() - Method in class org.openid4java.server.JdbcServerAssociationStore
getTimestamp() - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
getToken() - Method in class org.openid4java.infocard.OpenIDToken
Generates the XML string representation of the OpenID token.
getTokenType() - Method in class org.openid4java.infocard.OpenIDToken
Gets the OpenID token type.
getTokenType() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Gets the token type.
getType() - Method in class org.openid4java.association.Association
getType() - Method in class org.openid4java.association.DiffieHellmanSession
getType() - Method in class org.openid4java.message.AssociationRequest
Gets the association / session type of the association request.
getType() - Method in class org.openid4java.message.AssociationResponse
Gets the association / session type of the association response.
getTypes() - Method in class org.openid4java.discovery.DiscoveryInformation
getTypes() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getTypeUri() - Method in class org.openid4java.message.ax.AxMessage
Gets the Type URI that identifies the Attribute Exchange extension.
getTypeUri() - Method in interface org.openid4java.message.MessageExtension
Gets the TypeURI that identifies a extension to the OpenID protocol.
getTypeUri() - Method in interface org.openid4java.message.MessageExtensionFactory
Gets the extension type URI of the extension factory.
getTypeUri() - Method in class org.openid4java.message.pape.PapeMessage
Gets the Type URI that identifies the OpenID Provider Authentication
Policy extension.
getTypeUri() - Method in class org.openid4java.message.sreg.SReg11ExtensionFactory
Gets the Type URI that identifies the Simple Registration 1.1 extension.
getTypeUri() - Method in class org.openid4java.message.sreg.SRegMessage
Gets the Type URI that identifies the Simple Registration extension.
getUpdateUrl() - Method in class org.openid4java.message.ax.FetchRequest
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - Method in class org.openid4java.message.ax.FetchResponse
Gets the optional 'update_url' parameter if available, or null otherwise.
getUpdateUrl() - Method in class org.openid4java.message.sreg.SRegRequest
Gets the optional policy URL parameter if available, or null otherwise.
getUri() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getUriPriority() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getUrl() - Method in class org.openid4java.discovery.UrlIdentifier
getUrl() - Method in class org.openid4java.discovery.yadis.YadisUrl
Gets the URL to be used in Yadis transactions.
getUserName() - Method in class org.openid4java.util.ProxyProperties
getUserSetupUrl() - Method in class org.openid4java.message.AuthImmediateFailure
getUserSetupUrl() - Method in class org.openid4java.server.ServerManager
Gets the URL at the OpenID Provider where the user should be directed
when a immediate authentication request fails.
getValue() - Method in class org.openid4java.message.Parameter
getVerifiedId() - Method in class org.openid4java.consumer.VerificationResult
Gets the verified identifier.
getVersion() - Method in class org.openid4java.discovery.DiscoveryInformation
getXhtml() - Method in class org.openid4java.infocard.rp.InfocardInvocation
Generates the XHTML snippet element used to describe
the Relying Party's requirements and invoke the infocard selectors.
getXrdsLocation() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the Yadis Resource Descriptor (XRDS) location
getXriResolver() - Static method in class org.openid4java.discovery.Discovery
getYadisResolver() - Method in class org.openid4java.discovery.Discovery
getYadisUrl() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the YadisUrl on which discovery is to be performed.
GMT_TIME_ZONE - Static variable in class org.openid4java.util.InternetDateFormat
SampleConsumer - Class in org.openid4java.consumer
Sample Consumer (Relying Party) implementation.
SampleConsumer() - Constructor for class org.openid4java.consumer.SampleConsumer
SampleConsumer(String) - Constructor for class org.openid4java.consumer.SampleConsumer
SampleServer - Class in org.openid4java.server
Sample Server (OpenID Provider) implementation.
SampleServer() - Constructor for class org.openid4java.server.SampleServer
SampleServer(String) - Constructor for class org.openid4java.server.SampleServer
save(String, Association) - Method in interface org.openid4java.consumer.ConsumerAssociationStore
save(String, Association) - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
save(String, Association) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
seen(String, String) - Method in class org.openid4java.consumer.AbstractNonceVerifier
Checks if nonce date is valid and if it is in the max age boundary.
seen(Date, String, String) - Method in class org.openid4java.consumer.AbstractNonceVerifier
Subclasses should implement this method and check if the nonce was seen before.
seen(Date, String, String) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
seen(Date, String, String) - Method in class org.openid4java.consumer.InMemoryNonceVerifier
seen(Date, String, String) - Method in class org.openid4java.consumer.JdbcNonceVerifier.GenericNonceVerifier
Implementation of the abstract nonce verifier.
seen(String, String) - Method in class org.openid4java.consumer.JdbcNonceVerifier
SEEN - Static variable in interface org.openid4java.consumer.NonceVerifier
The nonce was seen before.
seen(String, String) - Method in interface org.openid4java.consumer.NonceVerifier
Checks if a nonce was seen before.
SELECT_ID - Static variable in class org.openid4java.message.AuthRequest
SERVER_ERROR - Static variable in exception org.openid4java.OpenIDException
ServerAssociationStore - Interface in org.openid4java.server
ServerException - Exception in org.openid4java.server
ServerException(String) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, int) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, int, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(int, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerManager - Class in org.openid4java.server
Manages OpenID communications with an OpenID Relying Party (Consumer).
ServerManager() - Constructor for class org.openid4java.server.ServerManager
Constructs a ServerManager with default settings.
ServerManager(RealmVerifierFactory) - Constructor for class org.openid4java.server.ServerManager
servicePriority - Variable in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
set(String, String) - Method in class org.openid4java.message.Message
set(String, String) - Method in class org.openid4java.message.pape.PapeMessage
Sets the value for the parameter with the specified name.
set(Parameter) - Method in class org.openid4java.message.ParameterList
setAllowCircularRedirects(boolean) - Method in class org.openid4java.util.HttpRequestOptions
setAllowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Flag used to enable / disable the use of stateless mode.
setAssocHandle(String) - Method in class org.openid4java.message.AssociationResponse
Sets the handle of the association.
setAssociations(ConsumerAssociationStore) - Method in class org.openid4java.consumer.ConsumerManager
Configures the ConsumerAssociationStore that will be used to store the
associations established with OpenID providers.
setAssociationSessionType(AssociationSessionType) - Method in class org.openid4java.message.AssociationError
setAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeResponse
Sets a new value for the auth_policies parameter.
setAuthResponse(Message) - Method in class org.openid4java.consumer.VerificationResult
Sets the authentication response message received from the server.
setAuthTime(Date) - Method in class org.openid4java.message.pape.PapeResponse
Sets the auth_time parameter.
setBodySizeExceeded(boolean) - Method in class org.openid4java.util.HttpCache.DefaultHttpResponse
Sets the flag to indicate whether the HTTP response size exceeded
the maximum allowed by the (default) HttpRequestOptions.
setCache(Cache) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
setCacheTTLSeconds(long) - Method in class org.openid4java.util.HttpRequestOptions
Sets the TTL for the cached response in seconds
setCanonicalId(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setClaimed(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResult
Sets the claimed identifier.
setClaimed(String) - Method in class org.openid4java.message.AuthRequest
setClaimed(String) - Method in class org.openid4java.message.AuthSuccess
setClaims(List, boolean) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the list of required or optional claim URIs.
setConnectTimeout(int) - Method in class org.openid4java.consumer.ConsumerManager
setConnTimeout(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the HTTP connect timeout, in milliseconds.
setContact(String) - Method in class org.openid4java.message.DirectError
setContact(String) - Method in class org.openid4java.message.IndirectError
setContentType(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the content-type of the response from which the XRDS was extracted.
setContentType(String) - Method in class org.openid4java.util.HttpRequestOptions
Sets the required content-type for the HTTP response.
setCount(String, int) - Method in class org.openid4java.message.ax.AxPayload
Sets the number of values provided in the attribute payload for the
specified attribute alias.
setCount(String, int) - Method in class org.openid4java.message.ax.FetchRequest
Sets the desired number of attribute vaules requested for the specified
attribute alias.
setCustomAuthLevel(String, String) - Method in class org.openid4java.message.pape.PapeResponse
setDefaultRequestOptions(HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
setDefaultRequestOptions(HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
setDelegate(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setDelegate1(String) - Method in class org.openid4java.discovery.html.HtmlResult
setDelegate2(String) - Method in class org.openid4java.discovery.html.HtmlResult
setDeniedRealmDomains(List) - Method in class org.openid4java.server.RealmVerifier
setDHParams(DHParameterSpec) - Method in class org.openid4java.consumer.ConsumerManager
Sets the Diffie-Hellman base parameters that will be used for encoding
the MAC key exchange.
setDiscovery(Discovery) - Method in class org.openid4java.consumer.ConsumerManager
Sets discovery process manager.
setDomain(String) - Method in class org.openid4java.util.ProxyProperties
setEndpoint1(String) - Method in class org.openid4java.discovery.html.HtmlResult
setEndpoint2(String) - Method in class org.openid4java.discovery.html.HtmlResult
setEndpoints(List) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the OpenID XRDS endpoints discovered from an identifier.
setEnforceRpId(boolean) - Method in class org.openid4java.server.RealmVerifier
setEnforceRpId(boolean) - Method in class org.openid4java.server.ServerManager
Sets the flag that instructs the realm verifier to enforce validation
of the return URL agains the endpoints discovered from the RP's realm.
setErrorCode(int) - Method in exception org.openid4java.OpenIDException
setErrorMsg(String) - Method in class org.openid4java.message.DirectError
setErrorMsg(String) - Method in class org.openid4java.message.IndirectError
setException(OpenIDException) - Method in class org.openid4java.message.DirectError
setException(OpenIDException) - Method in class org.openid4java.message.IndirectError
setExpire(Long) - Method in class org.openid4java.message.AssociationResponse
Sets the lifetime, in seconds, of the association.
setExpireIn(int) - Method in class org.openid4java.server.ServerManager
Sets the expiration time (in seconds) for the generated associations
setFailedAssocExpire(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the expiration timeout (in seconds) for keeping track of failed
association attempts.
setFailure(String) - Method in class org.openid4java.message.ax.StoreResponse
Marks the Store Response as a failure, by setting the appropirate
parameters.
setFailureCause(Throwable) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the throwable or exception that caused the failure of the Yadis
discovery, if one was thrown and intercepted
setHandle(String) - Method in class org.openid4java.message.AuthRequest
setHandle(String) - Method in class org.openid4java.message.AuthSuccess
setHtmlResolver(HtmlResolver) - Method in class org.openid4java.discovery.Discovery
setIdentity(String) - Method in class org.openid4java.message.AuthRequest
setIdentity(String) - Method in class org.openid4java.message.AuthSuccess
setImmediate(boolean) - Method in class org.openid4java.message.AuthRequest
setImmediateAuth(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Configures the authentication request mode:
checkid_immediate (true) or checkid_setup (false).
setInvalidateHandle(String) - Method in class org.openid4java.message.AuthSuccess
setInvalidateHandle(String) - Method in class org.openid4java.message.VerifyResponse
setIssuer(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer URL.
setIssuerPolicy(String) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the issuer policy URL, if different than "/mex".
setLocalId(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setMacKey(String) - Method in class org.openid4java.message.AssociationResponse
Sets the unecrtypted MAC key of the association.
setMacKeyEnc(String) - Method in class org.openid4java.message.AssociationResponse
Sets the encrypted MAC key of the association.
setMaxAge(int) - Method in class org.openid4java.consumer.AbstractNonceVerifier
setMaxAge(int) - Method in class org.openid4java.consumer.JdbcNonceVerifier
setMaxAge(int) - Method in interface org.openid4java.consumer.NonceVerifier
Sets the expiration timeout for nonces, in seconds.
setMaxAssocAttempts(int) - Method in class org.openid4java.consumer.ConsumerManager
Maximum number of attempts (HTTP calls) the RP is willing to make
for trying to establish an association with the OP.
setMaxAuthAge(int) - Method in class org.openid4java.message.pape.PapeRequest
Sets the max_auth_age parameter.
setMaxBodySize(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the maximum HTTP body size that will be downloaded.
setMaxNonceAge(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the max age (in seconds) configured for keeping track of nonces.
setMaxRedirects(int) - Method in class org.openid4java.consumer.ConsumerManager
setMaxRedirects(int) - Method in class org.openid4java.discovery.html.HtmlResolver
Sets the maximum number of redirects to be followed for the HTTP calls.
setMaxRedirects(int) - Method in class org.openid4java.discovery.yadis.YadisResolver
Sets the maximum number of redirects to be followed for the HTTP calls.
setMaxRedirects(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets the maximum number of redirects to be followed for the HTTP calls.
setMinAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.consumer.ConsumerManager
Configures the minimum level of encryption accepted for association
sessions.
setMinAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.server.ServerManager
Configures the minimum level of encryption accepted for association
sessions.
setMode(String) - Method in class org.openid4java.message.AuthSuccess
setMultiThreadedHttpClient(boolean) - Static method in class org.openid4java.util.HttpClientFactory
Configures the type of HttpClient's constructed by the factory.
setNonce(String) - Method in class org.openid4java.message.AuthSuccess
setNonceGenerator(NonceGenerator) - Method in class org.openid4java.server.ServerManager
Sets the NonceGenerator implementation that will be used to generate
nonce tokens to uniquely identify authentication responses.
setNonceVerifier(NonceVerifier) - Method in class org.openid4java.consumer.ConsumerManager
Configures the NonceVerifier that will be used to keep track of the
nonces in the authentication response messages.
setNormalizedUrl(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the result of following redirects on the YadisURL
setOPEndpoint(URL) - Method in class org.openid4java.message.AuthRequest
setOpEndpoint(String) - Method in class org.openid4java.message.AuthSuccess
setOPEndpointUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the OpenID Provider's endpoint URL, where it accepts OpenID
authentication requests.
setOpenIDMessage(Message) - Method in class org.openid4java.infocard.OpenIDToken
Sets the OpenID Message to encapsulate into the token.
setOPSetupUrl(String) - Method in class org.openid4java.consumer.VerificationResult
Sets the OP user_setup_url parameter, if one was returned in a failure
response to a immediate authentication request.
setParameters(ParameterList) - Method in class org.openid4java.message.ax.AxMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in interface org.openid4java.message.MessageExtension
Sets the extension-specific parameters.
setParameters(ParameterList) - Method in class org.openid4java.message.pape.PapeMessage
Sets the extension's parameters to the supplied list.
setParameters(ParameterList) - Method in class org.openid4java.message.sreg.SRegMessage
Sets the extension's parameters to the supplied list.
setPassword(String) - Method in class org.openid4java.util.ProxyProperties
setPolicyUrl(String) - Method in class org.openid4java.message.sreg.SRegRequest
Sets the optional policy URL.
setPreExpiryAssocLockInterval(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the interval before the expiration of an association
(in seconds) in which the association should not be used,
in order to avoid the expiration from occurring in the middle
of a authentication transaction.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.consumer.ConsumerManager
Sets the preferred encryption type for the association sessions.
setPrefAssocSessEnc(AssociationSessionType) - Method in class org.openid4java.server.ServerManager
Sets the preferred association / session type.
setPreferredAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeRequest
Sets a new value for the preferred_auth_policies parameter.
setPrivacyData(String, int) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the Relyin Party's privacy policy URL and version.
setPrivateAssociations(ServerAssociationStore) - Method in class org.openid4java.server.ServerManager
Sets the store implementation that will be used for keeping track of
the generated private associations (used for signing responses to
stateless consumer sites).
setPrivateAssociationStore(ConsumerAssociationStore) - Method in class org.openid4java.consumer.ConsumerManager
Configures a private association store for signing consumer nonces.
setProxyHostName(String) - Method in class org.openid4java.util.ProxyProperties
setProxyPort(int) - Method in class org.openid4java.util.ProxyProperties
setProxyProperties(ProxyProperties) - Static method in class org.openid4java.util.HttpClientFactory
setPublicKey(String) - Method in class org.openid4java.message.AssociationResponse
Sets the OP's (server's) public key for the association.
setRealm(String) - Method in class org.openid4java.message.AuthRequest
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.consumer.ConsumerManager
Sets the RealmVerifier used to verify realms against return_to URLs.
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.message.AuthRequest
Sets the RealmVerifier used to verify realms against return_to URLs.
setRealmVerifier(RealmVerifier) - Method in class org.openid4java.server.ServerManager
Sets the RealmVerifier used to verify realms against return_to URLs.
setReference(String) - Method in class org.openid4java.message.DirectError
setReference(String) - Method in class org.openid4java.message.IndirectError
setRequestHeaders(Map) - Method in class org.openid4java.util.HttpRequestOptions
Sets the HTTP request headers that will be used when placing
HTTP requests using the options in this object.
setRequestOptions(HttpRequestBase, HttpRequestOptions) - Static method in class org.openid4java.util.HttpUtils
setResult(String, String, HtmlResult) - Method in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
Set the result from rel
and href
that
parsed from node link
.
setReturnTo(String) - Method in class org.openid4java.message.AuthRequest
setReturnTo(String) - Method in class org.openid4java.message.AuthSuccess
setServicePriority(int) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setSharedAssociations(ServerAssociationStore) - Method in class org.openid4java.server.ServerManager
Sets the store implementation that will be used for keeping track of
the generated associations established with consumer sites.
setSignature(String) - Method in class org.openid4java.message.AuthSuccess
setSignatureVerified(boolean) - Method in class org.openid4java.message.VerifyResponse
setSignExtensions(String[]) - Method in class org.openid4java.message.AuthSuccess
Sets the list of messages fields that will be signed, in addition to
the ones required by the protocol to be signed and any additional
fields already configured to be signed.
setSignExtensions(String[]) - Method in class org.openid4java.server.ServerManager
setSignFields(String) - Method in class org.openid4java.message.AuthSuccess
Sets the messages fields that will be signed, in addition to the ones
required by the protocol to be signed.
setSignFields(String) - Method in class org.openid4java.server.ServerManager
Sets the list of parameters that the OpenID Provider will sign when
generating authentication responses.
setSocketTimeout(int) - Method in class org.openid4java.consumer.ConsumerManager
setSocketTimeout(int) - Method in class org.openid4java.util.HttpRequestOptions
Sets HTTP socket (read) timeout, in milliseconds.
setStatusMsg(String) - Method in class org.openid4java.consumer.VerificationResult
setTableName(String) - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
setTableName(String) - Method in class org.openid4java.consumer.JdbcNonceVerifier
setTableName(String) - Method in class org.openid4java.server.JdbcServerAssociationStore
setTokenType(OpenIDTokenType) - Method in class org.openid4java.infocard.rp.InfocardInvocation
Sets the token type.
setType(AssociationSessionType) - Method in class org.openid4java.message.AssociationResponse
Sets the association / session type for the association response.
setTypes(Set) - Method in class org.openid4java.discovery.DiscoveryInformation
setTypes(Set) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setTypeUri(String) - Method in class org.openid4java.message.sreg.SRegMessage
Sets the SREG type URI.
setUpdateUrl(String) - Method in class org.openid4java.message.ax.FetchRequest
Sets the optional 'update_url' parameter where the OP can later re-post
fetch-response updates to the values of the requested attributes.
setUpdateUrl(String) - Method in class org.openid4java.message.ax.FetchResponse
Sets the optional 'update_url' parameter where the OP can later re-post
fetch-response updates for the values of the requested attributes.
setUri(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setUriPriority(int) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setUseCache(boolean) - Method in class org.openid4java.util.HttpRequestOptions
Sets the flag for allowing cached copy to be used when placing
HTTP requests using the options in this object.
setUserName(String) - Method in class org.openid4java.util.ProxyProperties
setUserSetupUrl(String) - Method in class org.openid4java.server.ServerManager
Sets the URL at the OpenID Provider where the user should be directed
when a immediate authentication request fails.
setVerifiedId(Identifier) - Method in class org.openid4java.consumer.VerificationResult
Sets the verified identifier.
setVersion(String) - Method in class org.openid4java.discovery.DiscoveryInformation
setWstFault(IConstants, ISTSResponse, String, String) - Method in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
setXrdsLocation(String, int) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis Resource Descriptor (XRDS) location
found during discovery.
setXriResolver(XriResolver) - Method in class org.openid4java.discovery.Discovery
setYadisResolver(YadisResolver) - Method in class org.openid4java.discovery.Discovery
setYadisUrl(YadisUrl) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the YadisURL on which discovery will be performed.
sign(byte[]) - Method in class org.openid4java.association.Association
sign(String) - Method in class org.openid4java.association.Association
sign(AuthSuccess) - Method in class org.openid4java.server.ServerManager
Signs an AuthSuccess message, using the association identified by the
handle specified within the message.
signRequired() - Method in class org.openid4java.message.ax.AxMessage
Attribute exchange parameters are required to be signed.
signRequired() - Method in interface org.openid4java.message.MessageExtension
Flag for indicating that an extension must be signed.
signRequired() - Method in class org.openid4java.message.pape.PapeMessage
PAPE parameters are REQUIRED to be signed.
signRequired() - Method in class org.openid4java.message.sreg.SRegMessage
Simple registration parameters are REQUIRED to be signed.
signRequired1 - Static variable in class org.openid4java.message.AuthSuccess
signRequired2 - Static variable in class org.openid4java.message.AuthSuccess
signRequired3 - Static variable in class org.openid4java.message.AuthSuccess
size() - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
size() - Method in class org.openid4java.consumer.InMemoryNonceVerifier
size() - Method in class org.openid4java.server.InMemoryServerAssociationStore
SReg11ExtensionFactory - Class in org.openid4java.message.sreg
Custom Extension Factory for SREG 1.1 messages.
SReg11ExtensionFactory() - Constructor for class org.openid4java.message.sreg.SReg11ExtensionFactory
SREG_ERROR - Static variable in exception org.openid4java.OpenIDException
SREG_FIELDS - Static variable in class org.openid4java.message.sreg.SRegResponse
SRegMessage - Class in org.openid4java.message.sreg
Base class for the Simple Registration implementation.
SRegMessage() - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an empty (no parameters) Simple Registration extension.
SRegMessage(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an Simple Registration extension with a specified list of
parameters.
SRegRequest - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch requests.
SRegRequest() - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SReg Request with an empty parameter list.
SRegRequest(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SRegRequest from a parameter list.
SRegResponse - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch responses.
SRegResponse() - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response with an empty parameter list.
SRegResponse(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response from a parameter list.
sslContext - Variable in class org.openid4java.util.HttpFetcherFactory.HttpCacheProvider
statelessAllowed() - Method in class org.openid4java.consumer.ConsumerManager
Deprecated.
StoreRequest - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store requests.
StoreRequest() - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a Store Request with an empty parameter list.
StoreRequest(ParameterList) - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a StoreRequest from a parameter list.
StoreResponse - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store responses.
StoreResponse() - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a Store Response with an empty parameter list.
StoreResponse(ParameterList) - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a StoreResponse from a parameter list.
stringToPublicKey(String) - Method in class org.openid4java.association.DiffieHellmanSession
_aliasCounter - Variable in class org.openid4java.message.ax.FetchRequest
_allowCircularRedirects - Variable in class org.openid4java.util.HttpRequestOptions
_allowStateless - Variable in class org.openid4java.consumer.ConsumerManager
Flag for enabling or disabling stateless mode.
_appProperties - Static variable in class org.openid4java.util.OpenID4JavaUtils
_associations - Variable in class org.openid4java.consumer.ConsumerManager
Store for keeping track of the established associations.
_assocType - Variable in class org.openid4java.association.AssociationSessionType
Association type; possible values are HMAC-SHA1 and HMAC-SHA256.
_attrAliasCounter - Variable in class org.openid4java.message.ax.AxPayload
_authResponse - Variable in class org.openid4java.consumer.VerificationResult
The authentication response received from the server.
_body - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The HTTP response body.
_bodySizeExceeded - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
Flag to indicate if the HTTP response size exceeded the maximum
allowed by the (default) HttpRequestOptions.
_cache - Variable in class org.openid4java.consumer.EhcacheNonceVerifier
_cacheTTLSeconds - Variable in class org.openid4java.util.HttpRequestOptions
If set to a positive value, then new HTTP request will be placed if
the cache is older than that positive value (in seconds)
This applies to the internal HttpCache, not the HTTP protocol
cache-control mechanisms.
_claimedId - Variable in class org.openid4java.discovery.html.HtmlResult
_claimedIdentifier - Variable in class org.openid4java.discovery.DiscoveryInformation
The claimed identifier, i.e.
_client - Variable in class org.openid4java.util.HttpCache
HttpClient used to place the HTTP requests.
_compat - Variable in class org.openid4java.association.AssociationSessionType
Compatibility mode flag defines backwards-compatibile value sets allowed
in OpenID 1.x, but not in OpenID 2
_connTimeout - Variable in class org.openid4java.util.HttpRequestOptions
HTTP connect timeout, in milliseconds.
_consumerNonceGenerator - Variable in class org.openid4java.consumer.ConsumerManager
Consumer-side nonce generator, needed for compatibility with OpenID 1.1.
_contentType - Variable in class org.openid4java.discovery.yadis.YadisResult
The content-type of the XRDS response.
_contentType - Variable in class org.openid4java.util.HttpRequestOptions
If HttpRequestOptions' content type matches a cached HttpResponse's
content type, the cache copy is returned; otherwise a new HTTP request
is placed.
_counter - Variable in class org.openid4java.server.IncrementalNonceGenerator
_counter - Variable in class org.openid4java.server.InMemoryServerAssociationStore
_dateFormat - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
_dateFormat - Static variable in class org.openid4java.message.pape.PapeResponse
_dateFormat - Static variable in class org.openid4java.server.IncrementalNonceGenerator
_defaultOptions - Variable in class org.openid4java.util.AbstractHttpFetcher
Default set of HTTP request options to be used when placing HTTP
requests, if a custom one was not specified.
_delegate - Variable in class org.openid4java.discovery.DiscoveryInformation
The delegate, or OP-Local identifier.
_delegate1 - Variable in class org.openid4java.discovery.html.HtmlResult
_delegate2 - Variable in class org.openid4java.discovery.html.HtmlResult
_deleteSQL - Variable in class org.openid4java.consumer.JdbcNonceVerifier
_deniedRealmDomains - Variable in class org.openid4java.server.RealmVerifier
_deniedRealmRegExps - Variable in class org.openid4java.server.RealmVerifier
_destinationUrl - Variable in class org.openid4java.message.Message
_dhParameterSpec - Variable in class org.openid4java.association.DiffieHellmanSession
_dhParams - Variable in class org.openid4java.consumer.ConsumerManager
Parameters (modulus and generator) for the Diffie-Hellman sessions.
_dhSess - Variable in class org.openid4java.message.AssociationRequest
The Diffie-Hellman session containing the cryptografic data needed for
encrypting the MAC key exchange.
_discovery - Variable in class org.openid4java.consumer.ConsumerManager
Discovery process manager.
_endpoints - Variable in class org.openid4java.discovery.yadis.YadisResult
XRDS endpoints obtained by performing Yadis discovery on the YadisURL.
_enforceRpId - Variable in class org.openid4java.server.RealmVerifier
_errorCode - Variable in exception org.openid4java.OpenIDException
_exception - Variable in class org.openid4java.message.DirectError
_exception - Variable in class org.openid4java.message.IndirectError
_expireIn - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
_expireIn - Variable in class org.openid4java.server.ServerManager
Expiration time (in seconds) for associations.
_expiry - Variable in class org.openid4java.association.Association
_extAliases - Variable in class org.openid4java.message.Message
_extCounter - Variable in class org.openid4java.message.Message
_extensionFactories - Static variable in class org.openid4java.message.Message
_extesion - Variable in class org.openid4java.message.Message
_failedAssocExpire - Variable in class org.openid4java.consumer.ConsumerManager
Timeout (in seconds) for keeping track of failed association attempts.
_failureCause - Variable in class org.openid4java.discovery.yadis.YadisResult
The throwable or exception that caused the failure, if available.
_finalUri - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The final URI from where the document was obtained,
after following redirects.
_getCache - Variable in class org.openid4java.util.HttpCache
Cache for GET requests.
_hAlgorithm - Variable in class org.openid4java.association.AssociationSessionType
The H algorithm used for Diffie-Hellman sessions.
_handle - Variable in class org.openid4java.association.Association
_handleMap - Variable in class org.openid4java.server.InMemoryServerAssociationStore
_hDigest - Variable in class org.openid4java.association.DiffieHellmanSession
_headCache - Variable in class org.openid4java.util.HttpCache
Cache for HEAD requests.
_htmlResolver - Variable in class org.openid4java.discovery.Discovery
_httpFetcher - Variable in class org.openid4java.consumer.ConsumerManager
Direct pointer to HttpFetcher, for association and signature
verification requests.
_httpFetcher - Variable in class org.openid4java.discovery.html.HtmlResolver
_httpFetcher - Variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
_httpFetcher - Variable in class org.openid4java.discovery.yadis.YadisResolver
_immediateAuth - Variable in class org.openid4java.consumer.ConsumerManager
Flag for generating checkid_immediate authentication requests.
_insertSQL - Variable in class org.openid4java.consumer.JdbcNonceVerifier
_isOP - Variable in class org.openid4java.server.RealmVerifier
_issuer - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's URL for the accepted claims.
_issuerPolicy - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The issuer's WS-SecurityPolicy URL, if different than "/mex".
_key - Variable in class org.openid4java.message.Parameter
_keyPair - Variable in class org.openid4java.association.DiffieHellmanSession
_lastCleanup - Static variable in class org.openid4java.server.JdbcServerAssociationStore
_log - Static variable in class org.openid4java.association.Association
_log - Static variable in class org.openid4java.association.AssociationSessionType
_log - Static variable in class org.openid4java.association.DiffieHellmanSession
_log - Static variable in class org.openid4java.consumer.AbstractNonceVerifier
_log - Static variable in class org.openid4java.consumer.ConsumerManager
_log - Static variable in class org.openid4java.consumer.EhcacheNonceVerifier
_log - Static variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
_log - Static variable in class org.openid4java.consumer.InMemoryNonceVerifier
_log - Static variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_log - Static variable in class org.openid4java.consumer.JdbcNonceVerifier
_log - Static variable in class org.openid4java.discovery.Discovery
_log - Static variable in class org.openid4java.discovery.html.CyberNekoDOMHtmlParser
_log - Static variable in class org.openid4java.discovery.html.HtmlResolver
_log - Static variable in class org.openid4java.discovery.UrlIdentifier
_log - Static variable in class org.openid4java.discovery.xrds.XrdsParserImpl
_log - Static variable in class org.openid4java.discovery.xri.LocalXriResolver
_log - Static variable in class org.openid4java.discovery.xri.XriDotNetProxyResolver
_log - Static variable in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
_log - Static variable in class org.openid4java.discovery.yadis.YadisResolver
_log - Static variable in class org.openid4java.discovery.yadis.YadisResult
_log - Static variable in class org.openid4java.infocard.OpenIDToken
_log - Static variable in class org.openid4java.infocard.rp.InfocardInvocation
_log - Static variable in class org.openid4java.message.AssociationError
_log - Static variable in class org.openid4java.message.AssociationRequest
_log - Static variable in class org.openid4java.message.AssociationResponse
_log - Static variable in class org.openid4java.message.AuthFailure
_log - Static variable in class org.openid4java.message.AuthImmediateFailure
_log - Static variable in class org.openid4java.message.AuthRequest
_log - Static variable in class org.openid4java.message.AuthSuccess
_log - Static variable in class org.openid4java.message.ax.AxMessage
_log - Static variable in class org.openid4java.message.ax.AxPayload
_log - Static variable in class org.openid4java.message.ax.FetchRequest
_log - Static variable in class org.openid4java.message.ax.FetchResponse
_log - Static variable in class org.openid4java.message.ax.StoreRequest
_log - Static variable in class org.openid4java.message.ax.StoreResponse
_log - Static variable in class org.openid4java.message.DirectError
_log - Static variable in class org.openid4java.message.IndirectError
_log - Static variable in class org.openid4java.message.Message
_log - Static variable in class org.openid4java.message.pape.PapeMessage
_log - Static variable in class org.openid4java.message.pape.PapeRequest
_log - Static variable in class org.openid4java.message.pape.PapeResponse
_log - Static variable in class org.openid4java.message.ParameterList
_log - Static variable in class org.openid4java.message.sreg.SRegMessage
_log - Static variable in class org.openid4java.message.sreg.SRegRequest
_log - Static variable in class org.openid4java.message.sreg.SRegResponse
_log - Static variable in class org.openid4java.message.VerifyRequest
_log - Static variable in class org.openid4java.message.VerifyResponse
_log - Static variable in class org.openid4java.server.IncrementalNonceGenerator
_log - Static variable in class org.openid4java.server.InMemoryServerAssociationStore
_log - Static variable in class org.openid4java.server.JdbcServerAssociationStore
_log - Static variable in class org.openid4java.server.RealmVerifier
_log - Static variable in class org.openid4java.server.ServerManager
_log - Static variable in class org.openid4java.util.HttpCache
_log - Static variable in class org.openid4java.util.InternetDateFormat
_log - Static variable in class org.openid4java.util.OpenID4JavaUtils
_macKey - Variable in class org.openid4java.association.Association
_maxAgeSeconds - Variable in class org.openid4java.consumer.AbstractNonceVerifier
_maxAssocAttempts - Variable in class org.openid4java.consumer.ConsumerManager
Maximum number of attmpts for establishing an association.
_maxBodySize - Variable in class org.openid4java.util.HttpRequestOptions
Maximum size in bytes to be retrieved for the response body.
_maxRedirects - Variable in class org.openid4java.discovery.html.HtmlResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirects - Variable in class org.openid4java.discovery.yadis.YadisResolver
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirects - Variable in class org.openid4java.util.HttpRequestOptions
Maximum number of redirects to be followed for the HTTP calls.
_maxRedirectsFollowed - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The maximum HTTP redirects limit that was configured
when this HTTP response was obtained.
_minAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The lowest encryption level session accepted for association sessions.
_minAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The lowest encryption level session accepted for association sessions
_nonceGenerator - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
_nonceGenerator - Variable in class org.openid4java.server.ServerManager
Nonce generator implementation.
_nonceVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Verifier for the nonces in authentication responses;
prevents replay attacks.
_normalizedUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The result of following redirects from the request_uri
_op1Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
_op2Endpoint - Variable in class org.openid4java.discovery.html.HtmlResult
_opEndpoint - Variable in class org.openid4java.discovery.DiscoveryInformation
The OP endpoint URL.
_opEndpoint - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
_opEndpointUrl - Variable in class org.openid4java.server.ServerManager
The OpenID Provider's endpoint URL, where it accepts OpenID
authentication requests.
_openidMessage - Variable in class org.openid4java.infocard.OpenIDToken
The encapsulated OpenID Message.
_openXriResolver - Variable in class org.openid4java.discovery.xri.LocalXriResolver
_opMap - Variable in class org.openid4java.consumer.InMemoryConsumerAssociationStore
_opMap - Variable in class org.openid4java.consumer.InMemoryNonceVerifier
_opSetupUrl - Variable in class org.openid4java.consumer.VerificationResult
Optional parameter returned in a failure response to a immediate
authentication request (AuthImmediateFailure).
_optionalClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of optional claim URIs.
_order - Variable in class org.openid4java.association.AssociationSessionType
Field used for ordering and comparing the encryption 'level' of
AssociationSessionType's.
_parameterMap - Variable in class org.openid4java.message.ParameterList
_parameters - Variable in class org.openid4java.message.ax.AxMessage
The Attribute Exchange extension-specific parameters.
_parameters - Variable in class org.openid4java.message.pape.PapeMessage
The OpenID Provider Authentication Policy extension-specific parameters.
_parameters - Variable in class org.openid4java.message.sreg.SRegMessage
The Simple Registration extension-specific parameters.
_params - Variable in class org.openid4java.message.Message
_preExpiryAssocLockInterval - Variable in class org.openid4java.consumer.ConsumerManager
Interval before the expiration of an association (in seconds)
in which the association should not be used, in order to avoid
the expiration from occurring in the middle of an authentication
transaction.
_prefAssocSessEnc - Variable in class org.openid4java.consumer.ConsumerManager
The preferred association session type; will be attempted first.
_prefAssocSessEnc - Variable in class org.openid4java.server.ServerManager
The preferred association session type; will be attempted first.
_privacyUrl - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy URL.
_privacyVersion - Variable in class org.openid4java.infocard.rp.InfocardInvocation
Relying Party's privacy document version.
_privateAssociations - Variable in class org.openid4java.consumer.ConsumerManager
Private association store used for signing consumer nonces when operating
in compatibility (v1.x) mode.
_privateAssociations - Variable in class org.openid4java.infocard.sts.OpenIDTokenGeneratorHandler
_privateAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of private (internal) associations created for signing
authentication responses for stateless consumer sites.
_provider - Variable in class org.openid4java.util.HttpFetcherFactory
_random - Static variable in class org.openid4java.server.JdbcServerAssociationStore
_realmVerifier - Variable in class org.openid4java.consumer.ConsumerManager
Used to perform verify realms against return_to URLs.
_realmVerifier - Variable in class org.openid4java.message.AuthRequest
_realmVerifier - Variable in class org.openid4java.server.ServerManager
Used to perform verify realms against return_to URLs.
_requestHeaders - Variable in class org.openid4java.util.HttpRequestOptions
Map with HTTP request headers to be used when placing the HTTP request.
_requiredClaims - Variable in class org.openid4java.infocard.rp.InfocardInvocation
List of required claim URIs.
_responseHeaders - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
Map of header names List of Header objects of the HTTP response.
_sessType - Variable in class org.openid4java.association.AssociationSessionType
Session type; possible values are 'no-encryption', DH-*;
can be blank or null in compatibility mode.
_sharedAssociations - Variable in class org.openid4java.server.ServerManager
Keeps track of the associations established with consumer sites.
_signExtensions - Variable in class org.openid4java.message.AuthSuccess
_signExtensions - Variable in class org.openid4java.server.ServerManager
Array of extension namespace URIs that the consumer manager will sign,
if present in auth responses.
_signFields - Variable in class org.openid4java.message.AuthSuccess
_signFields - Variable in class org.openid4java.server.ServerManager
List of coma-separated fields to be signed in authentication responses.
_socketTimeout - Variable in class org.openid4java.util.HttpRequestOptions
HTTP socket (read) timeout, in milliseconds.
_sqlCleanup - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_sqlDelete - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_sqlInsert - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_sqlSelect - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_sqlSelectAlt - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_statusCode - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The status code of the HTTP response.
_statusLine - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
The status line of the HTTP response.
_statusMsg - Variable in class org.openid4java.consumer.VerificationResult
An unstructured status / error message.
_tableName - Variable in class org.openid4java.consumer.JdbcConsumerAssociationStore
_tableName - Variable in class org.openid4java.consumer.JdbcNonceVerifier
_tableName - Variable in class org.openid4java.server.JdbcServerAssociationStore
_timestamp - Variable in class org.openid4java.server.IncrementalNonceGenerator
_timestamp - Variable in class org.openid4java.server.InMemoryServerAssociationStore
_timestamp - Variable in class org.openid4java.util.HttpCache.DefaultHttpResponse
timestamp of creation
(number of milliseconds since January 1, 1970, 00:00:00 GMT)
_tokenType - Variable in class org.openid4java.infocard.OpenIDToken
Token type data structure.
_tokenType - Variable in class org.openid4java.infocard.rp.InfocardInvocation
The requested token type (OpenID 1.1 or 2.0)
_tokenTypeUri - Variable in class org.openid4java.infocard.OpenIDTokenType
Token URI value.
_type - Variable in class org.openid4java.association.Association
_type - Variable in class org.openid4java.association.DiffieHellmanSession
_types - Variable in class org.openid4java.discovery.DiscoveryInformation
All service types discovered for the endpoint.
_typeUri - Variable in class org.openid4java.message.sreg.SRegMessage
_urlIdentifier - Variable in class org.openid4java.discovery.UrlIdentifier
_useCache - Variable in class org.openid4java.util.HttpRequestOptions
If set to false, a new HTTP request will be placed even if a cached copy
exists.
_userSetupUrl - Variable in class org.openid4java.server.ServerManager
In OpenID 1.x compatibility mode, the URL at the OpenID Provider where
the user should be directed when a immediate authentication request
fails.
_value - Variable in class org.openid4java.message.Parameter
_verifiedId - Variable in class org.openid4java.consumer.VerificationResult
Identifier on which authentication and verification were performed
succesfully and which can be used henceforth by Relying Parties to
identify the user.
_verifier - Variable in class org.openid4java.consumer.JdbcNonceVerifier
_version - Variable in class org.openid4java.discovery.DiscoveryInformation
The OpenID protocol version, or target service type discovered through Yadis.
_xrdsLocation - Variable in class org.openid4java.discovery.yadis.YadisResult
The URL from where the XRDS document was retrieved.
_xriResolver - Variable in class org.openid4java.discovery.Discovery
_yadisResolver - Variable in class org.openid4java.discovery.Discovery
_yadisResolver - Variable in class org.openid4java.server.RealmVerifier
_yadisResolver - Variable in class org.openid4java.server.RealmVerifierFactory
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisResult
The YadisURL on which discovery was performed.
_yadisUrl - Variable in class org.openid4java.discovery.yadis.YadisUrl
A YadisURL is a regular URL, with a couple restrictions.