public class DigestAuthorization extends Object implements Authorization
Constructor and Description |
---|
DigestAuthorization(Realm realm,
Map details) |
Modifier and Type | Method and Description |
---|---|
protected String |
newCnonce(HttpExchange exchange,
Realm securityRealm,
Map details) |
protected String |
newResponse(String cnonce,
HttpExchange exchange,
Realm securityRealm,
Map details) |
void |
setCredentials(HttpExchange exchange) |
public void setCredentials(HttpExchange exchange) throws IOException
setCredentials
in interface Authorization
IOException
protected String newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map details)
protected String newCnonce(HttpExchange exchange, Realm securityRealm, Map details)
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.