| Package | Description |
|---|---|
| org.apache.shindig.gadgets.oauth2 | |
| org.apache.shindig.gadgets.oauth2.handler | |
| org.apache.shindig.gadgets.oauth2.persistence |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Token.setMacSecret(byte[] secret)
For use with the MAC token specification.
|
void |
OAuth2Token.setSecret(byte[] secret)
Setter for secret property
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
GrantRequestHandler.getAuthorizationRequest(OAuth2Accessor accessor,
String completeAuthorizationUrl)
If
GrantRequestHandler.isRedirectRequired() is false the system will executes this
request. |
HttpRequest |
CodeGrantTypeHandler.getAuthorizationRequest(OAuth2Accessor accessor,
String completeAuthorizationUrl) |
HttpRequest |
ClientCredentialsGrantTypeHandler.getAuthorizationRequest(OAuth2Accessor accessor,
String completeAuthorizationUrl) |
String |
GrantRequestHandler.getCompleteUrl(OAuth2Accessor accessor)
Url to send redirects to.
|
String |
CodeGrantTypeHandler.getCompleteUrl(OAuth2Accessor accessor) |
String |
ClientCredentialsGrantTypeHandler.getCompleteUrl(OAuth2Accessor accessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2TokenPersistence.setMacSecret(byte[] secret) |
void |
OAuth2TokenPersistence.setSecret(byte[] secret) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.