Class UnauthenticatedAuthorizationCodeValidator

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

public class UnauthenticatedAuthorizationCodeValidator extends AbstractValidator<HttpServletRequest>
Validator that checks for the required fields for an OAuth Token request with the Authorization Code grant type. This validator does NOT enforce client authentication.
  • Constructor Details

    • UnauthenticatedAuthorizationCodeValidator

      public UnauthenticatedAuthorizationCodeValidator()