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