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
Jetty Jaspi : Java Authentication SPI
-
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
(jakarta.servlet.ServletRequest request, jakarta.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
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
ClientCertAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) Deprecated.boolean
ConfigurableSpnegoAuthenticator.secureResponse
(jakarta.servlet.ServletRequest request, jakarta.servlet.ServletResponse response, boolean mandatory, Authentication.User validatedUser) boolean
DigestAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
FormAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) boolean
SslClientCertAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) -
Uses of Authentication.User in org.eclipse.jetty.security.jaspi
Methods in org.eclipse.jetty.security.jaspi with parameters of type Authentication.UserModifier and TypeMethodDescriptionboolean
JaspiAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser) -
Uses of Authentication.User in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authentication.UserModifier and TypeClassDescriptionstatic class
This Authentication represents a just completed OpenId Connect authentication.Methods in org.eclipse.jetty.security.openid with parameters of type Authentication.UserModifier and TypeMethodDescriptionboolean
OpenIdAuthenticator.secureResponse
(jakarta.servlet.ServletRequest req, jakarta.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser)