Uses of Interface
org.passay.support.Reference
Packages that use Reference
-
Uses of Reference in org.passay
Fields in org.passay with type parameters of type ReferenceMethods in org.passay with type parameters of type ReferenceModifier and TypeMethodDescriptionPasswordData.getPasswordReferences(Class<T> type) Returns the password references that match the supplied reference type.Methods in org.passay that return types with arguments of type ReferenceModifier and TypeMethodDescriptionPasswordData.getPasswordReferences()Returns the password references.Constructors in org.passay with parameters of type ReferenceModifierConstructorDescriptionPasswordData(CharSequence username, CharSequence password, Origin origin, Reference... references) Creates a new password data.PasswordData(CharSequence username, CharSequence password, Reference... references) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Origin origin, Reference... references) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Reference... references) Creates a new password data.Constructor parameters in org.passay with type arguments of type ReferenceModifierConstructorDescriptionPasswordData(CharSequence username, CharSequence password, List<Reference> references) Creates a new password data.PasswordData(CharSequence username, CharSequence password, Origin origin, List<Reference> references) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, List<Reference> references) Creates a new password data.PasswordData(UnicodeString username, UnicodeString password, Origin origin, List<Reference> references) Creates a new password data. -
Uses of Reference in org.passay.rule
Methods in org.passay.rule with parameters of type ReferenceModifier and TypeMethodDescriptionprotected booleanDigestHistoryRule.matches(UnicodeString password, Reference reference) Determines whether a digested password matches a reference value.protected booleanDigestSourceRule.matches(UnicodeString password, Reference reference) Determines whether a digested password matches a reference value.protected booleanHistoryRule.matches(UnicodeString password, Reference reference) Determines whether a password matches an historical password.protected booleanSourceRule.matches(UnicodeString password, Reference reference) Determines whether a password matches a source password. -
Uses of Reference in org.passay.support
Classes in org.passay.support that implement ReferenceModifier and TypeClassDescriptionclassCommon password reference implementation.classReference to an historical password.classReference to a source password.