Class PasswordWeakException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.logicaldoc.core.security.authentication.AuthenticationException
com.logicaldoc.core.security.authentication.PasswordWeakException
- All Implemented Interfaces:
Serializable
Raised when you try to change a password that is too weak
- Since:
- 8.8.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Methods inherited from class com.logicaldoc.core.security.authentication.AuthenticationException
getAuthenticator, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PasswordWeakException
-
PasswordWeakException
public PasswordWeakException()
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
mustRecordFailure
public boolean mustRecordFailure()- Overrides:
mustRecordFailure
in classAuthenticationException
-
getMessages
-