| 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 |
BasicAuthenticationHandler
See
ClientAuthenticationHandler
Handler for Basic Authentication |
class |
StandardAuthenticationHandler
See
ClientAuthenticationHandler
Handler for Basic Authentication |
| Modifier and Type | Method and Description |
|---|---|
static List<ClientAuthenticationHandler> |
OAuth2HandlerModule.provideClientAuthenticationHandlers(BasicAuthenticationHandler basicAuthenticationHandler,
StandardAuthenticationHandler standardAuthenticationHandler) |
| Constructor and Description |
|---|
ClientCredentialsGrantTypeHandler(List<ClientAuthenticationHandler> clientAuthenticationHandlers) |
CodeAuthorizationResponseHandler(com.google.inject.Provider<OAuth2Message> oauth2MessageProvider,
List<ClientAuthenticationHandler> clientAuthenticationHandlers,
List<TokenEndpointResponseHandler> tokenEndpointResponseHandlers,
HttpFetcher fetcher) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.