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 |
---|---|
Date |
changeableDate |
String |
timeZoneId |
long |
userId |
PASSWORD_ALREADY_USED, PASSWORD_CONTAINS_TRIVIAL_WORDS, PASSWORD_INVALID, PASSWORD_LENGTH, PASSWORD_NOT_CHANGEABLE, PASSWORD_SAME_AS_CURRENT, PASSWORD_TOO_TRIVIAL, PASSWORD_TOO_YOUNG, PASSWORDS_DO_NOT_MATCH
Constructor and Description |
---|
MustNotBeChangedYet(long userId,
Date changeableDate)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
#MustNotBeChangedYet(User, Date) |
MustNotBeChangedYet(User user,
Date changeableDate) |
getType
public final Date changeableDate
public String timeZoneId
public long userId
@Deprecated public MustNotBeChangedYet(long userId, Date changeableDate)
#MustNotBeChangedYet(User, Date)
public MustNotBeChangedYet(User user, Date changeableDate)