Package org.forgerock.openig.http
Class DefaultDeclarations
- java.lang.Object
-
- org.forgerock.openig.http.DefaultDeclarations
-
public final class DefaultDeclarations extends Object
Configurations used as defaults in the Heap.
-
-
Field Summary
Fields Modifier and Type Field Description static JsonValue
DEFAULT_CLIENT_HANDLER
The client handler that deals with third-party services.static JsonValue
DEFAULT_REVERSE_PROXY_HANDLER
The proxy client handler that deals with the application traffic.static JsonValue
DEFAULT_SCHEDULED_THREAD_POOL
Default scheduler for configurations that require periodic execution of tasks such as cache eviction.static JsonValue
FORGEROCK_CLIENT_HANDLER
The client handler that deals with ForgeRock platform services (AM interactions mostly).
-
-
-
Field Detail
-
DEFAULT_CLIENT_HANDLER
public static final JsonValue DEFAULT_CLIENT_HANDLER
The client handler that deals with third-party services.
-
DEFAULT_REVERSE_PROXY_HANDLER
public static final JsonValue DEFAULT_REVERSE_PROXY_HANDLER
The proxy client handler that deals with the application traffic.
-
FORGEROCK_CLIENT_HANDLER
public static final JsonValue FORGEROCK_CLIENT_HANDLER
The client handler that deals with ForgeRock platform services (AM interactions mostly).
-
DEFAULT_SCHEDULED_THREAD_POOL
public static final JsonValue DEFAULT_SCHEDULED_THREAD_POOL
Default scheduler for configurations that require periodic execution of tasks such as cache eviction.
-
-