net.sf.jguard.jee.authentication.filters
Class HttpServletGuestAuthenticationFilter

java.lang.Object
  extended by net.sf.jguard.core.authentication.filters.AuthenticationFilter<Req,Res>
      extended by net.sf.jguard.core.authentication.filters.GuestAuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>
          extended by net.sf.jguard.jee.authentication.filters.HttpServletGuestAuthenticationFilter
All Implemented Interfaces:
Filter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

public class HttpServletGuestAuthenticationFilter
extends GuestAuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Constructor Summary
HttpServletGuestAuthenticationFilter(Subject guestSubject, AuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> httpServletRequestHttpServletResponseAuthenticationServicePoint)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.filters.GuestAuthenticationFilter
doFilter
 
Methods inherited from class net.sf.jguard.core.authentication.filters.AuthenticationFilter
propagateWithSecurity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletGuestAuthenticationFilter

@Inject
public HttpServletGuestAuthenticationFilter(Subject guestSubject,
                                                   AuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> httpServletRequestHttpServletResponseAuthenticationServicePoint)


Copyright © 2004-2011. All Rights Reserved.