org.eclipse.jetty.client.security
public class DigestAuthentication extends java.lang.Object implements Authentication
Constructor and Description |
---|
DigestAuthentication(Realm realm,
java.util.Map details) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
newCnonce(HttpExchange exchange,
Realm securityRealm,
java.util.Map details) |
protected java.lang.String |
newResponse(java.lang.String cnonce,
HttpExchange exchange,
Realm securityRealm,
java.util.Map details) |
void |
setCredentials(HttpExchange exchange) |
public DigestAuthentication(Realm realm, java.util.Map details)
public void setCredentials(HttpExchange exchange) throws java.io.IOException
setCredentials
in interface Authentication
java.io.IOException
protected java.lang.String newResponse(java.lang.String cnonce, HttpExchange exchange, Realm securityRealm, java.util.Map details)
protected java.lang.String newCnonce(HttpExchange exchange, Realm securityRealm, java.util.Map details)
Copyright © 2014. All Rights Reserved.