This project has retired. For details please refer to its Attic page.
ClientCredentialValidator (Apache Oltu: OAuth 2.0 Implementation - Authorization Server 0.31-incubating-SNAPSHOT API)

org.apache.amber.oauth2.as.validator
Class ClientCredentialValidator

java.lang.Object
  extended by org.apache.amber.oauth2.common.validators.AbstractValidator<javax.servlet.http.HttpServletRequest>
      extended by org.apache.amber.oauth2.as.validator.ClientCredentialValidator
All Implemented Interfaces:
OAuthValidator<javax.servlet.http.HttpServletRequest>

public class ClientCredentialValidator
extends AbstractValidator<javax.servlet.http.HttpServletRequest>


Field Summary
 
Fields inherited from class org.apache.amber.oauth2.common.validators.AbstractValidator
notAllowedParams, optionalParams, requiredParams
 
Constructor Summary
ClientCredentialValidator()
           
 
Method Summary
 
Methods inherited from class org.apache.amber.oauth2.common.validators.AbstractValidator
performAllValidations, validateContentType, validateMethod, validateNotAllowedParameters, validateOptionalParameters, validateRequiredParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientCredentialValidator

public ClientCredentialValidator()


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.