org.eclipse.jetty.client.security
类 DigestAuthentication
java.lang.Object
org.eclipse.jetty.client.security.DigestAuthentication
- 所有已实现的接口:
- Authentication
public class DigestAuthentication
- extends Object
- implements Authentication
| 从类 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.