Class AuthorizationCodeValidator

java.lang.Object
org.apache.oltu.oauth2.common.validators.AbstractValidator<HttpServletRequest>
org.apache.oltu.oauth2.as.validator.AuthorizationCodeValidator
All Implemented Interfaces:
OAuthValidator<HttpServletRequest>

public class AuthorizationCodeValidator extends AbstractValidator<HttpServletRequest>
Validator that checks for the required fields in an OAuth Token request with the Authorization Code grant type. This validator enforces client authentication either through basic authentication or body parameters.
  • Constructor Details

    • AuthorizationCodeValidator

      public AuthorizationCodeValidator()