Class CmsGroup

All Implemented Interfaces:
Serializable, Comparable<I_CmsPrincipal>, Principal, I_CmsPrincipal

public class CmsGroup extends CmsPrincipal
A group principal in the OpenCms permission system.

Since:
6.0.0
See Also:
  • Constructor Details

    • CmsGroup

      public CmsGroup()
      Creates a new, empty OpenCms group principal.
    • CmsGroup

      public CmsGroup(CmsUUID id, CmsUUID parentId, String name, String description, int flags)
      Creates a new OpenCms group principal.
      Parameters:
      id - the unique id of the group
      parentId - the is of the parent group
      name - the fully qualified name of the name of the group
      description - the description of the group
      flags - the flags of the group
  • Method Details