| Package | Description | 
|---|---|
| org.passay | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PasswordData.AbstractReferenceCommon password reference implementation. | 
| static class  | PasswordData.HistoricalReferenceReference to an historical password. | 
| static class  | PasswordData.SourceReferenceReference to a source password. | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends PasswordData.Reference> | PasswordData. getPasswordReferences(Class<T> type)Returns the password references that match the supplied reference type. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<PasswordData.Reference> | PasswordData. getPasswordReferences()Returns the password references. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected boolean | DigestSourceRule. matches(String password,
       PasswordData.Reference reference)Determines whether a digested password matches a reference value. | 
| protected boolean | HistoryRule. matches(String password,
       PasswordData.Reference reference)Determines whether a password matches an historical password. | 
| protected boolean | SourceRule. matches(String password,
       PasswordData.Reference reference)Determines whether a password matches a source password. | 
| protected boolean | DigestHistoryRule. matches(String password,
       PasswordData.Reference reference)Determines whether a digested password matches a reference value. | 
| void | PasswordData. setPasswordReferences(PasswordData.Reference... r)Sets the password references. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PasswordData. setPasswordReferences(List<PasswordData.Reference> l)Sets the password references. | 
| Constructor and Description | 
|---|
| PasswordData(String u,
            String p,
            List<PasswordData.Reference> r)Creates a new password data. | 
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.