com.atlassian.bamboo.filter
Class SeraphLoginFilter

java.lang.Object
  extended by com.atlassian.bamboo.filter.SeraphLoginFilter

public class SeraphLoginFilter
extends Object


Field Summary
static String USER_TOKEN_KEY
           
 
Constructor Summary
SeraphLoginFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
           
 void init(FilterConfig filterConfig)
           
 void setUserDetailsService(UserDetailsService userDetailsService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER_TOKEN_KEY

public static final String USER_TOKEN_KEY
See Also:
Constant Field Values
Constructor Detail

SeraphLoginFilter

public SeraphLoginFilter()
Method Detail

init

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

doFilter

public void doFilter(ServletRequest request,
                     ServletResponse response,
                     FilterChain chain)
              throws IOException,
                     ServletException
Throws:
IOException
ServletException

destroy

public void destroy()

setUserDetailsService

public void setUserDetailsService(UserDetailsService userDetailsService)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.