|
||||||||||
| 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.AuthCodeGrantValidator
public class AuthCodeGrantValidator
| Constructor Summary | |
|---|---|
AuthCodeGrantValidator(OAuth2DataService service)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGrantType()
Indicates the grant type this handler is registered to handle. |
void |
validateRequest(OAuth2NormalizedRequest servletRequest)
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 AuthCodeGrantValidator(OAuth2DataService service)
| Method Detail |
|---|
public java.lang.String getGrantType()
OAuth2GrantValidator
getGrantType in interface OAuth2GrantValidator
public void validateRequest(OAuth2NormalizedRequest servletRequest)
throws OAuth2Exception
OAuth2RequestValidator
validateRequest in interface OAuth2RequestValidatorservletRequest - 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 | |||||||||