public class DigestAuthorization extends java.lang.Object implements Authorization
Constructor and Description |
---|
DigestAuthorization(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 DigestAuthorization(Realm realm, java.util.Map details)
public void setCredentials(HttpExchange exchange) throws java.io.IOException
setCredentials
in interface Authorization
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 © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.