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.criteria
Classes in org.keycloak.models.map.storage.criteria that implement TreeNode Modifier and Type Class Description class
ModelCriteriaNode<M>
TODO: 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 TreeNode Modifier and Type Interface Description interface
TreeNode<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 class
DefaultTreeNode<Self extends DefaultTreeNode<Self>>
Generic implementation of a node in a tree.class
TreeStorageNodeInstance<V extends AbstractEntity>
Instance of the tree storage that is based on a prescription (TreeStorageNodePrescription
), i.e.class
TreeStorageNodePrescription
Prescription 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)
-