Uses of Interface
org.forgerock.openam.auth.node.api.TreeHook
-
Packages that use TreeHook Package Description org.forgerock.openam.auth.node.api This package contains the API for writing authentication nodes. -
-
Uses of TreeHook in org.forgerock.openam.auth.node.api
Method parameters in org.forgerock.openam.auth.node.api with type arguments of type TreeHook Modifier and Type Method Description Action.ActionBuilder
Action.ActionBuilder. addSessionHook(Class<? extends TreeHook> sessionHook, UUID nodeId, String nodeType)
Sets a class that will be run after successful login.
-