Class TreeStorageNodeInstance<V extends AbstractEntity>

java.lang.Object
org.keycloak.models.map.storage.tree.DefaultTreeNode<TreeStorageNodeInstance<V>>
org.keycloak.models.map.storage.tree.TreeStorageNodeInstance<V>
All Implemented Interfaces:
TreeNode<TreeStorageNodeInstance<V>>

public class TreeStorageNodeInstance<V extends AbstractEntity> extends DefaultTreeNode<TreeStorageNodeInstance<V>>
Instance of the tree storage that is based on a prescription (TreeStorageNodePrescription), i.e. it provides a map storage instance that can be used for accessing data.
Author:
hmlnarik