|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Response | |
---|---|
org.mortbay.jetty | |
org.mortbay.jetty.plus.jaas | |
org.mortbay.jetty.security |
Uses of Response in org.mortbay.jetty |
---|
Fields in org.mortbay.jetty declared as Response | |
---|---|
protected Response |
HttpConnection._response
|
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,
java.io.Writer writer)
|
Uses of Response in org.mortbay.jetty.plus.jaas |
---|
Methods in org.mortbay.jetty.plus.jaas with parameters of type Response | |
---|---|
Credential |
SSOJAASUserRealm.getSingleSignOn(Request request,
Response response)
|
void |
SSOJAASUserRealm.setSingleSignOn(Request request,
Response response,
java.security.Principal principal,
Credential credential)
|
Uses of Response in org.mortbay.jetty.security |
---|
Methods in org.mortbay.jetty.security with parameters of type Response | |
---|---|
java.security.Principal |
ClientCertAuthenticator.authenticate(UserRealm realm,
java.lang.String pathInContext,
Request request,
Response response)
|
java.security.Principal |
Authenticator.authenticate(UserRealm realm,
java.lang.String pathInContext,
Request request,
Response response)
Authenticate. |
java.security.Principal |
FormAuthenticator.authenticate(UserRealm realm,
java.lang.String pathInContext,
Request request,
Response response)
Perform form authentication. |
java.security.Principal |
BasicAuthenticator.authenticate(UserRealm realm,
java.lang.String pathInContext,
Request request,
Response response)
|
java.security.Principal |
DigestAuthenticator.authenticate(UserRealm realm,
java.lang.String pathInContext,
Request request,
Response response)
|
boolean |
SecurityHandler.checkSecurityConstraints(java.lang.String pathInContext,
Request request,
Response response)
|
Credential |
HashUserRealm.getSingleSignOn(Request request,
Response response)
|
Credential |
SSORealm.getSingleSignOn(Request request,
Response response)
Get SSO credentials. |
Credential |
HashSSORealm.getSingleSignOn(Request request,
Response response)
|
void |
DigestAuthenticator.sendChallenge(UserRealm realm,
Request request,
Response response,
boolean stale)
|
void |
BasicAuthenticator.sendChallenge(UserRealm realm,
Response response)
|
void |
HashUserRealm.setSingleSignOn(Request request,
Response response,
java.security.Principal principal,
Credential credential)
|
void |
SSORealm.setSingleSignOn(Request request,
Response response,
java.security.Principal principal,
Credential credential)
Set SSO principal and credential. |
void |
HashSSORealm.setSingleSignOn(Request request,
Response response,
java.security.Principal principal,
Credential credential)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |