| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.handler | |
| org.apache.shindig.gadgets.servlet |
| 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 |
CodeAuthorizationResponseHandler
See
AuthorizationEndpointResponseHandler
Handles the "code" flow |
| Modifier and Type | Method and Description |
|---|---|
static List<AuthorizationEndpointResponseHandler> |
OAuth2HandlerModule.provideAuthorizationEndpointResponseHandlers(CodeAuthorizationResponseHandler codeAuthorizationResponseHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2CallbackServlet.setAuthorizationResponseHandlers(List<AuthorizationEndpointResponseHandler> authorizationEndpointResponseHandlers) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.