Package org.apache.oltu.oauth2.as.validator
-
Class Summary Class Description AssertionValidator AuthorizationCodeValidator Validator that checks for the required fields in an OAuth Token request with the Authorization Code grant type.ClientCredentialValidator CodeTokenValidator CodeValidator PasswordValidator RefreshTokenValidator Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type.TokenValidator UnauthenticatedAuthorizationCodeValidator Validator that checks for the required fields for an OAuth Token request with the Authorization Code grant type.UnauthenticatedPasswordValidator UnauthenticatedRefreshTokenValidator Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type.