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