Class AccessControlList

    • Constructor Detail

      • AccessControlList

        public AccessControlList()
    • Method Detail

      • getUsers

        public Set<Long> getUsers()
        Gets value for attribute users
      • setUsers

        public void setUsers​(Set<Long> users)
        Sets value for attribute users
      • getRoles

        public Set<Long> getRoles()
        Gets value for attribute roles
      • setRoles

        public void setRoles​(Set<Long> roles)
        Sets value for attribute roles
      • getGroups

        public Set<Long> getGroups()
        Gets value for attribute groups
      • setGroups

        public void setGroups​(Set<Long> groups)
        Sets value for attribute groups
      • toString

        public String toString()
        Returns a string representation of the value object.
        Overrides:
        toString in class Object