Uses of Interface
org.eclipse.jetty.server.Authentication.User

Packages that use Authentication.User
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.security.jaspi   
 

Uses of Authentication.User in org.eclipse.jetty.security
 

Classes in org.eclipse.jetty.security that implement Authentication.User
 class UserAuthentication
           
 

Methods in org.eclipse.jetty.security with parameters of type Authentication.User
 void SecurityHandler.logout(Authentication.User user)
           
 boolean Authenticator.secureResponse(ServletRequest request, ServletResponse response, boolean mandatory, Authentication.User validatedUser)
           
 

Uses of Authentication.User in org.eclipse.jetty.security.authentication
 

Classes in org.eclipse.jetty.security.authentication that implement Authentication.User
static class FormAuthenticator.FormAuthentication
          This Authentication represents a just completed Form authentication.
 class SessionAuthentication
           
 

Methods in org.eclipse.jetty.security.authentication with parameters of type Authentication.User
 boolean SpnegoAuthenticator.secureResponse(ServletRequest request, ServletResponse response, boolean mandatory, Authentication.User validatedUser)
           
 boolean ClientCertAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean FormAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean BasicAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 boolean DigestAuthenticator.secureResponse(ServletRequest req, 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.User
 boolean JaspiAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.