com.basecmp.core.security.filter
Class SecurityFilter
java.lang.Object
com.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
|
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 |
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
SecurityFilter
public SecurityFilter()
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