Serialized Form
-
Package org.apache.sling.auth.core.spi
-
Class org.apache.sling.auth.core.spi.AbstractAuthenticationFormServlet
class AbstractAuthenticationFormServlet extends javax.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
rawForm
AtomicReference<String> rawForm
Deprecated.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.AbstractJakartaAuthenticationFormServlet
class AbstractJakartaAuthenticationFormServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
rawForm
AtomicReference<String> rawForm
The raw form used by theAbstractJakartaAuthenticationFormServlet.getForm(HttpServletRequest)method to fill in with per-request data. This field is set by theAbstractJakartaAuthenticationFormServlet.getRawForm()method when first loading the form.
-
-
-
Class org.apache.sling.auth.core.spi.AuthenticationInfo
-
-
Package org.apache.sling.engine.auth
-
Exception org.apache.sling.engine.auth.NoAuthenticationHandlerException
class NoAuthenticationHandlerException extends org.apache.sling.api.SlingException implements Serializable
-