Uses of Interface
org.opencms.security.I_CmsAuthorizationHandler
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_CmsAuthorizationHandler in org.opencms.configuration
Modifier and TypeMethodDescriptionCmsSystemConfiguration.getAuthorizationHandler()
Returns an instance of the configured authorization handler. -
Uses of I_CmsAuthorizationHandler in org.opencms.main
Modifier and TypeClassDescriptionclass
Abstract class to grant the needed access to the session manager.Modifier and TypeMethodDescriptionstatic I_CmsAuthorizationHandler
OpenCms.getAuthorizationHandler()
Returns the configured authorization handler.protected I_CmsAuthorizationHandler
OpenCmsCore.getAuthorizationHandler()
Returns the configured authorization handler. -
Uses of I_CmsAuthorizationHandler in org.opencms.security
Modifier and TypeClassDescriptionclass
Defines default authorization methods.class
Authorization handler which uses a special cookie sent by the user's browser for authorization.