public static class OAuth2Module.OAuth2RequestProvider extends Object implements com.google.inject.Provider<OAuth2Request>
| Constructor and Description |
|---|
OAuth2Module.OAuth2RequestProvider(OAuth2FetcherConfig config,
HttpFetcher fetcher,
List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<GrantRequestHandler> grantRequestHandlers,
List<ResourceRequestHandler> resourceRequestHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
boolean sendTraceToClient,
OAuth2RequestParameterGenerator requestParameterGenerator) |
@Inject public OAuth2Module.OAuth2RequestProvider(OAuth2FetcherConfig config, HttpFetcher fetcher, List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers, List<ClientAuthenticationHandler> clientAuthenticationHandlers, List<GrantRequestHandler> grantRequestHandlers, List<ResourceRequestHandler> resourceRequestHandlers, List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers, boolean sendTraceToClient, OAuth2RequestParameterGenerator requestParameterGenerator)
public OAuth2Request get()
get in interface javax.inject.Provider<OAuth2Request>Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.