com.basecmp.core.security.filter
Class SecurityFilter

java.lang.Object
  extended bycom.basecmp.core.security.filter.SecurityFilter

public class SecurityFilter
extends java.lang.Object

TODO Write Class-Description Created on 08.05.2004

Author:
Wolfgang Schröder

Field Summary
static java.lang.String INIT_PARAM_AUTH_METHOD
           
static java.lang.String INIT_PARAM_CLASS_LOGINCONSTRAINT
           
static java.lang.String INIT_PARAM_CLASS_SECURITY_REALM
           
static java.lang.String INIT_PARAM_EXCLUDE_PATH_PATTERN
           
static java.lang.String INIT_PARAM_LOGINPAGE
           
static java.lang.String INIT_PARAM_LOGINPATTERN
           
static java.lang.String INIT_PARAM_LOGOUTPATTERN
           
static java.lang.String INIT_PARAM_STANDARD_PAGE
           
static java.lang.String INIT_PARAM_UNAUTHORIZED_PAGE
           
 
Constructor Summary
SecurityFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest req, ServletResponse res, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_PARAM_AUTH_METHOD

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

INIT_PARAM_CLASS_LOGINCONSTRAINT

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

INIT_PARAM_CLASS_SECURITY_REALM

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

INIT_PARAM_EXCLUDE_PATH_PATTERN

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

INIT_PARAM_LOGINPAGE

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

INIT_PARAM_LOGINPATTERN

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

INIT_PARAM_LOGOUTPATTERN

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

INIT_PARAM_STANDARD_PAGE

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

INIT_PARAM_UNAUTHORIZED_PAGE

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

SecurityFilter

public SecurityFilter()
Method Detail

destroy

public void destroy()

doFilter

public void doFilter(ServletRequest req,
                     ServletResponse res,
                     FilterChain filterChain)
              throws java.io.IOException,
                     ServletException
Throws:
java.io.IOException
ServletException

init

public void init(FilterConfig filterConfig)
          throws ServletException
Throws:
ServletException


Copyright © 2004 by basecmp® - Professional Web Solutions