Uses of Class
org.opencms.security.CmsPasswordEncryptionException
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
Access control and security classes for the OpenCms ACL permission system.
-
Uses of CmsPasswordEncryptionException in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.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.I_CmsUserDriver.readUser
(CmsDbContext dbc, String userFqn, String password, String remoteAddress) Reads a user from the database, only if the password is correct.void
I_CmsUserDriver.writePassword
(CmsDbContext dbc, String userFqn, String oldPassword, String newPassword) Sets a new password for a user. -
Uses of CmsPasswordEncryptionException in org.opencms.db.generic
Modifier and TypeMethodDescriptionvoid
CmsUserDriver.writePassword
(CmsDbContext dbc, String userFqn, String oldPassword, String newPassword) -
Uses of CmsPasswordEncryptionException in org.opencms.security
Modifier and TypeMethodDescriptionCreates an OpenCms password digest according to the default setting for method/encodings.Creates an OpenCms password digest.