Uses of Enum
org.opencms.db.CmsDriverManager.LoginUserMode
Packages that use CmsDriverManager.LoginUserMode
-
Uses of CmsDriverManager.LoginUserMode in org.opencms.db
Methods in org.opencms.db that return CmsDriverManager.LoginUserModeModifier 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.Methods in org.opencms.db with parameters of type CmsDriverManager.LoginUserModeModifier 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.