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

java.lang.Object
  extended by org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
      extended by org.eclipse.jetty.security.jaspi.modules.FormAuthModule
All Implemented Interfaces:
javax.security.auth.message.config.ServerAuthContext, javax.security.auth.message.module.ServerAuthModule, javax.security.auth.message.ServerAuth

Deprecated. use *ServerAuthentication

public class FormAuthModule
extends BaseAuthModule

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

Field Summary
static java.lang.String __J_AUTHENTICATED
          Deprecated.  
static java.lang.String __J_PASSWORD
          Deprecated.  
static java.lang.String __J_SECURITY_CHECK
          Deprecated.  
static java.lang.String __J_URI
          Deprecated.  
static java.lang.String __J_USERNAME
          Deprecated.  
static java.lang.String ERROR_PAGE_KEY
          Deprecated.  
static java.lang.String LOGIN_PAGE_KEY
          Deprecated.  
static java.lang.String SSO_SOURCE_KEY
          Deprecated.  
 
Fields inherited from class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
callbackHandler, LOGIN_SERVICE_KEY
 
Constructor Summary
FormAuthModule()
          Deprecated.  
FormAuthModule(javax.security.auth.callback.CallbackHandler callbackHandler, CrossContextPsuedoSession<UserInfo> ssoSource, java.lang.String loginPage, java.lang.String errorPage)
          Deprecated.  
FormAuthModule(javax.security.auth.callback.CallbackHandler callbackHandler, java.lang.String loginPage, java.lang.String errorPage)
          Deprecated.  
 
Method Summary
 void initialize(javax.security.auth.message.MessagePolicy requestPolicy, javax.security.auth.message.MessagePolicy responsePolicy, javax.security.auth.callback.CallbackHandler handler, java.util.Map options)
          Deprecated.  
 boolean isLoginOrErrorPage(java.lang.String pathInContext)
          Deprecated.  
 javax.security.auth.message.AuthStatus validateRequest(javax.security.auth.message.MessageInfo messageInfo, javax.security.auth.Subject clientSubject, javax.security.auth.Subject serviceSubject)
          Deprecated.  
 
Methods inherited from class org.eclipse.jetty.security.jaspi.modules.BaseAuthModule
cleanSubject, getSupportedMessageTypes, isMandatory, login, login, secureResponse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__J_URI

public static final java.lang.String __J_URI
Deprecated. 
See Also:
Constant Field Values

__J_AUTHENTICATED

public static final java.lang.String __J_AUTHENTICATED
Deprecated. 
See Also:
Constant Field Values

__J_SECURITY_CHECK

public static final java.lang.String __J_SECURITY_CHECK
Deprecated. 
See Also:
Constant Field Values

__J_USERNAME

public static final java.lang.String __J_USERNAME
Deprecated. 
See Also:
Constant Field Values

__J_PASSWORD

public static final java.lang.String __J_PASSWORD
Deprecated. 
See Also:
Constant Field Values

LOGIN_PAGE_KEY

public static final java.lang.String LOGIN_PAGE_KEY
Deprecated. 
See Also:
Constant Field Values

ERROR_PAGE_KEY

public static final java.lang.String ERROR_PAGE_KEY
Deprecated. 
See Also:
Constant Field Values

SSO_SOURCE_KEY

public static final java.lang.String SSO_SOURCE_KEY
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

FormAuthModule

public FormAuthModule()
Deprecated. 

FormAuthModule

public FormAuthModule(javax.security.auth.callback.CallbackHandler callbackHandler,
                      java.lang.String loginPage,
                      java.lang.String errorPage)
Deprecated. 

FormAuthModule

public FormAuthModule(javax.security.auth.callback.CallbackHandler callbackHandler,
                      CrossContextPsuedoSession<UserInfo> ssoSource,
                      java.lang.String loginPage,
                      java.lang.String errorPage)
Deprecated. 
Method Detail

initialize

public void initialize(javax.security.auth.message.MessagePolicy requestPolicy,
                       javax.security.auth.message.MessagePolicy responsePolicy,
                       javax.security.auth.callback.CallbackHandler handler,
                       java.util.Map options)
                throws javax.security.auth.message.AuthException
Deprecated. 
Specified by:
initialize in interface javax.security.auth.message.module.ServerAuthModule
Overrides:
initialize in class BaseAuthModule
Throws:
javax.security.auth.message.AuthException

validateRequest

public javax.security.auth.message.AuthStatus validateRequest(javax.security.auth.message.MessageInfo messageInfo,
                                                              javax.security.auth.Subject clientSubject,
                                                              javax.security.auth.Subject serviceSubject)
                                                       throws javax.security.auth.message.AuthException
Deprecated. 
Specified by:
validateRequest in interface javax.security.auth.message.ServerAuth
Overrides:
validateRequest in class BaseAuthModule
Throws:
javax.security.auth.message.AuthException

isLoginOrErrorPage

public boolean isLoginOrErrorPage(java.lang.String pathInContext)
Deprecated. 


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.