Class TreeStorageNodePrescription

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

public class TreeStorageNodePrescription extends DefaultTreeNode<TreeStorageNodePrescription>
Prescription of the tree storage. This prescription can be externalized and contains e.g. details on the particular storage type represented by this node, or properties of the node and edge between this and the parent storage.

Realization of this prescription is in TreeStorageNodeInstance, namely it does not contain a map storage instance that can be directly used for accessing data.

Author:
hmlnarik