public interface TreeHook
Modifier and Type | Interface and Description |
---|---|
static interface |
TreeHook.Metadata
Annotation that describes the metadata of the node.
|
Modifier and Type | Field and Description |
---|---|
static String |
NODE_ID_KEY
Node ID key.
|
static String |
NODE_TYPE_KEY
Node type key.
|
static String |
SESSION_HOOK_CLASS_KEY
Session hook class key.
|
Modifier and Type | Method and Description |
---|---|
void |
accept()
Main method that will contain the logic that needs to be executed when the session hook is called.
|
static final String SESSION_HOOK_CLASS_KEY
static final String NODE_ID_KEY
static final String NODE_TYPE_KEY
void accept()
TreeHookException
- if an exception occurs.Copyright © 2010-2017, ForgeRock All Rights Reserved.