Class AdminType

java.lang.Object
org.forgerock.openig.http.AdminType

public final class AdminType extends Object
Provides the Admin type definition.
  • Field Details

    • CONFIG_MAX_BODY_LENGTH

      public static final String CONFIG_MAX_BODY_LENGTH
      Used to specify the maximum body length setting.
      See Also:
    • CONFIG_ADMIN_MAX_BODY_LENGTH

      public static final String CONFIG_ADMIN_MAX_BODY_LENGTH
      See Also:
    • DEFAULT_MAX_BODY_LENGTH

      public static final long DEFAULT_MAX_BODY_LENGTH
      The default value for the max body length, -1 means no limit. Defined in the chf-vertx package, it is not visible here.
      See Also:
    • TYPE

      public static final org.forgerock.openig.model.type.StructTypeDefinition TYPE
      The Admin type.
    • DEFAULT

      public static final org.forgerock.openig.model.component.StructDefaultValue DEFAULT
      The Admin default value.
  • Method Details

    • defaultHeap

      public static org.forgerock.openig.model.component.Model defaultHeap(org.forgerock.openig.model.type.TypeDefinitionRegistry registry)
      Generate the heap needed by DEFAULT to be valid.
      Parameters:
      registry - Every known type.
      Returns:
      A model representing the default admin heap state.