Serialized Form
-
Package org.apache.sling.auth.core.spi
-
Class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
rawForm
AtomicReference<String> rawForm
The raw form used by theAbstractAuthenticationFormServlet.getForm(HttpServletRequest)
method to fill in with per-request data. This field is set by theAbstractAuthenticationFormServlet.getRawForm()
method when first loading the form.
-
-
-
Class org.apache.sling.auth.core.spi.AuthenticationInfo extends HashMap<String,Object> implements Serializable
-
-
Package org.apache.sling.engine.auth
-
Class org.apache.sling.engine.auth.NoAuthenticationHandlerException extends org.apache.sling.api.SlingException implements Serializable
-