| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2.handler |
| Modifier and Type | Method and Description |
|---|---|
OAuth2HandlerError |
StandardAuthenticationHandler.addOAuth2Authentication(HttpRequest request,
OAuth2Accessor accessor) |
OAuth2HandlerError |
ClientAuthenticationHandler.addOAuth2Authentication(HttpRequest request,
OAuth2Accessor accessor)
Handler implementation will modify request as necessary.
|
OAuth2HandlerError |
BasicAuthenticationHandler.addOAuth2Authentication(HttpRequest request,
OAuth2Accessor accessor) |
OAuth2HandlerError |
ResourceRequestHandler.addOAuth2Params(OAuth2Accessor accessor,
HttpRequest request)
Do the handler magic for the token type.
|
OAuth2HandlerError |
MacTokenHandler.addOAuth2Params(OAuth2Accessor accessor,
HttpRequest request) |
OAuth2HandlerError |
BearerTokenHandler.addOAuth2Params(OAuth2Accessor accessor,
HttpRequest request) |
OAuth2HandlerError |
CodeAuthorizationResponseHandler.handleRequest(OAuth2Accessor accessor,
javax.servlet.http.HttpServletRequest request) |
OAuth2HandlerError |
AuthorizationEndpointResponseHandler.handleRequest(OAuth2Accessor accessor,
javax.servlet.http.HttpServletRequest request)
Let the handler do it's magic including any accessor/store updates.
|
OAuth2HandlerError |
TokenEndpointResponseHandler.handleResponse(OAuth2Accessor accessor,
HttpResponse response)
Let the handler do it's magic including any accessor/store updates.
|
OAuth2HandlerError |
TokenAuthorizationResponseHandler.handleResponse(OAuth2Accessor accessor,
HttpResponse response) |
OAuth2HandlerError |
CodeAuthorizationResponseHandler.handleResponse(OAuth2Accessor accessor,
HttpResponse response) |
OAuth2HandlerError |
AuthorizationEndpointResponseHandler.handleResponse(OAuth2Accessor accessor,
HttpResponse response)
Let the handler do it's magic including any accessor/store updates.
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.