Interface TreeHook


  • @SupportedAll
    public interface TreeHook
    A TreeHook encapsulates some functionality that should be executed at the end of a tree, after authentication. They can be added by nodes.
    • Method Detail

      • accept

        void accept()
             throws org.forgerock.openam.auth.node.api.TreeHookException
        Main method that will contain the logic that needs to be executed when the session hook is called.
        Throws:
        org.forgerock.openam.auth.node.api.TreeHookException - if an exception occurs.