org.codelabor.system.login.web.filters
Class MockAuthenticationFilter

java.lang.Object
  extended by org.codelabor.system.web.filters.BaseFilterImpl
      extended by org.codelabor.system.login.web.filters.AbstractAuthenticationFilter
          extended by org.codelabor.system.login.web.filters.MockAuthenticationFilter
All Implemented Interfaces:
javax.servlet.Filter

public class MockAuthenticationFilter
extends AbstractAuthenticationFilter

인증 필터

Author:
Shin Sangjae

Field Summary
 
Fields inherited from class org.codelabor.system.web.filters.BaseFilterImpl
servletContext
 
Constructor Summary
MockAuthenticationFilter()
           
 
Method Summary
 void forwardLoginPage(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 boolean isAuthenticated(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          인증 여부를 확인한다.
 
Methods inherited from class org.codelabor.system.login.web.filters.AbstractAuthenticationFilter
init, postprocessFilterChain, preprocessFilterChain
 
Methods inherited from class org.codelabor.system.web.filters.BaseFilterImpl
destroy, doFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAuthenticationFilter

public MockAuthenticationFilter()
Method Detail

isAuthenticated

public boolean isAuthenticated(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
인증 여부를 확인한다.

Specified by:
isAuthenticated in class AbstractAuthenticationFilter
Parameters:
request - 요청
response - 응답
Returns:
인증 여부

forwardLoginPage

public void forwardLoginPage(javax.servlet.http.HttpServletRequest request,
                             javax.servlet.http.HttpServletResponse response)
                      throws Exception
Specified by:
forwardLoginPage in class AbstractAuthenticationFilter
Throws:
Exception


Copyright © 2010 CODELABOR. All Rights Reserved.