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