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 JsonValueDEFAULT_BASEURI_DECORATORDefault BaseUri decorator.static JsonValueDEFAULT_CAPTURE_DECORATORDefault Capture decorator.static JsonValueDEFAULT_CLIENT_HANDLERThe client handler that deals with third-party services.static JsonValueDEFAULT_PROXY_OPTIONSDefaultProxyOptions.static JsonValueDEFAULT_REVERSE_PROXY_HANDLERThe proxy client handler that deals with the application traffic.static JsonValueDEFAULT_SCHEDULED_THREAD_POOLDefault scheduler for configurations that require periodic execution of tasks such as cache eviction.static JsonValueDEFAULT_TEMPORARY_STORAGEDefault temporary storage.static JsonValueDEFAULT_TIMER_DECORATORDefault Timer decorator.static JsonValueFORGEROCK_CLIENT_HANDLERThe 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. 
 - 
 
 -