org.cloudfoundry.identity.uaa.scim.validate
Class NullPasswordValidator
java.lang.Object
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
|
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 |
NullPasswordValidator
public NullPasswordValidator()
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 passworduser - the user data to whom the password applies
- Throws:
InvalidPasswordException
Copyright © 2013. All rights reserved.