Class DefaultDeclarations


  • public final class DefaultDeclarations
    extends Object
    Configurations used as defaults in the Heap.
    • 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_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.