Uses of Interface
org.opencms.xml.xml2json.I_CmsApiAuthorizationHandler
Packages that use I_CmsApiAuthorizationHandler
Package
Description
Reads and writes the XML based OpenCms configuration files.
Provides the main OpenCms "operating system".
-
Uses of I_CmsApiAuthorizationHandler in org.opencms.configuration
Methods in org.opencms.configuration that return types with arguments of type I_CmsApiAuthorizationHandlerModifier and TypeMethodDescriptionCmsSystemConfiguration.getApiAuthorizations()
Gets the map of API authorization handlers (with names as keys). -
Uses of I_CmsApiAuthorizationHandler in org.opencms.main
Methods in org.opencms.main that return I_CmsApiAuthorizationHandlerModifier and TypeMethodDescriptionstatic I_CmsApiAuthorizationHandler
OpenCms.getApiAuthorization
(String name) Gets the API authorization handler with the given name.protected I_CmsApiAuthorizationHandler
OpenCmsCore.getApiAuthorization
(String name) Gets the API authorization handler with the given name, or null if it doesn't exist.