org.eclipse.jetty.client.security
Class DigestAuthentication

java.lang.Object
  extended by org.eclipse.jetty.client.security.DigestAuthentication
All Implemented Interfaces:
Authentication

public class DigestAuthentication
extends java.lang.Object
implements Authentication


Constructor Summary
DigestAuthentication(Realm realm, java.util.Map details)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestAuthentication

public DigestAuthentication(Realm realm,
                            java.util.Map details)
Method Detail

setCredentials

public void setCredentials(HttpExchange exchange)
                    throws java.io.IOException
Specified by:
setCredentials in interface Authentication
Throws:
java.io.IOException

newResponse

protected java.lang.String newResponse(java.lang.String cnonce,
                                       HttpExchange exchange,
                                       Realm securityRealm,
                                       java.util.Map details)

newCnonce

protected java.lang.String newCnonce(HttpExchange exchange,
                                     Realm securityRealm,
                                     java.util.Map details)


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.