Uses of Interface
org.eclipse.jetty.server.Authentication.User
Packages that use Authentication.User
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authentication.User in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authentication.UserModifier and TypeClassDescriptionclass
AbstractUserAuthentication Base class for representing an authenticated user.class
Methods in org.eclipse.jetty.security with parameters of type Authentication.UserModifier and TypeMethodDescriptionvoid
SecurityHandler.logout
(Authentication.User user) boolean
Authenticator.secureResponse
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, boolean mandatory, Authentication.User validatedUser) is response secure -
Uses of Authentication.User in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Authentication.UserModifier and TypeClassDescriptionstatic class
This Authentication represents a just completed Form authentication.class
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated.Methods in org.eclipse.jetty.security.authentication with parameters of type Authentication.UserModifier and TypeMethodDescriptionboolean
BasicAuthenticator.secureResponse
(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
ClientCertAuthenticator.secureResponse
(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
ConfigurableSpnegoAuthenticator.secureResponse
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, boolean mandatory, Authentication.User validatedUser) boolean
DigestAuthenticator.secureResponse
(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
FormAuthenticator.secureResponse
(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
SpnegoAuthenticator.secureResponse
(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, boolean mandatory, Authentication.User validatedUser) Deprecated.