Class Hierarchy
- java.lang.Object
- org.eclipse.jetty.security.AbstractUserAuthentication (implements org.eclipse.jetty.server.Authentication.User, java.io.Serializable)
- org.eclipse.jetty.security.authentication.SessionAuthentication (implements jakarta.servlet.http.HttpSessionActivationListener, jakarta.servlet.http.HttpSessionBindingListener, java.io.Serializable)
- org.eclipse.jetty.security.UserAuthentication
- org.eclipse.jetty.security.authentication.FormAuthenticator.FormAuthentication (implements org.eclipse.jetty.server.Authentication.ResponseSent)
- org.eclipse.jetty.security.authentication.DeferredAuthentication (implements org.eclipse.jetty.server.Authentication.Deferred)
- org.eclipse.jetty.security.authentication.LoginAuthenticator (implements org.eclipse.jetty.security.Authenticator)
- org.eclipse.jetty.security.authentication.BasicAuthenticator
- org.eclipse.jetty.security.authentication.ClientCertAuthenticator
- org.eclipse.jetty.security.authentication.ConfigurableSpnegoAuthenticator
- org.eclipse.jetty.security.authentication.DigestAuthenticator
- org.eclipse.jetty.security.authentication.FormAuthenticator
- org.eclipse.jetty.security.authentication.SslClientCertAuthenticator
- org.eclipse.jetty.security.authentication.LoginCallbackImpl (implements org.eclipse.jetty.security.authentication.LoginCallback)
- jakarta.servlet.ServletRequestWrapper (implements jakarta.servlet.ServletRequest)
- jakarta.servlet.http.HttpServletRequestWrapper (implements jakarta.servlet.http.HttpServletRequest)
- org.eclipse.jetty.security.authentication.FormAuthenticator.FormRequest
- jakarta.servlet.http.HttpServletRequestWrapper (implements jakarta.servlet.http.HttpServletRequest)
- jakarta.servlet.ServletResponseWrapper (implements jakarta.servlet.ServletResponse)
- jakarta.servlet.http.HttpServletResponseWrapper (implements jakarta.servlet.http.HttpServletResponse)
- org.eclipse.jetty.security.authentication.FormAuthenticator.FormResponse
- jakarta.servlet.http.HttpServletResponseWrapper (implements jakarta.servlet.http.HttpServletResponse)
- org.eclipse.jetty.security.AbstractUserAuthentication (implements org.eclipse.jetty.server.Authentication.User, java.io.Serializable)
Interface Hierarchy
- org.eclipse.jetty.security.authentication.AuthorizationService
- org.eclipse.jetty.security.authentication.LoginCallback