net.sf.jguard.jee
Class HttpServletGuestAuthenticationSchemeHandlersProvider

java.lang.Object
  extended by net.sf.jguard.jee.HttpServletGuestAuthenticationSchemeHandlersProvider
All Implemented Interfaces:
javax.inject.Provider<Collection<AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>

public class HttpServletGuestAuthenticationSchemeHandlersProvider
extends Object
implements com.google.inject.Provider<Collection<AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse>>>

Author:
Charles Gay

Constructor Summary
HttpServletGuestAuthenticationSchemeHandlersProvider(AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationSchemeHandler)
           
 
Method Summary
 Collection<AuthenticationSchemeHandler<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

HttpServletGuestAuthenticationSchemeHandlersProvider

@Inject
public HttpServletGuestAuthenticationSchemeHandlersProvider(AuthenticationSchemeHandler<javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse> authenticationSchemeHandler)
Method Detail

get

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


Copyright © 2004-2011. All Rights Reserved.