程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.security |
Access control and security classes for the OpenCms ACL permission system.
|
限定符和类型 | 方法和说明 |
---|---|
void |
CmsLoginManager.checkInvalidLogins(java.lang.String userName,
java.lang.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.
|
CmsUser |
CmsDriverManager.loginUser(CmsDbContext dbc,
java.lang.String userName,
java.lang.String password,
java.lang.String remoteAddress)
Attempts to authenticate a user into OpenCms with the given password.
|
限定符和类型 | 类和说明 |
---|---|
class |
CmsCustomLoginException
Custom login exception whose message will be displayed to the user if the login fails.
|
class |
CmsUserDisabledException
Signals that an attempt to authenticate (login) a user has failed because the user had to many invalid logins.
|