net.sf.jguard.jee
Class HttpServletAuthenticationChallengeFilter

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

public class HttpServletAuthenticationChallengeFilter
extends AuthenticationChallengeFilter<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Constructor Summary
HttpServletAuthenticationChallengeFilter(AuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationServicePoint, com.google.inject.Provider<JGuardCallbackHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> jGuardCallbackHandlerProvider, AuthenticationManager authenticationManager)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.filters.AuthenticationChallengeFilter
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

HttpServletAuthenticationChallengeFilter

@Inject
public HttpServletAuthenticationChallengeFilter(AuthenticationServicePoint<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationServicePoint,
                                                       com.google.inject.Provider<JGuardCallbackHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>> jGuardCallbackHandlerProvider,
                                                       AuthenticationManager authenticationManager)


Copyright © 2004-2011. All Rights Reserved.