Interface PermissionTree

    • Method Detail

      • getChildrenResourceIds

        Collection<String> getChildrenResourceIds​(PermissionNode parentNode)
        Get the resource ids (if any) referenced from the permission instances, see getPermissions().
        Parameters:
        parentNode - The parent node to start looking for
        Returns:
        A collection of resource identifiers
      • getPermissions

        org.uberfire.security.authz.PermissionCollection getPermissions()
        Get the collection of permissions this tree has been initiliazed with