public static class UserPasswordException.MustNotBeChangedYet extends UserPasswordException
UserPasswordException.MustBeLonger, UserPasswordException.MustComplyWithModelListeners, UserPasswordException.MustComplyWithRegex, UserPasswordException.MustHaveMoreAlphanumeric, UserPasswordException.MustHaveMoreLowercase, UserPasswordException.MustHaveMoreNumbers, UserPasswordException.MustHaveMoreSymbols, UserPasswordException.MustHaveMoreUppercase, UserPasswordException.MustMatch, UserPasswordException.MustMatchCurrentPassword, UserPasswordException.MustNotBeChanged, UserPasswordException.MustNotBeChangedYet, UserPasswordException.MustNotBeEqualToCurrent, UserPasswordException.MustNotBeNull, UserPasswordException.MustNotBeRecentlyUsed, UserPasswordException.MustNotBeTrivial, UserPasswordException.MustNotContainDictionaryWords
Modifier and Type | Field and Description |
---|---|
java.util.Date |
changeableDate |
java.lang.String |
timeZoneId |
long |
userId |
Constructor and Description |
---|
MustNotBeChangedYet(long userId,
java.util.Date changeableDate)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
#MustNotBeChangedYet(User, Date) |
MustNotBeChangedYet(User user,
java.util.Date changeableDate) |
public final java.util.Date changeableDate
public java.lang.String timeZoneId
public long userId
@Deprecated public MustNotBeChangedYet(long userId, java.util.Date changeableDate)
#MustNotBeChangedYet(User, Date)
public MustNotBeChangedYet(User user, java.util.Date changeableDate)