A D E G O P R T V 

A

activate(ComponentContext) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
authenticationFailed(HttpServletRequest, HttpServletResponse, AuthenticationInfo) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
AuthenticationFormServlet - Class in org.apache.sling.auth.openid.impl
The AuthenticationFormServlet provides the default login form used for OpenID Authentication.
AuthenticationFormServlet() - Constructor for class org.apache.sling.auth.openid.impl.AuthenticationFormServlet
 
authenticationSucceeded(HttpServletRequest, HttpServletResponse, AuthenticationInfo) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 

D

deactivate(ComponentContext) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_COOKIE_DOMAIN - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_COOKIE_NAME - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_COOKIE_SECRET_KEY - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_EXTERNAL_URL_PREFIX - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_LOGIN_IDENTIFIER_FORM_FIELD - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
DEFAULT_USE_COOKIE - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
dropCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
Invalidates the request with the Relying Party if a user is actually available for the request.

E

extractCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
Extracts credential data from the request if at all contained.

G

getReason(HttpServletRequest) - Method in class org.apache.sling.auth.openid.impl.AuthenticationFormServlet
Returns an informational message according to the value provided in the j_reason request parameter.

O

OPENID_AUTH - Static variable in class org.apache.sling.auth.openid.OpenIDConstants
Identification of this authentication handler.
OPENID_FAILURE_REASON - Static variable in class org.apache.sling.auth.openid.OpenIDConstants
The name of the request parameter set by the requestCredentials method when redirecting to the login request form.
OPENID_IDENTITY - Static variable in class org.apache.sling.auth.openid.OpenIDConstants
The name of the request parameter set by the requestCredentials method providing to authenticated OpenID identity.
OpenIDAuthenticationHandler - Class in org.apache.sling.auth.openid.impl
The AuthorizationHeaderAuthenticationHandler class implements the authorization steps based on the Authorization header of the HTTP request.
OpenIDAuthenticationHandler() - Constructor for class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
OpenIDConstants - Class in org.apache.sling.auth.openid
The OpenIDConstants class defines useful constants for implementors of login forms for OpenID authentication.
OpenIDConstants() - Constructor for class org.apache.sling.auth.openid.OpenIDConstants
 
OpenIDFailure - Enum in org.apache.sling.auth.openid
The OpenIDFailure defines the OpenID authentication failure codes which may be set as the j_reason request parameter for the login form.
org.apache.sling.auth.openid - package org.apache.sling.auth.openid
 
org.apache.sling.auth.openid.impl - package org.apache.sling.auth.openid.impl
 

P

PROP_COOKIE_DOMAIN - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_COOKIE_NAME - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_COOKIE_SECRET_KEY - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_EXTERNAL_URL_PREFIX - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_LOGIN_FORM - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_LOGIN_IDENTIFIER_FORM_FIELD - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 
PROP_USE_COOKIE - Static variable in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
 

R

requestCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.openid.impl.OpenIDAuthenticationHandler
Sends status 401 (Unauthorized) with a WWW-Authenticate requesting standard HTTP header authentication with the Basic scheme and the configured realm name.

T

toString() - Method in enum org.apache.sling.auth.openid.OpenIDFailure
Returns the message set when constructing this instance.

V

valueOf(String) - Static method in enum org.apache.sling.auth.openid.OpenIDFailure
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.auth.openid.OpenIDFailure
Returns an array containing the constants of this enum type, in the order they are declared.
A D E G O P R T V 

Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.