Uses of Interface
org.opencms.security.I_CmsCustomLogin
Packages that use I_CmsCustomLogin
Package
Description
Reads and writes the XML based OpenCms configuration files.
Low-level database connection and access functionality.
-
Uses of I_CmsCustomLogin in org.opencms.configuration
Methods in org.opencms.configuration with parameters of type I_CmsCustomLoginModifier and TypeMethodDescriptionvoidCmsSystemConfiguration.setCustomLogin(I_CmsCustomLogin customLogin) Sets the custom login. -
Uses of I_CmsCustomLogin in org.opencms.db
Methods in org.opencms.db that return I_CmsCustomLoginModifier and TypeMethodDescriptionCmsLoginManager.getCustomLogin()Gets the configured custom login method, if any.Methods in org.opencms.db with parameters of type I_CmsCustomLoginModifier and TypeMethodDescriptionvoidCmsLoginManager.setCustomLogin(I_CmsCustomLogin customLogin) Sets the custom login method.