Uses of Enum Class
org.keycloak.models.map.storage.tree.TreeNode.PathOrientation
Packages that use TreeNode.PathOrientation
-
Uses of TreeNode.PathOrientation in org.keycloak.models.map.storage.tree
Methods in org.keycloak.models.map.storage.tree that return TreeNode.PathOrientationModifier and TypeMethodDescriptionstatic TreeNode.PathOrientationReturns the enum constant of this class with the specified name.static TreeNode.PathOrientation[]TreeNode.PathOrientation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.models.map.storage.tree with parameters of type TreeNode.PathOrientationModifier and TypeMethodDescriptionDefaultTreeNode.getPathToRoot(TreeNode.PathOrientation orientation) TreeNode.getPathToRoot(TreeNode.PathOrientation orientation) Returns the path (list of nodes) from this node to root node.