JavaScript is disabled on your browser.
A C D E F G I J O R S T V
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
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
isValid(Credentials) - Method in class org.apache.sling.auth.form.impl.FormAuthenticationHandler
J
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
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
SERVLET_PATH - Static variable in class org.apache.sling.auth.form.impl.AuthenticationFormServlet
T
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
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 R S T V
Copyright © 2007–2019 The Apache Software Foundation . All rights reserved.