Class RoleBean

    • Constructor Detail

      • RoleBean

        public RoleBean()
      • RoleBean

        public RoleBean​(String name,
                        String description)
      • RoleBean

        public RoleBean​(Role role)
    • Method Detail

      • getPrivileges

        public HashSet<String> getPrivileges()
        Description copied from interface: Role
        The set of fine-grained privileges represented by this role
        Specified by:
        getPrivileges in interface Role
        Returns:
        the fine-grained privileges of this role