Uses of Class
com.codahale.passpol.Status
-
-
Uses of Status in com.codahale.passpol
Methods in com.codahale.passpol that return Status Modifier and Type Method Description StatusPasswordPolicy. check(java.lang.String password)Checks the acceptability of a candidate password.static StatusStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-