org.eclipse.jetty.security.jaspi.modules
类 FormAuthModule

java.lang.Object
  继承者 org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
      继承者 org.eclipse.jetty.security.jaspi.modules.FormAuthModule
所有已实现的接口:
ServerAuthContext, ServerAuthModule, ServerAuth

已过时。 use *ServerAuthentication

public class FormAuthModule
extends BaseAuthModule

版本:
$Rev: 4792 $ $Date: 2009-03-18 22:55:52 +0100 (Wed, 18 Mar 2009) $

字段摘要
static String __J_AUTHENTICATED
          已过时。  
static String __J_PASSWORD
          已过时。  
static String __J_SECURITY_CHECK
          已过时。  
static String __J_URI
          已过时。  
static String __J_USERNAME
          已过时。  
static String ERROR_PAGE_KEY
          已过时。  
static String LOGIN_PAGE_KEY
          已过时。  
static String SSO_SOURCE_KEY
          已过时。  
 
从类 org.eclipse.jetty.security.jaspi.modules.BaseAuthModule 继承的字段
callbackHandler, LOGIN_SERVICE_KEY
 
构造方法摘要
FormAuthModule()
          已过时。  
FormAuthModule(CallbackHandler callbackHandler, CrossContextPsuedoSession<UserInfo> ssoSource, String loginPage, String errorPage)
          已过时。  
FormAuthModule(CallbackHandler callbackHandler, String loginPage, String errorPage)
          已过时。  
 
方法摘要
 void initialize(MessagePolicy requestPolicy, MessagePolicy responsePolicy, CallbackHandler handler, Map options)
          已过时。  
 boolean isJSecurityCheck(String uri)
          已过时。  
 boolean isLoginOrErrorPage(String pathInContext)
          已过时。  
 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
 

字段详细信息

__J_URI

public static final String __J_URI
已过时。 
另请参见:
常量字段值

__J_AUTHENTICATED

public static final String __J_AUTHENTICATED
已过时。 
另请参见:
常量字段值

__J_SECURITY_CHECK

public static final String __J_SECURITY_CHECK
已过时。 
另请参见:
常量字段值

__J_USERNAME

public static final String __J_USERNAME
已过时。 
另请参见:
常量字段值

__J_PASSWORD

public static final String __J_PASSWORD
已过时。 
另请参见:
常量字段值

LOGIN_PAGE_KEY

public static final String LOGIN_PAGE_KEY
已过时。 
另请参见:
常量字段值

ERROR_PAGE_KEY

public static final String ERROR_PAGE_KEY
已过时。 
另请参见:
常量字段值

SSO_SOURCE_KEY

public static final String SSO_SOURCE_KEY
已过时。 
另请参见:
常量字段值
构造方法详细信息

FormAuthModule

public FormAuthModule()
已过时。 

FormAuthModule

public FormAuthModule(CallbackHandler callbackHandler,
                      String loginPage,
                      String errorPage)
已过时。 

FormAuthModule

public FormAuthModule(CallbackHandler callbackHandler,
                      CrossContextPsuedoSession<UserInfo> ssoSource,
                      String loginPage,
                      String errorPage)
已过时。 
方法详细信息

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

isJSecurityCheck

public boolean isJSecurityCheck(String uri)
已过时。 

isLoginOrErrorPage

public boolean isLoginOrErrorPage(String pathInContext)
已过时。 


Copyright © 2013. All Rights Reserved.