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

Method Summary
 PasswordScore computeScore(String password, String... userData)
           
 

Method Detail

computeScore

PasswordScore computeScore(String password,
                           String... userData)
Parameters:
password - the trial password
userData - user-specific data which should not be in the password.
Returns:
the score computed for the password


Copyright © 2013. All rights reserved.