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

java.lang.Object
  extended by net.sf.jguard.jee.authentication.filters.HttpServletGuestAuthenticationFiltersProvider
All Implemented Interfaces:
javax.inject.Provider<List<AuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>

public class HttpServletGuestAuthenticationFiltersProvider
extends Object
implements com.google.inject.Provider<List<AuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>

Author:
Charles Gay

Constructor Summary
HttpServletGuestAuthenticationFiltersProvider(HttpServletGuestAuthenticationFilter guestAuthenticationFilter)
           
 
Method Summary
 List<AuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletGuestAuthenticationFiltersProvider

@Inject
public HttpServletGuestAuthenticationFiltersProvider(HttpServletGuestAuthenticationFilter guestAuthenticationFilter)
Method Detail

get

public List<AuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> get()
Specified by:
get in interface javax.inject.Provider<List<AuthenticationFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>


Copyright © 2004-2011. All Rights Reserved.