public class AuthenticationHandlerProvider extends Object implements com.google.inject.Provider<List<AuthenticationHandler>>
| Modifier and Type | Field and Description |
|---|---|
protected List<AuthenticationHandler> |
handlers |
| Constructor and Description |
|---|
AuthenticationHandlerProvider(OAuth2AuthenticationHandler oauth2Handler,
UrlParameterAuthenticationHandler urlParam,
OAuthAuthenticationHandler threeLeggedOAuth,
AnonymousAuthenticationHandler anonymous) |
protected List<AuthenticationHandler> handlers
@Inject public AuthenticationHandlerProvider(OAuth2AuthenticationHandler oauth2Handler, UrlParameterAuthenticationHandler urlParam, OAuthAuthenticationHandler threeLeggedOAuth, AnonymousAuthenticationHandler anonymous)
public List<AuthenticationHandler> get()
get in interface javax.inject.Provider<List<AuthenticationHandler>>Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.