Uses of Class
org.apache.sling.auth.form.impl.FormAuthenticationHandlerConfig
-
Packages that use FormAuthenticationHandlerConfig Package Description org.apache.sling.auth.form.impl org.apache.sling.auth.form.impl.jaas -
-
Uses of FormAuthenticationHandlerConfig in org.apache.sling.auth.form.impl
Methods in org.apache.sling.auth.form.impl with parameters of type FormAuthenticationHandlerConfig Modifier and Type Method Description protected voidFormAuthenticationHandler. activate(FormAuthenticationHandlerConfig config, org.osgi.service.component.ComponentContext componentContext)Called by SCR to activate the authentication handler. -
Uses of FormAuthenticationHandlerConfig in org.apache.sling.auth.form.impl.jaas
Constructors in org.apache.sling.auth.form.impl.jaas with parameters of type FormAuthenticationHandlerConfig Constructor Description JaasHelper(FormAuthenticationHandler authHandler, org.osgi.framework.BundleContext ctx, FormAuthenticationHandlerConfig config)Opens/Initializes the helper and registers the login module factory (LMF) service if possible.
-