Uses of Enum Class
com.atlassian.crowd.embedded.api.PasswordScore
Packages that use PasswordScore
-
Uses of PasswordScore in com.atlassian.crowd.embedded.api
Methods in com.atlassian.crowd.embedded.api that return PasswordScoreModifier and TypeMethodDescriptionstatic PasswordScorePasswordScore.fromRanking(long ranking) 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 PasswordScoreReturns the enum constant of this class with the specified name.static PasswordScore[]PasswordScore.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.crowd.embedded.api with parameters of type PasswordScoreModifier and TypeMethodDescriptionbooleanPasswordScore.isAtLeast(PasswordScore minimumScore) Uses an internal ranking to compare the scores and determine if it is 'just as strong'.