Uses of Interface
org.keycloak.models.map.storage.tree.TreeNode
- 
Packages that use TreeNode Package Description org.keycloak.models.map.storage.criteria org.keycloak.models.map.storage.tree 
- 
- 
Uses of TreeNode in org.keycloak.models.map.storage.criteriaClasses in org.keycloak.models.map.storage.criteria that implement TreeNode Modifier and Type Class Description classModelCriteriaNode<M>TODO: Introduce separation of parameter values and the structure
- 
Uses of TreeNode in org.keycloak.models.map.storage.treeClasses in org.keycloak.models.map.storage.tree with type parameters of type TreeNode Modifier and Type Interface Description interfaceTreeNode<Self extends TreeNode<? extends Self>>Interface representing a node in a tree that has ID.Classes in org.keycloak.models.map.storage.tree that implement TreeNode Modifier and Type Class Description classDefaultTreeNode<Self extends DefaultTreeNode<Self>>Generic implementation of a node in a tree.classTreeStorageNodeInstance<V extends AbstractEntity>Instance of the tree storage that is based on a prescription (TreeStorageNodePrescription), i.e.classTreeStorageNodePrescriptionPrescription of the tree storage.Methods in org.keycloak.models.map.storage.tree with type parameters of type TreeNode Modifier and Type Method Description <RNode extends TreeNode<? super RNode>>
 RNodeDefaultTreeNode. cloneTree(Function<Self,RNode> instantiateFunc)
 
-