Class AclSid

    • Constructor Detail

      • AclSid

        public AclSid()
    • Method Detail

      • isPrincipal

        public boolean isPrincipal()
        Checks if is principal.
        Returns:
        true, if is principal
      • setPrincipal

        public void setPrincipal​(boolean principal)
        Sets the principal.
        Parameters:
        principal - the new principal
      • getSid

        public String getSid()
        Gets the sid.
        Returns:
        the sid
      • setSid

        public void setSid​(String sid)
        Sets the sid.
        Parameters:
        sid - the new sid
      • getObjectIdentities

        public List<AclObjectIdentity> getObjectIdentities()
        Gets the object identities.
        Returns:
        the object identities
      • setObjectIdentities

        public void setObjectIdentities​(List<AclObjectIdentity> objectIdentities)
        Sets the object identities.
        Parameters:
        objectIdentities - the new object identities
      • getAclEntries

        public List<AclEntry> getAclEntries()
        Gets the acl entries.
        Returns:
        the acl entries
      • setAclEntries

        public void setAclEntries​(List<AclEntry> aclEntries)
        Sets the acl entries.
        Parameters:
        aclEntries - the new acl entries
      • getFullName

        public String getFullName()
        Subclasses should override this method and return a sensible display name for the SID.
        Returns:
        SID full name