org.cloudfoundry.identity.uaa.scim.validate
Class NullPasswordValidator

java.lang.Object
  extended by org.cloudfoundry.identity.uaa.scim.validate.NullPasswordValidator
All Implemented Interfaces:
PasswordValidator

public class NullPasswordValidator
extends Object
implements PasswordValidator

A no-op password validator.

Author:
Dave Syer

Constructor Summary
NullPasswordValidator()
           
 
Method Summary
 void validate(String password, ScimUser user)
          Validates the password as to whether it is valid for a specific user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPasswordValidator

public NullPasswordValidator()
Method Detail

validate

public void validate(String password,
                     ScimUser user)
              throws InvalidPasswordException
Description copied from interface: PasswordValidator
Validates the password as to whether it is valid for a specific user.

Specified by:
validate in interface PasswordValidator
Parameters:
password - the trial password
user - the user data to whom the password applies
Throws:
InvalidPasswordException


Copyright © 2013. All rights reserved.