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

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

public class HttpServletAuthenticationFiltersProvider
extends AuthenticationFiltersProvider<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Constructor Summary
HttpServletAuthenticationFiltersProvider(AuthenticationChallengeFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationChallengeFilter)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.filters.AuthenticationFiltersProvider
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServletAuthenticationFiltersProvider

@Inject
public HttpServletAuthenticationFiltersProvider(AuthenticationChallengeFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationChallengeFilter)


Copyright © 2004-2011. All Rights Reserved.