Uses of Interface
org.keycloak.models.map.storage.tree.TreeNode
Packages that use TreeNode
-
Uses of TreeNode in org.keycloak.models.map.storage.criteria
Classes in org.keycloak.models.map.storage.criteria that implement TreeNodeModifier and TypeClassDescriptionclassTODO: Introduce separation of parameter values and the structure -
Uses of TreeNode in org.keycloak.models.map.storage.tree
Classes in org.keycloak.models.map.storage.tree with type parameters of type TreeNodeModifier and TypeInterfaceDescriptioninterfaceInterface representing a node in a tree that has ID.Classes in org.keycloak.models.map.storage.tree that implement TreeNodeModifier and TypeClassDescriptionclassDefaultTreeNode<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.classPrescription of the tree storage.Methods in org.keycloak.models.map.storage.tree with type parameters of type TreeNode