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_BASEURI_DECORATOR
Default BaseUri decorator.static JsonValue
DEFAULT_CAPTURE_DECORATOR
Default Capture decorator.static JsonValue
DEFAULT_CLIENT_HANDLER
The client handler that deals with third-party services.static JsonValue
DEFAULT_PROXY_OPTIONS
DefaultProxyOptions
.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
DEFAULT_TEMPORARY_STORAGE
Default temporary storage.static JsonValue
DEFAULT_TIMER_DECORATOR
Default Timer decorator.static JsonValue
FORGEROCK_CLIENT_HANDLER
The client handler that deals with ForgeRock platform services (AM interactions mostly).
-
-
-
Field Detail
-
DEFAULT_BASEURI_DECORATOR
public static final JsonValue DEFAULT_BASEURI_DECORATOR
Default BaseUri decorator.
-
DEFAULT_CAPTURE_DECORATOR
public static final JsonValue DEFAULT_CAPTURE_DECORATOR
Default Capture decorator.
-
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_PROXY_OPTIONS
public static final JsonValue DEFAULT_PROXY_OPTIONS
DefaultProxyOptions
.
-
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.
-
DEFAULT_TEMPORARY_STORAGE
public static final JsonValue DEFAULT_TEMPORARY_STORAGE
Default temporary storage.
-
DEFAULT_TIMER_DECORATOR
public static final JsonValue DEFAULT_TIMER_DECORATOR
Default Timer decorator.
-
-