Uses of Class
org.mortbay.jetty.Request

Packages that use Request
org.mortbay.jetty   
org.mortbay.jetty.ajp   
org.mortbay.jetty.bio   
org.mortbay.jetty.nio   
org.mortbay.jetty.plus.jaas   
org.mortbay.jetty.plus.jaas.callback   
org.mortbay.jetty.security   
 

Uses of Request in org.mortbay.jetty
 

Fields in org.mortbay.jetty declared as Request
protected  Request HttpConnection._request
           
 

Methods in org.mortbay.jetty that return Request
 Request HttpConnection.getRequest()
           
static Request Request.getRequest(HttpServletRequest request)
           
 

Methods in org.mortbay.jetty with parameters of type Request
 void AbstractConnector.customize(EndPoint endpoint, Request request)
           
 void Connector.customize(EndPoint endpoint, Request request)
          Customize a request for an endpoint.
 boolean AbstractConnector.isConfidential(Request request)
           
 boolean Connector.isConfidential(Request request)
           
 boolean HttpConnection.isConfidential(Request request)
           
 boolean AbstractConnector.isIntegral(Request request)
           
 boolean Connector.isIntegral(Request request)
           
 boolean HttpConnection.isIntegral(Request request)
          Find out if the request is INTEGRAL security.
 void NCSARequestLog.log(Request request, Response response)
           
 void RequestLog.log(Request request, Response response)
           
protected  void NCSARequestLog.logExtended(Request request, Response response, Writer writer)
           
 

Uses of Request in org.mortbay.jetty.ajp
 

Subclasses of Request in org.mortbay.jetty.ajp
 class Ajp13Request
           
 

Methods in org.mortbay.jetty.ajp with parameters of type Request
 void Ajp13SocketConnector.customize(EndPoint endpoint, Request request)
           
 boolean Ajp13SocketConnector.isConfidential(Request request)
           
 boolean Ajp13Connection.isConfidential(Request request)
           
 boolean Ajp13SocketConnector.isIntegral(Request request)
           
 boolean Ajp13Connection.isIntegral(Request request)
           
 

Uses of Request in org.mortbay.jetty.bio
 

Methods in org.mortbay.jetty.bio with parameters of type Request
 void SocketConnector.customize(EndPoint endpoint, Request request)
           
 

Uses of Request in org.mortbay.jetty.nio
 

Methods in org.mortbay.jetty.nio with parameters of type Request
 void SelectChannelConnector.customize(EndPoint endpoint, Request request)
           
 void BlockingChannelConnector.customize(EndPoint endpoint, Request request)
           
 

Uses of Request in org.mortbay.jetty.plus.jaas
 

Methods in org.mortbay.jetty.plus.jaas with parameters of type Request
 Principal JAASUserRealm.authenticate(String username, Object credentials, Request request)
          Authenticate a user.
 

Uses of Request in org.mortbay.jetty.plus.jaas.callback
 

Methods in org.mortbay.jetty.plus.jaas.callback with parameters of type Request
 void DefaultCallbackHandler.setRequest(Request request)
           
 

Uses of Request in org.mortbay.jetty.security
 

Methods in org.mortbay.jetty.security with parameters of type Request
 Principal JDBCUserRealm.authenticate(String username, Object credentials, Request request)
           
 Principal UserRealm.authenticate(String username, Object credentials, Request request)
          Authenticate a users credentials.
 Principal HashUserRealm.authenticate(String username, Object credentials, Request request)
           
 Principal BasicAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal FormAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Perform form authentication.
 Principal DigestAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal ClientCertAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal Authenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Authenticate.
 int DigestAuthenticator.checkNonce(String nonce, Request request)
           
 boolean SecurityHandler.checkSecurityConstraints(String pathInContext, Request request, Response response)
           
 void SslSelectChannelConnector.customize(EndPoint endpoint, Request request)
          Allow the Listener a chance to customise the request.
 void SslSocketConnector.customize(EndPoint endpoint, Request request)
          Allow the Listener a chance to customise the request.
 Credential SSORealm.getSingleSignOn(Request request, Response response)
          Get SSO credentials.
 Credential HashSSORealm.getSingleSignOn(Request request, Response response)
           
 Credential HashUserRealm.getSingleSignOn(Request request, Response response)
           
 boolean SslSelectChannelConnector.isConfidential(Request request)
          By default, we're confidential, given we speak SSL.
 boolean SslSocketConnector.isConfidential(Request request)
          By default, we're confidential, given we speak SSL.
 boolean SslSelectChannelConnector.isIntegral(Request request)
          By default, we're integral, given we speak SSL.
 boolean SslSocketConnector.isIntegral(Request request)
          By default, we're integral, given we speak SSL.
 String DigestAuthenticator.newNonce(Request request)
           
 void DigestAuthenticator.sendChallenge(UserRealm realm, Request request, Response response, boolean stale)
           
 void SSORealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
          Set SSO principal and credential.
 void HashSSORealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
           
 void HashUserRealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
           
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.