Package org.passay.support
Class SourceReference
java.lang.Object
org.passay.support.AbstractReference
org.passay.support.SourceReference
- All Implemented Interfaces:
Reference
Reference to a source password.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceReference(CharSequence password) Creates a new source reference.SourceReference(String label, CharSequence password) Creates a new source reference.SourceReference(String label, CharSequence password, Salt salt) Creates a new source reference.SourceReference(String label, UnicodeString password) Creates a new source reference.SourceReference(String label, UnicodeString password, Salt salt) Creates a new source reference.SourceReference(UnicodeString password) Creates a new source reference. -
Method Summary
Methods inherited from class org.passay.support.AbstractReference
clear, getLabel, getPassword, getSalt, toString
-
Constructor Details
-
SourceReference
Creates a new source reference.- Parameters:
password- password string
-
SourceReference
Creates a new source reference.- Parameters:
password- password string
-
SourceReference
Creates a new source reference.- Parameters:
label- label for this passwordpassword- password string
-
SourceReference
Creates a new source reference.- Parameters:
label- label for this passwordpassword- password string
-
SourceReference
Creates a new source reference.- Parameters:
label- label for this passwordpassword- password stringsalt- salt that was applied to password
-
SourceReference
Creates a new source reference.- Parameters:
label- label for this passwordpassword- password stringsalt- salt that was applied to password
-