Uses of Class
org.eclipse.jetty.security.ServerAuthException

Packages that use ServerAuthException
org.eclipse.jetty.security   
org.eclipse.jetty.security.authentication   
org.eclipse.jetty.security.jaspi   
 

Uses of ServerAuthException in org.eclipse.jetty.security
 

Methods in org.eclipse.jetty.security that throw ServerAuthException
 boolean Authenticator.secureResponse(ServletRequest request, ServletResponse response, boolean mandatory, Authentication.User validatedUser)
           
 Authentication Authenticator.validateRequest(ServletRequest request, ServletResponse response, boolean mandatory)
          Validate a response
 

Uses of ServerAuthException in org.eclipse.jetty.security.authentication
 

Methods in org.eclipse.jetty.security.authentication that throw ServerAuthException
 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)
           
 Authentication SpnegoAuthenticator.validateRequest(ServletRequest request, ServletResponse response, boolean mandatory)
           
 Authentication ClientCertAuthenticator.validateRequest(ServletRequest req, ServletResponse res, boolean mandatory)
           
 Authentication FormAuthenticator.validateRequest(ServletRequest req, ServletResponse res, boolean mandatory)
           
 Authentication BasicAuthenticator.validateRequest(ServletRequest req, ServletResponse res, boolean mandatory)
           
 Authentication DigestAuthenticator.validateRequest(ServletRequest req, ServletResponse res, boolean mandatory)
           
 

Uses of ServerAuthException in org.eclipse.jetty.security.jaspi
 

Methods in org.eclipse.jetty.security.jaspi that throw ServerAuthException
 boolean JaspiAuthenticator.secureResponse(JaspiMessageInfo messageInfo, Authentication validatedUser)
           
 boolean JaspiAuthenticator.secureResponse(ServletRequest req, ServletResponse res, boolean mandatory, Authentication.User validatedUser)
           
 Authentication JaspiAuthenticator.validateRequest(JaspiMessageInfo messageInfo)
           
 Authentication JaspiAuthenticator.validateRequest(ServletRequest request, ServletResponse response, boolean mandatory)
           
 



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