| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.handler |
| Constructor and Description |
|---|
BasicOAuth2Request(OAuth2FetcherConfig fetcherConfig,
HttpFetcher fetcher,
List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<GrantRequestHandler> grantRequestHandlers,
List<ResourceRequestHandler> resourceRequestHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
boolean sendTraceToClient,
OAuth2RequestParameterGenerator requestParameterGenerator) |
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) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientCredentialsGrantTypeHandler
See
GrantRequestHandler
Handles the "client_credentials" flow |
class |
CodeGrantTypeHandler
See
GrantRequestHandler
Handles the "authorization_code" flow |
| Modifier and Type | Method and Description |
|---|---|
static List<GrantRequestHandler> |
OAuth2HandlerModule.provideGrantRequestHandlers(ClientCredentialsGrantTypeHandler clientCredentialsGrantTypeHandler,
CodeGrantTypeHandler codeGrantTypeHandler) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.