Uses of Interface
org.opencms.security.I_CmsPasswordHandler
Packages that use 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
Methods in org.opencms.configuration that return I_CmsPasswordHandlerModifier and TypeMethodDescriptionCmsSystemConfiguration.getPasswordHandler()
Returns the configured password handler.Methods in org.opencms.configuration with parameters of type I_CmsPasswordHandlerModifier and TypeMethodDescriptionvoid
CmsSystemConfiguration.setPasswordHandler
(I_CmsPasswordHandler passwordHandler) Sets the password handler class. -
Uses of I_CmsPasswordHandler in org.opencms.main
Methods in org.opencms.main that return I_CmsPasswordHandlerModifier 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
Classes in org.opencms.security that implement I_CmsPasswordHandlerModifier 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.