public class UserPasswordException extends PortalException
Modifier and Type | Class and Description |
---|---|
static class |
UserPasswordException.MustBeLonger |
static class |
UserPasswordException.MustComplyWithModelListeners |
static class |
UserPasswordException.MustComplyWithRegex |
static class |
UserPasswordException.MustHaveMoreAlphanumeric |
static class |
UserPasswordException.MustHaveMoreLowercase |
static class |
UserPasswordException.MustHaveMoreNumbers |
static class |
UserPasswordException.MustHaveMoreSymbols |
static class |
UserPasswordException.MustHaveMoreUppercase |
static class |
UserPasswordException.MustMatch |
static class |
UserPasswordException.MustMatchCurrentPassword |
static class |
UserPasswordException.MustNotBeChanged |
static class |
UserPasswordException.MustNotBeChangedYet |
static class |
UserPasswordException.MustNotBeEqualToCurrent |
static class |
UserPasswordException.MustNotBeNull |
static class |
UserPasswordException.MustNotBeRecentlyUsed |
static class |
UserPasswordException.MustNotBeTrivial |
static class |
UserPasswordException.MustNotContainDictionaryWords |
Modifier and Type | Field and Description |
---|---|
static int |
PASSWORD_ALREADY_USED
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_CONTAINS_TRIVIAL_WORDS
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_INVALID
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_LENGTH
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_NOT_CHANGEABLE
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_SAME_AS_CURRENT
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_TOO_TRIVIAL
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORD_TOO_YOUNG
Deprecated.
As of Wilberforce (7.0.x)
|
static int |
PASSWORDS_DO_NOT_MATCH
Deprecated.
As of Wilberforce (7.0.x)
|
Constructor and Description |
---|
UserPasswordException(int type)
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
Modifier and Type | Method and Description |
---|---|
int |
getType()
Deprecated.
As of Wilberforce (7.0.x), replaced by the inner classes
|
@Deprecated public static final int PASSWORD_ALREADY_USED
@Deprecated public static final int PASSWORD_CONTAINS_TRIVIAL_WORDS
@Deprecated public static final int PASSWORD_INVALID
@Deprecated public static final int PASSWORD_LENGTH
@Deprecated public static final int PASSWORD_NOT_CHANGEABLE
@Deprecated public static final int PASSWORD_SAME_AS_CURRENT
@Deprecated public static final int PASSWORD_TOO_TRIVIAL
@Deprecated public static final int PASSWORD_TOO_YOUNG
@Deprecated public static final int PASSWORDS_DO_NOT_MATCH