Interface Role

    • Method Detail

      • getPermissions

        List<Permission> getPermissions()
        Gets the list of permissions this role will provide to the user.
        Returns:
        the permissions
      • isGlobal

        boolean isGlobal()
        Checks if this role is global or a resource role.

        A global role can be assigned to users and user groups and applies to all parts of Collibra DGC. A resource role can be assigned to one or more resources (assets, domains or communities) and only applies to that resource.

        Returns:
        true if this role is global. False if this is a resource role