Uses of Interface
org.cloudfoundry.identity.uaa.scim.endpoints.PasswordScoreCalculator

Packages that use PasswordScoreCalculator
org.cloudfoundry.identity.uaa.password   
 

Uses of PasswordScoreCalculator in org.cloudfoundry.identity.uaa.password
 

Classes in org.cloudfoundry.identity.uaa.password that implement PasswordScoreCalculator
 class ZxcvbnPasswordScoreCalculator
          A PasswordScoreCalculator that uses the Zxcvbn scala library to compute the strength of a given password.
 

Methods in org.cloudfoundry.identity.uaa.password with parameters of type PasswordScoreCalculator
 void ZxcvbnPasswordValidator.setScoreCalculator(PasswordScoreCalculator scoreCalculator)
           
 void PasswordCheckEndpoint.setScoreCalculator(PasswordScoreCalculator scoreCalculator)
           
 



Copyright © 2013. All rights reserved.