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
public class PasswordWeakException extends AuthenticationException
Raised when you try to change a password that is too weak- Since:
- 8.8.2
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordWeakException()PasswordWeakException(List<String> messages)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()List<String>getMessages()booleanmustRecordFailure()-
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
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
mustRecordFailure
public boolean mustRecordFailure()
- Overrides:
mustRecordFailurein classAuthenticationException
-
-