Interface Roles

    • Method Detail

      • getRoles

        Set getRoles()
        Get the current set of roles defined.
        Returns:
        the set of roles.
      • addRole

        void addRole​(Role role)
        Add the specified role to the set of roles.
        Parameters:
        the - role to be added.
      • removeRole

        void removeRole​(Role role)
        Remove the specified role from the set of roles.
        Parameters:
        the - role to be removed.