org.eclipse.jetty.client.security
类 DigestAuthentication

java.lang.Object
  继承者 org.eclipse.jetty.client.security.DigestAuthentication
所有已实现的接口:
Authentication

public class DigestAuthentication
extends Object
implements Authentication


构造方法摘要
DigestAuthentication(Realm realm, Map details)
           
 
方法摘要
protected  String newCnonce(HttpExchange exchange, Realm securityRealm, Map details)
           
protected  String newResponse(String cnonce, HttpExchange exchange, Realm securityRealm, Map details)
           
 void setCredentials(HttpExchange exchange)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DigestAuthentication

public DigestAuthentication(Realm realm,
                            Map details)
方法详细信息

setCredentials

public void setCredentials(HttpExchange exchange)
                    throws IOException
指定者:
接口 Authentication 中的 setCredentials
抛出:
IOException

newResponse

protected String newResponse(String cnonce,
                             HttpExchange exchange,
                             Realm securityRealm,
                             Map details)

newCnonce

protected String newCnonce(HttpExchange exchange,
                           Realm securityRealm,
                           Map details)


Copyright © 2013. All Rights Reserved.