com.atlassian.bamboo.filter
Class SeraphLoginFilter
java.lang.Object
com.atlassian.bamboo.filter.SeraphLoginFilter
public class SeraphLoginFilter
- extends Object
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 |
USER_TOKEN_KEY
public static final String USER_TOKEN_KEY
- See Also:
- Constant Field Values
SeraphLoginFilter
public SeraphLoginFilter()
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.