org.eclipse.jetty.security.jaspi.modules
类 DigestAuthModule
java.lang.Object
org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
org.eclipse.jetty.security.jaspi.modules.DigestAuthModule
- 所有已实现的接口:
- ServerAuthContext, ServerAuthModule, ServerAuth
已过时。 use *ServerAuthentication
public class DigestAuthModule
- extends BaseAuthModule
- 版本:
- $Rev: 4627 $ $Date: 2009-02-20 00:07:19 +0100 (Fri, 20 Feb 2009) $
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxNonceAge
protected long maxNonceAge
- 已过时。
nonceSecret
protected long nonceSecret
- 已过时。
useStale
protected boolean useStale
- 已过时。
DigestAuthModule
public DigestAuthModule()
- 已过时。
DigestAuthModule
public DigestAuthModule(CallbackHandler callbackHandler,
String realmName)
- 已过时。
initialize
public void initialize(MessagePolicy requestPolicy,
MessagePolicy responsePolicy,
CallbackHandler handler,
Map options)
throws AuthException
- 已过时。
- 指定者:
- 接口
ServerAuthModule 中的 initialize - 覆盖:
- 类
BaseAuthModule 中的 initialize
- 抛出:
AuthException
validateRequest
public AuthStatus validateRequest(MessageInfo messageInfo,
Subject clientSubject,
Subject serviceSubject)
throws AuthException
- 已过时。
- 指定者:
- 接口
ServerAuth 中的 validateRequest - 覆盖:
- 类
BaseAuthModule 中的 validateRequest
- 抛出:
AuthException
newNonce
public String newNonce(long ts)
- 已过时。
checkNonce
public int checkNonce(String nonce,
long timestamp)
- 已过时。
- 参数:
nonce - timestamp - should be timestamp of request.
- 返回:
- -1 for a bad nonce, 0 for a stale none, 1 for a good nonce
Copyright © 2013. All Rights Reserved.