|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.liferay.portal.kernel.exception.NestableException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.exception.UserPasswordException
public class UserPasswordException
| Nested Class Summary | |
|---|---|
static class |
UserPasswordException.MustBeLonger
|
static class |
UserPasswordException.MustComplyWithModelListeners
|
static class |
UserPasswordException.MustComplyWithRegex
|
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
|
| Field Summary | |
|---|---|
static int |
PASSWORD_ALREADY_USED
Deprecated. |
static int |
PASSWORD_CONTAINS_TRIVIAL_WORDS
Deprecated. |
static int |
PASSWORD_INVALID
Deprecated. |
static int |
PASSWORD_LENGTH
Deprecated. |
static int |
PASSWORD_NOT_CHANGEABLE
Deprecated. |
static int |
PASSWORD_SAME_AS_CURRENT
Deprecated. |
static int |
PASSWORD_TOO_TRIVIAL
Deprecated. |
static int |
PASSWORD_TOO_YOUNG
Deprecated. |
static int |
PASSWORDS_DO_NOT_MATCH
Deprecated. |
| Constructor Summary | |
|---|---|
UserPasswordException(int type)
Deprecated. As of 7.0.0, replaced by the inner classes |
|
| Method Summary | |
|---|---|
int |
getType()
Deprecated. As of 7.0.0, replaced by the inner classes |
| Methods inherited from class java.lang.Throwable |
|---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@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
| Constructor Detail |
|---|
@Deprecated public UserPasswordException(int type)
| Method Detail |
|---|
@Deprecated public int getType()
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||