Class PermissionsConfigTO

java.lang.Object
org.craftercms.studio.api.v1.to.PermissionsConfigTO
All Implemented Interfaces:
Serializable, TimeStamped

public class PermissionsConfigTO extends Object implements TimeStamped, Serializable
Transfer object for containing the Document object for the file in question.
Author:
Sandra O'Keeffe, Sweta Chalasani
See Also:
  • Field Details

    • key

      protected String key
      site-filename key
    • mapping

      protected org.dom4j.Document mapping
      mappings Document object containing either permissions or role mapping details
    • lastUpdated

      protected ZonedDateTime lastUpdated
      configuration time stamp
    • roles

      protected Map<String,List<String>> roles
    • permissions

      protected Map<String,Map<String,List<org.dom4j.Node>>> permissions
  • Constructor Details

    • PermissionsConfigTO

      public PermissionsConfigTO()
  • Method Details