|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.social.core.oauth2.validators.ClientCredentialsGrantValidator
public class ClientCredentialsGrantValidator
| Constructor Summary | |
|---|---|
ClientCredentialsGrantValidator(OAuth2DataService service)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGrantType()
Indicates the grant type this handler is registered to handle. |
void |
setOAuth2DataService(OAuth2DataService service)
|
void |
validateRequest(OAuth2NormalizedRequest req)
Validates an OAuth 2.0 request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Inject public ClientCredentialsGrantValidator(OAuth2DataService service)
| Method Detail |
|---|
public void setOAuth2DataService(OAuth2DataService service)
public java.lang.String getGrantType()
OAuth2GrantValidator
getGrantType in interface OAuth2GrantValidator
public void validateRequest(OAuth2NormalizedRequest req)
throws OAuth2Exception
OAuth2RequestValidator
validateRequest in interface OAuth2RequestValidatorreq - is the normalized OAuth 2.0 request to validate
OAuth2Exception - if the request failed to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||