Uses of Enum Class
org.miaixz.bus.core.data.Strength.PASSWD_LEVEL
Packages that use Strength.PASSWD_LEVEL
-
Uses of Strength.PASSWD_LEVEL in org.miaixz.bus.core.data
Methods in org.miaixz.bus.core.data that return Strength.PASSWD_LEVELModifier and TypeMethodDescriptionstatic Strength.PASSWD_LEVELGet password strength level, includes easy, midium, strong, very strong, extremely strongstatic Strength.PASSWD_LEVELReturns the enum constant of this class with the specified name.static Strength.PASSWD_LEVEL[]Strength.PASSWD_LEVEL.values()Returns an array containing the constants of this enum class, in the order they are declared.