This project has retired. For details please refer to its
Attic page.
CodeValidator (Apache Oltu: OAuth 2.0 Implementation - Authorization Server 0.31-incubating-SNAPSHOT API)
org.apache.amber.oauth2.as.validator
Class CodeValidator
java.lang.Object
org.apache.amber.oauth2.common.validators.AbstractValidator<javax.servlet.http.HttpServletRequest>
org.apache.amber.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-2013 The Apache Software Foundation. All Rights Reserved.