Uses of Enum
org.passay.support.Origin
Packages that use Origin
-
Uses of Origin in org.passay
Fields in org.passay declared as OriginModifier and TypeFieldDescriptionprivate final OriginPasswordData.originOrigin of this password.Methods in org.passay that return OriginConstructors in org.passay with parameters of type OriginModifierConstructorDescriptionPasswordData(CharSequence username, CharSequence password, Origin origin) Creates a new password data.PasswordData(CharSequence username, CharSequence password, Origin origin, List<Reference> references) Creates a new password data.PasswordData(CharSequence username, CharSequence password, Origin origin, Reference... references) Creates a new password data.PasswordData(CharSequence password, Origin origin) Creates a new password data.PasswordData(UnicodeString password, Origin origin) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Origin origin) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Origin origin, List<Reference> references) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Origin origin, Reference... references) Creates a new password data. -
Uses of Origin in org.passay.support
Methods in org.passay.support that return Origin