net.sf.jguard.jee.authentication.schemes
Class HttpAuthenticationSchemeHandlerProvider

java.lang.Object
  extended by net.sf.jguard.core.authentication.schemes.AuthenticationSchemeHandlerProvider<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>
      extended by net.sf.jguard.jee.authentication.schemes.HttpAuthenticationSchemeHandlerProvider
All Implemented Interfaces:
javax.inject.Provider<List<AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>

public class HttpAuthenticationSchemeHandlerProvider
extends AuthenticationSchemeHandlerProvider<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>

Author:
Charles Gay

Field Summary
 
Fields inherited from class net.sf.jguard.core.authentication.schemes.AuthenticationSchemeHandlerProvider
AUTHENTICATION_SCHEME_HANDLER
 
Constructor Summary
HttpAuthenticationSchemeHandlerProvider(URL filterLocation, StatefulScopes authenticationBindings)
           
 
Method Summary
 
Methods inherited from class net.sf.jguard.core.authentication.schemes.AuthenticationSchemeHandlerProvider
get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpAuthenticationSchemeHandlerProvider

@Inject
public HttpAuthenticationSchemeHandlerProvider(URL filterLocation,
                                                      StatefulScopes authenticationBindings)


Copyright © 2004-2011. All Rights Reserved.