org.cloudfoundry.identity.uaa.scim.endpoints
Interface PasswordScoreCalculator
- All Known Implementing Classes:
- ZxcvbnPasswordScoreCalculator
public interface PasswordScoreCalculator
Computes a strength/score for a given password
- Author:
- vidya
computeScore
PasswordScore computeScore(String password,
String... userData)
- Parameters:
password - the trial passworduserData - user-specific data which should not be in the password.
- Returns:
- the score computed for the password
Copyright © 2013. All rights reserved.