Uses of Class
org.opencms.security.CmsAuthentificationException
Package
Description
Low-level database connection and access functionality.
Access control and security classes for the OpenCms ACL permission system.
-
Uses of CmsAuthentificationException in org.opencms.db
Modifier and TypeMethodDescriptionvoid
CmsLoginManager.checkInvalidLogins
(String userName, String remoteAddress) Checks if the threshold for the invalid logins has been reached for the given user.void
CmsLoginManager.checkLoginAllowed()
Checks if a login is currently allowed.CmsDriverManager.loginUser
(CmsDbContext dbc, String userName, String password, CmsSecondFactorInfo secondFactorInfo, String remoteAddress, CmsDriverManager.LoginUserMode mode) Attempts to authenticate a user into OpenCms with the given password. -
Uses of CmsAuthentificationException in org.opencms.security
Modifier and TypeClassDescriptionclass
Custom login exception whose message will be displayed to the user if the login fails.class
Signals that an attempt to authenticate (login) a user has failed because the user had to many invalid logins.