Uses of Interface
org.opencms.security.I_CmsPasswordHandler
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
Access control and security classes for the OpenCms ACL permission system.
-
Uses of I_CmsPasswordHandler in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getPasswordHandler()
Returns the configured password handler.Modifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setPasswordHandler
(I_CmsPasswordHandler passwordHandler) Sets the password handler class. -
Uses of I_CmsPasswordHandler in org.opencms.main
Modifier and TypeMethodDescriptionstatic I_CmsPasswordHandler
OpenCms.getPasswordHandler()
Returns the password handler.protected I_CmsPasswordHandler
OpenCmsCore.getPasswordHandler()
Return the password handler. -
Uses of I_CmsPasswordHandler in org.opencms.security
Modifier and TypeClassDescriptionclass
Validates the user passwords in with advanced password requirements.class
Default implementation for OpenCms password validation, just checks if a password is at last 4 characters long.