Uses of Interface
org.eclipse.jetty.server.Authentication.User
-
Packages that use Authentication.User Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.jaspi Jetty Jaspi : Java Authentication SPIorg.eclipse.jetty.security.openid -
-
Uses of Authentication.User in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authentication.User Modifier and Type Class Description class
AbstractUserAuthentication
AbstractUserAuthentication Base class for representing an authenticated user.class
UserAuthentication
Methods in org.eclipse.jetty.security with parameters of type Authentication.User Modifier and Type Method Description void
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.User Modifier and Type Class Description static class
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication.class
SessionAuthentication
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.User Modifier and Type Method Description boolean
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. -
Uses of Authentication.User in org.eclipse.jetty.security.jaspi
Methods in org.eclipse.jetty.security.jaspi with parameters of type Authentication.User Modifier and Type Method Description boolean
JaspiAuthenticator. secureResponse(javax.servlet.ServletRequest req, javax.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.User Modifier and Type Class Description static class
OpenIdAuthenticator.OpenIdAuthentication
This Authentication represents a just completed OpenId Connect authentication.Methods in org.eclipse.jetty.security.openid with parameters of type Authentication.User Modifier and Type Method Description boolean
OpenIdAuthenticator. secureResponse(javax.servlet.ServletRequest req, javax.servlet.ServletResponse res, boolean mandatory, Authentication.User validatedUser)
-