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(UrlParameterAuthenticationHandler urlParam,
OAuthAuthenticationHandler threeLeggedOAuth,
AnonymousAuthenticationHandler anonymous) |
protected List<AuthenticationHandler> handlers
@Inject public AuthenticationHandlerProvider(UrlParameterAuthenticationHandler urlParam, OAuthAuthenticationHandler threeLeggedOAuth, AnonymousAuthenticationHandler anonymous)
public List<AuthenticationHandler> get()
get in interface com.google.inject.Provider<List<AuthenticationHandler>>Copyright © 2007-2012. All Rights Reserved.