Interface HeldNode<T>

  • Type Parameters:
    T - the identifier type of the holder

    @Deprecated
    public interface HeldNode<T>
    Deprecated.
    The only usages of this interface are also deprecated.
    A relationship between a PermissionHolder and a Node.
    • Method Detail

      • getHolder

        @NonNull T getHolder()
        Deprecated.
        Gets the holder of the node
        Returns:
        the holder
      • getNode

        @NonNull Node getNode()
        Deprecated.
        Gets the node
        Returns:
        the node