public interface TreeMetaData
Modifier and Type | Method and Description |
---|---|
default Optional<Integer> |
getMaxAuthLevel(UUID nodeId,
String outcome)
Calculate maximum auth level which the evaluating tree can give from the specified node.
|
default Optional<Integer> getMaxAuthLevel(UUID nodeId, String outcome) throws NodeProcessException
nodeId
- the ID of the current nodeoutcome
- the outcome of the current nodeNodeProcessException
- if some internal error occurs whilst attempting to retrieve the max auth levelCopyright © 2010-2018, ForgeRock All Rights Reserved.