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) $

字段摘要
protected  long maxNonceAge
          已过时。  
protected  long nonceSecret
          已过时。  
protected  boolean useStale
          已过时。  
 
从类 org.eclipse.jetty.security.jaspi.modules.BaseAuthModule 继承的字段
callbackHandler, LOGIN_SERVICE_KEY
 
构造方法摘要
DigestAuthModule()
          已过时。  
DigestAuthModule(CallbackHandler callbackHandler, String realmName)
          已过时。  
 
方法摘要
 int checkNonce(String nonce, long timestamp)
          已过时。  
 void initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map options)
          已过时。  
 String newNonce(long ts)
          已过时。  
 AuthStatus validateRequest(MessageInfo messageInfo, Subject clientSubject, Subject serviceSubject)
          已过时。  
 
从类 org.eclipse.jetty.security.jaspi.modules.BaseAuthModule 继承的方法
cleanSubject, getSupportedMessageTypes, isMandatory, login, login, secureResponse
 
从类 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.