AbstractHttpFetcher - Class in org.openid4java.util
AbstractHttpFetcher() - Constructor for class org.openid4java.util.AbstractHttpFetcher
AbstractNonceVerifier - Class in org.openid4java.consumer
AbstractNonceVerifier(int) - Constructor for class org.openid4java.consumer.AbstractNonceVerifier
addAttribute(String, String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload.
addAttribute(String, String) - Method in class org.openid4java.message.ax.AxPayload
Adds an attribute to the attribute payload, without the caller having to
specify an alias.
addAttribute(String, String, boolean, int) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request.
addAttribute(String, String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.ax.FetchRequest
Adds an attribute to the fetch request, with a default value-count of 1.
addAttribute(String, boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Adds an attribute to the SReg request.
addAttribute(String, String) - Method in class org.openid4java.message.sreg.SRegResponse
Adds an attribute to the SReg response.
addAttributes(Map) - Method in class org.openid4java.message.ax.AxPayload
Adds the attributes in the supplied Map to the attribute payload.
addAuthLevelExtension(String) - Method in class org.openid4java.message.pape.PapeMessage
addAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeResponse
Adds an authentication policy URI to the auth_policies
parameter.
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.
addExtension(MessageExtension, String) - Method in class org.openid4java.message.Message
Adds a set of extension-specific parameters to a message,
trying to use the supplied preferredAlias
if the supplied alias is not already taken.
addExtensionFactory(Class) - Static method in class org.openid4java.message.Message
Adds a new extension factory.
addParams(ParameterList) - Method in class org.openid4java.message.ParameterList
addPreferredAuthPolicy(String) - Method in class org.openid4java.message.pape.PapeRequest
Adds an authentication policy URI to the preferred_auth_policies
parameter.
addPreferredCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeRequest
addRequestHeader(String, String) - Method in class org.openid4java.util.HttpRequestOptions
Adds a new HTTP request header.
addSignExtension(String) - Method in class org.openid4java.message.AuthSuccess
Adds the list of messages fields that will be signed, in addition to
the ones required by the protocol to be signed and any additional
fields already configured to be signed.
ALGORITHM - Static variable in class org.openid4java.association.DiffieHellmanSession
allowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Deprecated.
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.
Association - Class in org.openid4java.association
AssociationError - Class in org.openid4java.message
AssociationError(String, AssociationSessionType) - Constructor for class org.openid4java.message.AssociationError
AssociationError(ParameterList) - Constructor for class org.openid4java.message.AssociationError
AssociationException - Exception in org.openid4java.association
AssociationException(String) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, int) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationException(String, int, Throwable) - Constructor for exception org.openid4java.association.AssociationException
AssociationRequest - Class in org.openid4java.message
The OpenID Association Request message.
AssociationRequest(AssociationSessionType) - Constructor for class org.openid4java.message.AssociationRequest
Creates an Association Request message with the
specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType, DiffieHellmanSession) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message with the
specified association type and Diffie-Hellman session.
AssociationRequest(ParameterList) - Constructor for class org.openid4java.message.AssociationRequest
Constructs an AssociationRequest message from a parameter list.
AssociationResponse - Class in org.openid4java.message
The OpenID Association Response message.
AssociationResponse(AssociationRequest, Association) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse for a given association request.
AssociationResponse(ParameterList) - Constructor for class org.openid4java.message.AssociationResponse
Constructs an AssociationResponse message from a parameter list.
associationResponse(ParameterList) - Method in class org.openid4java.server.ServerManager
Processes a Association Request and returns a Association Response
message, according to the request parameters and the preferences
configured for the OpenID Provider
AssociationSessionType - Class in org.openid4java.association
Modells the session and association types allowed in OpenID associations.
AUTH_ERROR - Static variable in exception org.openid4java.OpenIDException
AUTH_LEVEL_NS_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
AUTH_LEVEL_PREFIX - Static variable in class org.openid4java.message.pape.PapeMessage
AUTH_REALM_ERROR - Static variable in exception org.openid4java.OpenIDException
authenticate(List, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(List, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(DiscoveryInformation, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
authenticate(DiscoveryInformation, String, String) - Method in class org.openid4java.consumer.ConsumerManager
Builds a authentication request message for the user specified in the
discovery information provided as a parameter.
AuthFailure - Class in org.openid4java.message
AuthFailure(boolean, String) - Constructor for class org.openid4java.message.AuthFailure
AuthFailure(ParameterList) - Constructor for class org.openid4java.message.AuthFailure
AuthImmediateFailure - Class in org.openid4java.message
AuthImmediateFailure(String, String, boolean) - Constructor for class org.openid4java.message.AuthImmediateFailure
AuthImmediateFailure(ParameterList) - Constructor for class org.openid4java.message.AuthImmediateFailure
authLevelAliases - Variable in class org.openid4java.message.pape.PapeMessage
authRequest(String, HttpServletRequest, HttpServletResponse) - Method in class org.openid4java.consumer.SampleConsumer
AuthRequest - Class in org.openid4java.message
AuthRequest(String, String, boolean, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
AuthRequest(String, String, boolean, String, String, String, RealmVerifier) - Constructor for class org.openid4java.message.AuthRequest
AuthRequest(ParameterList) - Constructor for class org.openid4java.message.AuthRequest
authResponse(ParameterList, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(AuthRequest, String, String, boolean, String) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
authResponse(ParameterList, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site,
after parsing the request parameters into a valid AuthRequest.
authResponse(AuthRequest, String, String, boolean, String, boolean) - Method in class org.openid4java.server.ServerManager
Processes a Authentication Request received from a consumer site.
AuthSuccess - Class in org.openid4java.message
AuthSuccess(String, String, String, boolean, String, String, String, Association, boolean) - Constructor for class org.openid4java.message.AuthSuccess
AuthSuccess(ParameterList) - Constructor for class org.openid4java.message.AuthSuccess
AX_ERROR - Static variable in exception org.openid4java.OpenIDException
AxMessage - Class in org.openid4java.message.ax
Base class for the Attribute Exchange implementation.
AxMessage() - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an empty (no parameters) Attribute Exchange extension.
AxMessage(ParameterList) - Constructor for class org.openid4java.message.ax.AxMessage
Constructs an Attribute Exchange extension with a specified list of
parameters.
AxPayload - Class in org.openid4java.message.ax
AxPayload() - Constructor for class org.openid4java.message.ax.AxPayload
generate(String, String, int) - Static method in class org.openid4java.association.Association
generate(String, int) - Method in class org.openid4java.server.InMemoryServerAssociationStore
generate(String, int) - Method in class org.openid4java.server.JdbcServerAssociationStore
generate(String, int) - Method in interface org.openid4java.server.ServerAssociationStore
generateHmacSha1(String, int) - Static method in class org.openid4java.association.Association
generateHmacSha256(String, int) - Static method in class org.openid4java.association.Association
generateKeyPair(DHParameterSpec) - Static method in class org.openid4java.association.DiffieHellmanSession
generateMacKey(String, int) - Static method in class org.openid4java.association.Association
generateMacSha1Key() - Static method in class org.openid4java.association.Association
generateMacSha256Key() - Static method in class org.openid4java.association.Association
generateRandomParameter(int, int) - Static method in class org.openid4java.association.DiffieHellmanSession
get(String) - Method in class org.openid4java.util.AbstractHttpFetcher
get(String, HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
get(String, HttpRequestOptions) - Method in class org.openid4java.util.HttpCache
get(String) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
get(String, HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
GETs a HTTP URL.
getAllowCircularRedirects() - Method in class org.openid4java.util.HttpRequestOptions
getAssociation(DiffieHellmanSession) - Method in class org.openid4java.message.AssociationResponse
Generates an Association object from an Association Response.
getAssociations() - Method in class org.openid4java.consumer.ConsumerManager
Gets the association store that holds established associations with
OpenID providers.
getAssociationType() - Method in class org.openid4java.association.AssociationSessionType
Gets the association type.
getAssocType() - Method in class org.openid4java.message.AssociationError
getAttributeAlias(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the alias for an attribute type URI, if present.
getAttributeAliases() - Method in class org.openid4java.message.ax.AxPayload
Gets a list of attribute aliases.
getAttributeNames() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a list of attribute names in the SReg response.
getAttributes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> list of values.
getAttributes(boolean) - Method in class org.openid4java.message.ax.FetchRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.ax.FetchRequest
Gets all requested attributes (required and optional).
getAttributes(boolean) - Method in class org.openid4java.message.sreg.SRegRequest
Returns a map with the requested attributes.
getAttributes() - Method in class org.openid4java.message.sreg.SRegRequest
Gets all requested attributes (required and optional).
getAttributes() - Method in class org.openid4java.message.sreg.SRegResponse
Gets a map with attribute names -> values.
getAttributeTypes() - Method in class org.openid4java.message.ax.AxPayload
Gets a map with attribute aliases -> attribute type URI.
getAttributeTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Get typeURI value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute alias.
getAttributeValue(String) - Method in class org.openid4java.message.sreg.SRegResponse
Returns the value of an attribute.
getAttributeValueByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the (first) value for the specified attribute type URI.
getAttributeValues(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified
attribute alias.
getAttributeValuesByTypeUri(String) - Method in class org.openid4java.message.ax.AxPayload
Returns a list with the attribute value(s) associated for the specified
attribute type URI.
getAuthDate() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated
to the OpenID Provider in a manner fitting the asserted policies.
getAuthPolicies() - Method in class org.openid4java.message.pape.PapeResponse
Gets the auth_policies parameter value.
getAuthPoliciesList() - Method in class org.openid4java.message.pape.PapeResponse
Gets a list with the auth_policies.
getAuthResponse() - Method in class org.openid4java.consumer.VerificationResult
Gets the authentication response message received from the server.
getAuthTime() - Method in class org.openid4java.message.pape.PapeResponse
Gets the timestamp when the End User has most recentnly authenticated
to the OpenID Provider in a manner fitting the asserted policies.
getBody() - Method in interface org.openid4java.util.HttpResponse
Gets the HttpResponse body.
getCacheTTLSeconds() - Method in class org.openid4java.util.HttpRequestOptions
Gets the TTL for the cached response in seconds
getCanonicalId() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getClaimed() - Method in class org.openid4java.message.AuthRequest
getClaimed() - Method in class org.openid4java.message.AuthSuccess
getClaimedId() - Method in class org.openid4java.discovery.html.HtmlResult
Gets the claimed identifier.
getClaimedIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
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.
getConsumerNonceGenerator() - Method in class org.openid4java.consumer.ConsumerManager
getContact() - Method in class org.openid4java.message.IndirectError
getContentType() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the content-type of the response from which the XRDS was extracted.
getContentType() - Method in class org.openid4java.util.HttpRequestOptions
Gets the required content-type for the HTTP response.
getCount(String) - Method in class org.openid4java.message.ax.AxPayload
Gets the number of values provided in the attribute payload for the
specified attribute alias.
getCount(String) - Method in class org.openid4java.message.ax.FetchRequest
Returns the number of values requested for the specified attribute alias.
getCredentials() - Method in class org.openid4java.util.ProxyProperties
Get the proxy credentials.
getCustomAuthLevel(String) - Method in class org.openid4java.message.pape.PapeResponse
getCustomAuthLevelAlias(String) - Method in class org.openid4java.message.pape.PapeMessage
getDefaultOptionsForDiscovery() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an
HttpRequestOptions object suitable to use for
HTTP requests to perform discovery.
getDefaultOptionsForOpCalls() - Static method in class org.openid4java.util.HttpRequestOptions
Returns an
HttpRequestOptions object suitable to use for
HTTP requests to OP endpoints for the purpose of creating associations
or verifying signatures.
getDefaultParameter() - Static method in class org.openid4java.association.DiffieHellmanSession
getDefaultRequestOptions() - Method in class org.openid4java.util.AbstractHttpFetcher
getDefaultRequestOptions() - Method in interface org.openid4java.util.HttpFetcher
getDelegate() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getDelegate1() - Method in class org.openid4java.discovery.html.HtmlResult
getDelegate2() - Method in class org.openid4java.discovery.html.HtmlResult
getDelegateIdentifier() - Method in class org.openid4java.discovery.DiscoveryInformation
getDeniedRealmDomains() - Method in class org.openid4java.server.RealmVerifier
getDestinationUrl(boolean) - Method in class org.openid4java.message.Message
Gets the URL where the message should be sent, where applicable.
getDhGen() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman generator parameter of the message, or null for
messages with no-encryption sessions.
getDhModulus() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman modulus parameter of the message, or null for
messages with no-encryption sessions.
getDHParams() - Method in class org.openid4java.consumer.ConsumerManager
Gets the Diffie-Hellman base parameters (modulus and generator).
getDhPublicKey() - Method in class org.openid4java.message.AssociationRequest
Gets the Relying Party's (consumer) Diffie-Hellman public key, or null
for messages with no-encryption sessions.
getDHSess() - Method in class org.openid4java.message.AssociationRequest
Gets the Diffie-Hellman session
Null for no-encryption association requests.
getDigestedZZ(String) - Method in class org.openid4java.association.DiffieHellmanSession
getDiscoveredInformation(Set) - Method in class org.openid4java.discovery.yadis.YadisResult
getDiscovery() - Method in class org.openid4java.consumer.ConsumerManager
Returns discovery process manager.
getDomain() - Method in class org.openid4java.util.ProxyProperties
getEndpointCount() - Method in class org.openid4java.discovery.yadis.YadisResult
getEndpoints() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the OpenID XRDS endpoints discovered from an identifier.
getEnforceRpId() - Method in class org.openid4java.server.RealmVerifier
getEnforceRpId() - Method in class org.openid4java.server.ServerManager
Gets the flag that instructs the realm verifier to enforce validation
of the return URL agains the endpoints discovered from the RP's realm.
getErrorCode() - Method in exception org.openid4java.OpenIDException
getErrorDescription() - Method in class org.openid4java.message.ax.StoreResponse
Gets the status of the Store Response if the 'status' parameter is part
of the response, or null otherwise.
getErrorMsg() - Method in class org.openid4java.message.DirectError
getErrorMsg() - Method in class org.openid4java.message.IndirectError
getException() - Method in class org.openid4java.message.DirectError
getException() - Method in class org.openid4java.message.IndirectError
getExpireIn() - Method in class org.openid4java.server.ServerManager
Gets the expiration time (in seconds) for the generated associations
getExpiry() - Method in class org.openid4java.association.Association
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.ax.AxMessage
Instantiates the apropriate Attribute Exchange object (fetch / store -
request / response) for the supplied parameter list.
getExtension(String) - Method in class org.openid4java.message.Message
Gets a MessageExtension for the specified Type URI if an implementation
is available, or null otherwise.
getExtension(ParameterList, boolean) - Method in interface org.openid4java.message.MessageExtensionFactory
Builds a MessageExtension from a parameter list containing the
extension-specific parameters.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.pape.PapeMessage
Instantiates the apropriate OpenID Provider Authentication Policy
extension object (request / response) for the supplied parameter
list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SReg11ExtensionFactory
Instantiates the apropriate Simple Registration object
(request / response) for the supplied parameter list.
getExtension(ParameterList, boolean) - Method in class org.openid4java.message.sreg.SRegMessage
Instantiates the apropriate Simple Registration object
(request / response) for the supplied parameter list.
getExtensionAlias(String) - Method in class org.openid4java.message.Message
Retrieves the extension alias that will be used for the extension
identified by the supplied extension type URI.
getExtensionFactory(String) - Static method in class org.openid4java.message.Message
Gets a MessageExtensionFactory for the specified Type URI
if an implementation is available, or null otherwise.
getExtensions() - Method in class org.openid4java.message.Message
Gets a set of extension Type URIs that are present in the message.
getFailedAssocExpire() - Method in class org.openid4java.consumer.ConsumerManager
Gets the timeout (in seconds) configured for keeping track of failed
association attempts.
getFailedAssociation(Date) - Static method in class org.openid4java.association.Association
getFailedAssociation(int) - Static method in class org.openid4java.association.Association
getFailureCause() - Method in class org.openid4java.discovery.yadis.YadisResult
Gets the throwable (or exception) that caused the failure of the Yadis
discovery, if one was thrown and intercepted
getFinalUri() - Method in interface org.openid4java.util.HttpResponse
Gets the final URI from where the document was obtained,
after following redirects.
getGenerator() - Method in class org.openid4java.association.DiffieHellmanSession
Gets the generator for the Diffie-Hellman key echange.
getHAlgorithm() - Method in class org.openid4java.association.AssociationSessionType
Gets the H algorithm of the Diffie-Hellman session, or null for
no-encryption session types.
getHandle() - Method in class org.openid4java.association.Association
getHandle() - Method in class org.openid4java.message.AuthRequest
getHandle() - Method in class org.openid4java.message.AuthSuccess
getHandle() - Method in class org.openid4java.message.VerifyRequest
getHtmlMeta(String) - Method in class org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
getHtmlMeta(String) - Method in interface org.openid4java.discovery.yadis.YadisHtmlParser
Parses the HTML input stream and scans for the Yadis XRDS location in the
HTML HEAD Meta tags.
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.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.
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.
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
getResponseHeader(String) - Method in interface org.openid4java.util.HttpResponse
Gets the first header matching the provided headerName parameter,
or null if no header with that name exists.
getResponseHeaders(String) - Method in interface org.openid4java.util.HttpResponse
Gets an array of Header objects for the provided headerName parameter.
getReturnTo() - Method in class org.openid4java.message.AuthRequest
getReturnTo() - Method in class org.openid4java.message.AuthSuccess
getServicePriority() - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
getSessionType() - Method in class org.openid4java.association.AssociationSessionType
Gets the session type.
getSessionType() - Method in class org.openid4java.message.AssociationError
getSharedAssociations() - Method in class org.openid4java.server.ServerManager
Gets the store implementation used for keeping track of the generated
associations established with consumer sites.
getSignature() - Method in class org.openid4java.message.AuthSuccess
getSignedText() - Method in class org.openid4java.message.AuthSuccess
Return the text on which the signature is applied.
getSignExtensions() - Method in class org.openid4java.message.AuthSuccess
getSignExtensions() - Method in class org.openid4java.server.ServerManager
getSignFields() - Method in class org.openid4java.server.ServerManager
Gets the list of parameters that the OpenID Provider will sign when
generating authentication responses.
getSignList() - Method in class org.openid4java.message.AuthSuccess
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 interface org.openid4java.util.HttpResponse
Gets the status code of the HttpResponse.
getStatusMsg() - Method in class org.openid4java.consumer.VerificationResult
getTableName() - Method in class org.openid4java.consumer.JdbcConsumerAssociationStore
getTableName() - Method in class org.openid4java.consumer.JdbcNonceVerifier
getTableName() - Method in class org.openid4java.server.JdbcServerAssociationStore
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(String, String) - Method in class org.openid4java.consumer.JdbcNonceVerifier
SEEN - Static variable in interface org.openid4java.consumer.NonceVerifier
The nonce was seen before.
seen(String, String) - Method in interface org.openid4java.consumer.NonceVerifier
Checks if a nonce was seen before.
SELECT_ID - Static variable in class org.openid4java.message.AuthRequest
SERVER_ERROR - Static variable in exception org.openid4java.OpenIDException
ServerAssociationStore - Interface in org.openid4java.server
ServerException - Exception in org.openid4java.server
ServerException(String) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, int) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(String, int, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerException(int, Throwable) - Constructor for exception org.openid4java.server.ServerException
ServerManager - Class in org.openid4java.server
Manages OpenID communications with an OpenID Relying Party (Consumer).
ServerManager() - Constructor for class org.openid4java.server.ServerManager
Constructs a ServerManager with default settings.
ServerManager(RealmVerifierFactory) - Constructor for class org.openid4java.server.ServerManager
set(String, String) - Method in class org.openid4java.message.Message
set(String, String) - Method in class org.openid4java.message.pape.PapeMessage
Sets the value for the parameter with the specified name.
set(Parameter) - Method in class org.openid4java.message.ParameterList
setAllowCircularRedirects(boolean) - Method in class org.openid4java.util.HttpRequestOptions
setAllowStateless(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Flag used to enable / disable the use of stateless mode.
setAssocHandle(String) - Method in class org.openid4java.message.AssociationResponse
Sets the handle of the association.
setAssociations(ConsumerAssociationStore) - Method in class org.openid4java.consumer.ConsumerManager
Configures the ConsumerAssociationStore that will be used to store the
associations established with OpenID providers.
setAssociationSessionType(AssociationSessionType) - Method in class org.openid4java.message.AssociationError
setAuthPolicies(String) - Method in class org.openid4java.message.pape.PapeResponse
Sets a new value for the auth_policies parameter.
setAuthResponse(Message) - Method in class org.openid4java.consumer.VerificationResult
Sets the authentication response message received from the server.
setAuthTime(Date) - Method in class org.openid4java.message.pape.PapeResponse
Sets the auth_time parameter.
setCache(Cache) - Method in class org.openid4java.consumer.EhcacheNonceVerifier
setCacheTTLSeconds(long) - Method in class org.openid4java.util.HttpRequestOptions
Sets the TTL for the cached response in seconds
setCanonicalId(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setCheckPrivateSharedAssociations(boolean) - Method in class org.openid4java.server.ServerManager
Sets the _checkPrivateSharedAssociations flag.
setClaimed(UrlIdentifier) - Method in class org.openid4java.discovery.html.HtmlResult
Sets the claimed identifier.
setClaimed(String) - Method in class org.openid4java.message.AuthRequest
setClaimed(String) - Method in class org.openid4java.message.AuthSuccess
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.
setConsumerNonceGenerator(NonceGenerator) - Method in class org.openid4java.consumer.ConsumerManager
Sets the nonce generator to be used for consumer nonces.
setContact(String) - Method in class org.openid4java.message.DirectError
setContact(String) - Method in class org.openid4java.message.IndirectError
setContentType(String) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the content-type of the response from which the XRDS was extracted.
setContentType(String) - Method in class org.openid4java.util.HttpRequestOptions
Sets the required content-type for the HTTP response.
setCount(String, int) - Method in class org.openid4java.message.ax.FetchRequest
Sets the desired number of attribute vaules requested for the specified
attribute alias.
setCustomAuthLevel(String, String) - Method in class org.openid4java.message.pape.PapeResponse
setDefaultRequestOptions(HttpRequestOptions) - Method in class org.openid4java.util.AbstractHttpFetcher
setDefaultRequestOptions(HttpRequestOptions) - Method in interface org.openid4java.util.HttpFetcher
setDelegate(String) - Method in class org.openid4java.discovery.xrds.XrdsServiceEndpoint
setDelegate1(String) - Method in class org.openid4java.discovery.html.HtmlResult
setDelegate2(String) - Method in class org.openid4java.discovery.html.HtmlResult
setDeniedRealmDomains(List) - Method in class org.openid4java.server.RealmVerifier
setDHParams(DHParameterSpec) - Method in class org.openid4java.consumer.ConsumerManager
Sets the Diffie-Hellman base parameters that will be used for encoding
the MAC key exchange.
setDiscovery(Discovery) - Method in class org.openid4java.consumer.ConsumerManager
Sets discovery process manager.
setDomain(String) - Method in class org.openid4java.util.ProxyProperties
setEndpoint1(String) - Method in class org.openid4java.discovery.html.HtmlResult
setEndpoint2(String) - Method in class org.openid4java.discovery.html.HtmlResult
setEndpoints(List) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the OpenID XRDS endpoints discovered from an identifier.
setEnforceRpId(boolean) - Method in class org.openid4java.server.RealmVerifier
setEnforceRpId(boolean) - Method in class org.openid4java.server.ServerManager
Sets the flag that instructs the realm verifier to enforce validation
of the return URL agains the endpoints discovered from the RP's realm.
setErrorCode(int) - Method in exception org.openid4java.OpenIDException
setErrorMsg(String) - Method in class org.openid4java.message.DirectError
setErrorMsg(String) - Method in class org.openid4java.message.IndirectError
setException(OpenIDException) - Method in class org.openid4java.message.DirectError
setException(OpenIDException) - Method in class org.openid4java.message.IndirectError
setExpire(Long) - Method in class org.openid4java.message.AssociationResponse
Sets the lifetime, in seconds, of the association.
setExpireIn(int) - Method in class org.openid4java.server.ServerManager
Sets the expiration time (in seconds) for the generated associations
setFailedAssocExpire(int) - Method in class org.openid4java.consumer.ConsumerManager
Sets the expiration timeout (in seconds) for keeping track of failed
association attempts.
setFailure(String) - Method in class org.openid4java.message.ax.StoreResponse
Marks the Store Response as a failure, by setting the appropirate
parameters.
setFailureCause(Throwable) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the throwable or exception that caused the failure of the Yadis
discovery, if one was thrown and intercepted
setHandle(String) - Method in class org.openid4java.message.AuthRequest
setHandle(String) - Method in class org.openid4java.message.AuthSuccess
setHtmlResolver(HtmlResolver) - Method in class org.openid4java.discovery.Discovery
setIdentity(String) - Method in class org.openid4java.message.AuthRequest
setIdentity(String) - Method in class org.openid4java.message.AuthSuccess
setImmediate(boolean) - Method in class org.openid4java.message.AuthRequest
setImmediateAuth(boolean) - Method in class org.openid4java.consumer.ConsumerManager
Configures the authentication request mode:
checkid_immediate (true) or checkid_setup (false).
setInvalidateHandle(String) - Method in class org.openid4java.message.AuthSuccess
setInvalidateHandle(String) - Method in class org.openid4java.message.VerifyResponse
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
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
setXrdsLocation(String, int) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the Yadis Resource Descriptor (XRDS) location
found during discovery.
setXriResolver(XriResolver) - Method in class org.openid4java.discovery.Discovery
setYadisResolver(YadisResolver) - Method in class org.openid4java.discovery.Discovery
setYadisUrl(YadisUrl) - Method in class org.openid4java.discovery.yadis.YadisResult
Sets the YadisURL on which discovery will be performed.
sign(byte[]) - Method in class org.openid4java.association.Association
sign(String) - Method in class org.openid4java.association.Association
sign(AuthSuccess) - Method in class org.openid4java.server.ServerManager
Signs an AuthSuccess message, using the association identified by the
handle specified within the message.
signRequired() - Method in class org.openid4java.message.ax.AxMessage
Attribute exchange parameters are required to be signed.
signRequired() - Method in interface org.openid4java.message.MessageExtension
Flag for indicating that an extension must be signed.
signRequired() - Method in class org.openid4java.message.pape.PapeMessage
PAPE parameters are REQUIRED to be signed.
signRequired() - Method in class org.openid4java.message.sreg.SRegMessage
Simple registration parameters are REQUIRED to be signed.
signRequired1 - Static variable in class org.openid4java.message.AuthSuccess
signRequired2 - Static variable in class org.openid4java.message.AuthSuccess
signRequired3 - Static variable in class org.openid4java.message.AuthSuccess
size() - Method in class org.openid4java.consumer.InMemoryConsumerAssociationStore
size() - Method in class org.openid4java.consumer.InMemoryNonceVerifier
size() - Method in class org.openid4java.server.InMemoryServerAssociationStore
SReg11ExtensionFactory - Class in org.openid4java.message.sreg
Custom Extension Factory for SREG 1.1 messages.
SReg11ExtensionFactory() - Constructor for class org.openid4java.message.sreg.SReg11ExtensionFactory
SREG_ERROR - Static variable in exception org.openid4java.OpenIDException
SREG_FIELDS - Static variable in class org.openid4java.message.sreg.SRegResponse
SRegMessage - Class in org.openid4java.message.sreg
Base class for the Simple Registration implementation.
SRegMessage() - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an empty (no parameters) Simple Registration extension.
SRegMessage(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegMessage
Constructs an Simple Registration extension with a specified list of
parameters.
SRegRequest - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch requests.
SRegRequest() - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SReg Request with an empty parameter list.
SRegRequest(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegRequest
Constructs a SRegRequest from a parameter list.
SRegResponse - Class in org.openid4java.message.sreg
Implements the extension for Simple Registration fetch responses.
SRegResponse() - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response with an empty parameter list.
SRegResponse(ParameterList) - Constructor for class org.openid4java.message.sreg.SRegResponse
Constructs a SReg Response from a parameter list.
statelessAllowed() - Method in class org.openid4java.consumer.ConsumerManager
Deprecated.
StoreRequest - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store requests.
StoreRequest() - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a Store Request with an empty parameter list.
StoreRequest(ParameterList) - Constructor for class org.openid4java.message.ax.StoreRequest
Constructs a StoreRequest from a parameter list.
StoreResponse - Class in org.openid4java.message.ax
Implements the extension for Attribute Exchange store responses.
StoreResponse() - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a Store Response with an empty parameter list.
StoreResponse(ParameterList) - Constructor for class org.openid4java.message.ax.StoreResponse
Constructs a StoreResponse from a parameter list.
stringToPublicKey(String) - Method in class org.openid4java.association.DiffieHellmanSession