This project has retired. For details please refer to its
Attic page.
CodeValidator (Apache Oltu - OAuth 2.0 1.0.1-SNAPSHOT API)
org.apache.oltu.oauth2.as.validator
Class CodeValidator
java.lang.Object
org.apache.oltu.oauth2.common.validators.AbstractValidator<javax.servlet.http.HttpServletRequest>
org.apache.oltu.oauth2.as.validator.CodeValidator
- All Implemented Interfaces:
- OAuthValidator<javax.servlet.http.HttpServletRequest>
public class CodeValidator
- extends AbstractValidator<javax.servlet.http.HttpServletRequest>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CodeValidator
public CodeValidator()
validateMethod
public void validateMethod(javax.servlet.http.HttpServletRequest request)
throws OAuthProblemException
- Specified by:
validateMethod in interface OAuthValidator<javax.servlet.http.HttpServletRequest>- Overrides:
validateMethod in class AbstractValidator<javax.servlet.http.HttpServletRequest>
- Throws:
OAuthProblemException
validateContentType
public void validateContentType(javax.servlet.http.HttpServletRequest request)
throws OAuthProblemException
- Specified by:
validateContentType in interface OAuthValidator<javax.servlet.http.HttpServletRequest>- Overrides:
validateContentType in class AbstractValidator<javax.servlet.http.HttpServletRequest>
- Throws:
OAuthProblemException
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.