Package org.forgerock.openig.http
Class AdminType
java.lang.Object
org.forgerock.openig.http.AdminType
Provides the Admin type definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringUsed to specify the maximum body length setting.static final org.forgerock.openig.model.component.StructDefaultValueThe Admin default value.static final longThe default value for the max body length, -1 means no limit.static final org.forgerock.openig.model.type.StructTypeDefinitionThe Admin type. -
Method Summary
Modifier and TypeMethodDescriptionstatic org.forgerock.openig.model.component.ModeldefaultHeap(org.forgerock.openig.model.type.TypeDefinitionRegistry registry) Generate the heap needed byDEFAULTto be valid.
-
Field Details
-
CONFIG_MAX_BODY_LENGTH
Used to specify the maximum body length setting.- See Also:
-
CONFIG_ADMIN_MAX_BODY_LENGTH
- See Also:
-
DEFAULT_MAX_BODY_LENGTH
public static final long DEFAULT_MAX_BODY_LENGTHThe default value for the max body length, -1 means no limit. Defined in thechf-vertxpackage, it is not visible here.- See Also:
-
TYPE
public static final org.forgerock.openig.model.type.StructTypeDefinition TYPEThe Admin type. -
DEFAULT
public static final org.forgerock.openig.model.component.StructDefaultValue DEFAULTThe 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 byDEFAULTto be valid.- Parameters:
registry- Every known type.- Returns:
- A model representing the default admin heap state.
-