org.apache.amber.oauth2.ext.dynamicreg.client.validators
Class RegistrationValidator

java.lang.Object
  extended by org.apache.amber.oauth2.client.validator.OAuthClientValidator
      extended by org.apache.amber.oauth2.ext.dynamicreg.client.validators.RegistrationValidator

public class RegistrationValidator
extends OAuthClientValidator


Field Summary
protected  Map<String,String[]> optionalParams
           
 
Fields inherited from class org.apache.amber.oauth2.client.validator.OAuthClientValidator
notAllowedParams, requiredParams
 
Constructor Summary
RegistrationValidator()
           
 
Method Summary
 void validateParameters(OAuthClientResponse response)
           
 
Methods inherited from class org.apache.amber.oauth2.client.validator.OAuthClientValidator
validate, validateErrorResponse, validateNotAllowedParameters, validateRequiredParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

optionalParams

protected Map<String,String[]> optionalParams
Constructor Detail

RegistrationValidator

public RegistrationValidator()
Method Detail

validateParameters

public void validateParameters(OAuthClientResponse response)
                        throws OAuthProblemException
Overrides:
validateParameters in class OAuthClientValidator
Throws:
OAuthProblemException


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