| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.handler | |
| org.apache.shindig.gadgets.servlet |
| Class and Description |
|---|
| AuthorizationEndpointResponseHandler
When an AuthorizationEndpointResponseHandler is injected into the system it
will be called on every response from the authorization server that it claims
to handle.
|
| ClientAuthenticationHandler
See
OAuth2Accessor.getClientAuthenticationType() See ://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-2.3
Enables injection of new Client Authentication schemes into the system. |
| GrantRequestHandler
Enables injection of new Grant Type schemes into the system.
|
| ResourceRequestHandler
Enables inject of token type handlers to add OAuth2 auth data to resource
requests.
|
| TokenEndpointResponseHandler
When an TokenEndpointResponseHandler is injected into the system it will be
called on every response from the token server that it claims to handle.
|
| Class and Description |
|---|
| AuthorizationEndpointResponseHandler
When an AuthorizationEndpointResponseHandler is injected into the system it
will be called on every response from the authorization server that it claims
to handle.
|
| BasicAuthenticationHandler
See
ClientAuthenticationHandler
Handler for Basic Authentication |
| BearerTokenHandler
See
ResourceRequestHandler
Handles the mac token type |
| ClientAuthenticationHandler
See
OAuth2Accessor.getClientAuthenticationType() See ://tools.ietf.org/html/draft-ietf-oauth-v2-21#section-2.3
Enables injection of new Client Authentication schemes into the system. |
| ClientCredentialsGrantTypeHandler
See
GrantRequestHandler
Handles the "client_credentials" flow |
| CodeAuthorizationResponseHandler
See
AuthorizationEndpointResponseHandler
Handles the "code" flow |
| CodeGrantTypeHandler
See
GrantRequestHandler
Handles the "authorization_code" flow |
| GrantRequestHandler
Enables injection of new Grant Type schemes into the system.
|
| MacTokenHandler
See
ResourceRequestHandler
Handles the mac token type |
| OAuth2HandlerError
Stores an error in the handler layer.
|
| ResourceRequestHandler
Enables inject of token type handlers to add OAuth2 auth data to resource
requests.
|
| StandardAuthenticationHandler
See
ClientAuthenticationHandler
Handler for Basic Authentication |
| TokenAuthorizationResponseHandler
See
TokenEndpointResponseHandler
Handles the "client_credentials" flow |
| TokenEndpointResponseHandler
When an TokenEndpointResponseHandler is injected into the system it will be
called on every response from the token server that it claims to handle.
|
| Class and Description |
|---|
| AuthorizationEndpointResponseHandler
When an AuthorizationEndpointResponseHandler is injected into the system it
will be called on every response from the authorization server that it claims
to handle.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.