Uses of Enum Class
com.atlassian.crowd.embedded.api.PasswordScore
Packages that use PasswordScore
Package
Description
-
Uses of PasswordScore in com.atlassian.crowd.directory.password.constraint
Methods in com.atlassian.crowd.directory.password.constraint that return PasswordScoreConstructors in com.atlassian.crowd.directory.password.constraint with parameters of type PasswordScoreModifierConstructorDescriptionPasswordScoreConstraint(PasswordScore passwordScore, PasswordScoreService passwordScoreService) -
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'. -
Uses of PasswordScore in com.atlassian.crowd.embedded.core
Methods in com.atlassian.crowd.embedded.core that return PasswordScoreModifier and TypeMethodDescriptionNoOpPasswordScoreServiceImpl.getPasswordScore(PasswordCredential passwordCredential, Collection<String> userInfo)