org.apache.oltu.oauth2.as.validator
Class RefreshTokenValidator
java.lang.Object
org.apache.oltu.oauth2.common.validators.AbstractValidator<javax.servlet.http.HttpServletRequest>
org.apache.oltu.oauth2.as.validator.RefreshTokenValidator
- All Implemented Interfaces:
- OAuthValidator<javax.servlet.http.HttpServletRequest>
public class RefreshTokenValidator
- extends AbstractValidator<javax.servlet.http.HttpServletRequest>
Validator that checks for the required fields in an OAuth Token request with the Refresh token grant type.
This validator enforces client authentication either through basic authentication or body parameters.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RefreshTokenValidator
public RefreshTokenValidator()
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.