Uses of Class
org.mortbay.jetty.Response

Packages that use Response
org.mortbay.jetty   
org.mortbay.jetty.security   
 

Uses of Response in org.mortbay.jetty
 

Methods in org.mortbay.jetty that return Response
 Response HttpConnection.getResponse()
           
 

Methods in org.mortbay.jetty with parameters of type Response
 void RequestLog.log(Request request, Response response)
           
 void NCSARequestLog.log(Request request, Response response)
           
protected  void NCSARequestLog.logExtended(Request request, Response response, Writer writer)
           
 

Uses of Response in org.mortbay.jetty.security
 

Methods in org.mortbay.jetty.security with parameters of type Response
 boolean SecurityHandler.checkSecurityConstraints(String pathInContext, Request request, Response response)
           
 Credential SSORealm.getSingleSignOn(Request request, Response response)
          Get SSO credentials.
 void SSORealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
          Set SSO principal and credential.
 Credential HashUserRealm.getSingleSignOn(Request request, Response response)
           
 void HashUserRealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
           
 Credential HashSSORealm.getSingleSignOn(Request request, Response response)
           
 void HashSSORealm.setSingleSignOn(Request request, Response response, Principal principal, Credential credential)
           
 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)
           
 void DigestAuthenticator.sendChallenge(UserRealm realm, Request request, Response response, boolean stale)
           
 Principal ClientCertAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 Principal BasicAuthenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
           
 void BasicAuthenticator.sendChallenge(UserRealm realm, Response response)
           
 Principal Authenticator.authenticate(UserRealm realm, String pathInContext, Request request, Response response)
          Authenticate.