public class PasswordHistoryEntry extends Object implements Comparable<PasswordHistoryEntry>, Serializable
| Constructor and Description |
|---|
PasswordHistoryEntry(String password,
Date modificationDate)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PasswordHistoryEntry o) |
boolean |
equals(Object o) |
Date |
getModificationDate() |
String |
getPassword() |
int |
hashCode() |
public int compareTo(PasswordHistoryEntry o)
compareTo in interface Comparable<PasswordHistoryEntry>public String getPassword()
public Date getModificationDate()
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.