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