Package org.forgerock.am.trees.api
Interface TreeProvider
public interface TreeProvider
Provider of
Tree
implementations.-
Method Summary
-
Method Details
-
getTree
Returns tree with a given id if it is present in the provided realm.- Parameters:
realm
- the realm to look up the treeid
- tree id- Returns:
- optional containing the tree if it exists, otherwise an empty optional
-
getTrees
Returns all trees in the provided realm.- Parameters:
realm
- the realm to look up the trees- Returns:
- set of trees
-