Interface I_CmsNeedsAdminCmsObject

All Known Subinterfaces:
I_CmsUploadRestriction
All Known Implementing Classes:
CmsDefaultUploadRestriction, CmsJsonResourceHandler, CmsProtectedStaticFileHandler

public interface I_CmsNeedsAdminCmsObject
Interface for configured classes that need a CmsObject with admin privileges.

Currently, this is only supported for request handlers and resource init handlers.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the admin CmsObject.
  • Method Details

    • setAdminCmsObject

      void setAdminCmsObject(CmsObject adminCms)
      Sets the admin CmsObject.
      Parameters:
      adminCms - a CmsObject with admin privileges