Package | Description |
---|---|
org.openqa.jetty.http | |
org.openqa.jetty.jetty.servlet |
Modifier and Type | Class and Description |
---|---|
class |
HashUserRealm
HashMapped User Realm.
|
class |
JDBCUserRealm
HashMapped User Realm with JDBC as data source.
|
Modifier and Type | Method and Description |
---|---|
UserRealm |
HttpServer.addRealm(UserRealm realm) |
UserRealm |
HttpContext.getRealm() |
UserRealm |
HttpServer.getRealm(String realmName)
Get a named UserRealm.
|
UserRealm |
HttpServer.removeRealm(String realmName) |
Modifier and Type | Method and Description |
---|---|
UserRealm |
HttpServer.addRealm(UserRealm realm) |
Principal |
Authenticator.authenticate(UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response)
Authenticate.
|
Principal |
BasicAuthenticator.authenticate(UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response) |
Principal |
ClientCertAuthenticator.authenticate(UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response) |
Principal |
DigestAuthenticator.authenticate(UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response) |
static boolean |
SecurityConstraint.check(List constraints,
Authenticator authenticator,
UserRealm realm,
String pathInContext,
HttpRequest request,
HttpResponse response)
Check security contraints
|
void |
DigestAuthenticator.sendChallenge(UserRealm realm,
HttpRequest request,
HttpResponse response,
boolean stale) |
void |
BasicAuthenticator.sendChallenge(UserRealm realm,
HttpResponse response) |
void |
HttpContext.setRealm(UserRealm realm)
Set the realm.
|
Modifier and Type | Method and Description |
---|---|
protected UserRealm |
WebApplicationContext.getUserRealm(String name) |
Modifier and Type | Method and Description |
---|---|
Principal |
FormAuthenticator.authenticate(UserRealm realm,
String pathInContext,
HttpRequest httpRequest,
HttpResponse httpResponse)
Perform form authentication.
|
void |
DigestAuthenticator.sendChallenge(UserRealm realm,
HttpRequest request,
HttpResponse response,
boolean stale) |
void |
BasicAuthenticator.sendChallenge(UserRealm realm,
HttpResponse response) |
Copyright © 2013. All Rights Reserved.