| Package | Description |
|---|---|
| org.eclipse.jetty.client.security |
| Modifier and Type | Method and Description |
|---|---|
Realm |
SimpleRealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
Realm |
RealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
Realm |
HashRealmResolver.getRealm(String realmName,
HttpDestination destination,
String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
HashRealmResolver.addSecurityRealm(Realm realm) |
protected String |
DigestAuthentication.newCnonce(HttpExchange exchange,
Realm securityRealm,
Map details) |
protected String |
DigestAuthentication.newResponse(String cnonce,
HttpExchange exchange,
Realm securityRealm,
Map details) |
| Constructor and Description |
|---|
BasicAuthentication(Realm realm) |
DigestAuthentication(Realm realm,
Map details) |
SimpleRealmResolver(Realm realm) |
Copyright © 1995-2015 Mort Bay Consulting. All Rights Reserved.