A C D E F G I J O P R S T U V 
All Classes All Packages

A

activate(FormAuthenticationHandlerConfig, ComponentContext) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Called by SCR to activate the authentication handler.
AUTH_REQUIREMENTS - Static variable in class org.apache.sling.auth.form.impl.AuthenticationFormServlet
 
AUTH_STORAGE_SESSION_ATTRIBUTE - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
authenticationFailed(HttpServletRequest, HttpServletResponse, AuthenticationInfo) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Called after an unsuccessful login attempt.
AuthenticationFormServlet - Class in org.apache.sling.auth.form.impl
The AuthenticationFormServlet provides the default login form used for Form Based Authentication.
AuthenticationFormServlet() - Constructor for class org.apache.sling.auth.form.impl.AuthenticationFormServlet
 
authenticationSucceeded(HttpServletRequest, HttpServletResponse, AuthenticationInfo) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Called after successful login with the given authentication info.

C

close() - Method in class org.apache.sling.auth.form.impl.jaas.JaasHelper
Closes this helper and unregisters the login module factory if needed.

D

deactivate() - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
 
DEEFAULT_JAAS_CONTROL_FLAG - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_AUTH_CREDENTIALS_NAME - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_AUTH_FORM_STORAGE - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_AUTH_TIMEOUT - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_FORM_TOKEN_FILE - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_JAAS_RANKING - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
DEFAULT_JAAS_REALM_NAME - Static variable in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
dropCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Clears all authentication state which might have been prepared by this authentication handler.

E

enabled() - Method in class org.apache.sling.auth.form.impl.jaas.JaasHelper
Checks if JAAS support is enabled and the SSO login module is present.
extractCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Extracts cookie/session based credentials from the request.

F

form_auth_name() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_auth_storage() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_auth_timeout() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_credentials_name() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_default_cookie_domain() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_login_form() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_onexpire_login() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_token_fastseed() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
form_token_file() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
FormAuthenticationHandler - Class in org.apache.sling.auth.form.impl
The FormAuthenticationHandler class implements the authorization steps based on a cookie.
FormAuthenticationHandler() - Constructor for class org.apache.sling.auth.form.impl.FormAuthenticationHandler
 
FormAuthenticationHandlerConfig - Annotation Type in org.apache.sling.auth.form.impl
The configuration for the FormAuthenticationHandler
FormCredentials - Class in org.apache.sling.auth.form.impl.jaas
 
FormCredentials(String, String) - Constructor for class org.apache.sling.auth.form.impl.jaas.FormCredentials
 
FormReason - Enum in org.apache.sling.auth.form
 

G

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

I

INVALID_CREDENTIALS - org.apache.sling.auth.form.FormReason
The login form is request because the credentials previously entered very not valid to login to the repository.
isValid(Credentials) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
 

J

jaas_controlFlag() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
jaas_ranking() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
jaas_realmName() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
JaasHelper - Class in org.apache.sling.auth.form.impl.jaas
 
JaasHelper(FormAuthenticationHandler, BundleContext, FormAuthenticationHandlerConfig) - Constructor for class org.apache.sling.auth.form.impl.jaas.JaasHelper
Opens/Initializes the helper and registers the login module factory (LMF) service if possible.

O

org.apache.sling.auth.form - package org.apache.sling.auth.form
 
org.apache.sling.auth.form.impl - package org.apache.sling.auth.form.impl
 
org.apache.sling.auth.form.impl.jaas - package org.apache.sling.auth.form.impl.jaas
 

P

path() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
preferReasonCode() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 

R

requestCredentials(HttpServletRequest, HttpServletResponse) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
Unless the sling:authRequestLogin to anything other than Form this method either sends back a 403/FORBIDDEN response if the j_verify parameter is set to true or redirects to the login form to ask for credentials.

S

service_ranking() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 
SERVLET_PATH - Static variable in class org.apache.sling.auth.form.impl.AuthenticationFormServlet
 

T

TIMEOUT - org.apache.sling.auth.form.FormReason
The login form is requested because an existing session has timed out and the credentials have to be entered again.
toString() - Method in enum org.apache.sling.auth.form.FormReason
Returns the message set when constructing this instance.
toString() - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
 

U

useInclude() - Method in annotation type org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
 

V

valueOf(String) - Static method in enum org.apache.sling.auth.form.FormReason
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.sling.auth.form.FormReason
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E F G I J O P R S T U V 
All Classes All Packages