Class UnauthenticatedRefreshTokenValidator
- java.lang.Object
-
- org.apache.oltu.oauth2.common.validators.AbstractValidator<HttpServletRequest>
-
- org.apache.oltu.oauth2.as.validator.UnauthenticatedRefreshTokenValidator
-
- All Implemented Interfaces:
OAuthValidator<HttpServletRequest>
public class UnauthenticatedRefreshTokenValidator extends AbstractValidator<HttpServletRequest>
Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type. This validator does NOT enforce client authentication.
-
-
Constructor Summary
Constructors Constructor Description UnauthenticatedRefreshTokenValidator()
-
Method Summary
-
Methods inherited from class org.apache.oltu.oauth2.common.validators.AbstractValidator
performAllValidations, validateClientAuthenticationCredentials, validateContentType, validateMethod, validateNotAllowedParameters, validateOptionalParameters, validateRequiredParameters
-
-