| 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 |
BearerTokenHandler
See
ResourceRequestHandler
Handles the mac token type |
class |
MacTokenHandler
See
ResourceRequestHandler
Handles the mac token type |
| Modifier and Type | Method and Description |
|---|---|
static List<ResourceRequestHandler> |
OAuth2HandlerModule.provideTokenHandlers(BearerTokenHandler bearerTokenHandler,
MacTokenHandler macTokenHandler) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.