Uses of Enum
org.opencms.db.CmsDriverManager.LoginUserMode
-
Uses of CmsDriverManager.LoginUserMode in org.opencms.db
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CmsDriverManager.LoginUserMode[]
CmsDriverManager.LoginUserMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.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.