Uses of Class
com.atlassian.crowd.embedded.api.PasswordScore

Packages that use PasswordScore
com.atlassian.crowd.embedded.api   
 

Uses of PasswordScore in com.atlassian.crowd.embedded.api
 

Methods in com.atlassian.crowd.embedded.api that return PasswordScore
static PasswordScore PasswordScore.fromRanking(long ranking)
           
 PasswordScore PasswordScoreService.getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)
          Analyse a non-encrypted password and determine the score of it according to some method (e.g.
static PasswordScore PasswordScore.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PasswordScore[] PasswordScore.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.crowd.embedded.api with parameters of type PasswordScore
 boolean PasswordScore.isAtLeast(PasswordScore minimumScore)
          Uses an internal ranking to compare the scores and determine if it is 'just as strong'.
 



Copyright © 2015 Atlassian. All Rights Reserved.