Uses of Class
org.passay.PasswordData.Origin
-
Packages that use PasswordData.Origin Package Description org.passay -
-
Uses of PasswordData.Origin in org.passay
Methods in org.passay that return PasswordData.Origin Modifier and Type Method Description PasswordData.Origin
PasswordData. getOrigin()
Returns the origin.static PasswordData.Origin
PasswordData.Origin. valueOf(String name)
Returns the enum constant of this type with the specified name.static PasswordData.Origin[]
PasswordData.Origin. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.passay with parameters of type PasswordData.Origin Modifier and Type Method Description void
PasswordData. setOrigin(PasswordData.Origin o)
Sets the origin.Constructors in org.passay with parameters of type PasswordData.Origin Constructor Description PasswordData(String u, String p, PasswordData.Origin o)
Creates a new password data.PasswordData(String p, PasswordData.Origin o)
Creates a new password data.
-