Package org.forgerock.http.filter
Class OptionsFilter
java.lang.Object
org.forgerock.http.filter.OptionsFilter
- All Implemented Interfaces:
Filter
Filter
which handles OPTION HTTP requests to CREST resources.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The HTTP DELETE method.static final String
The HTTP GET method.static final String
The HTTP HEAD method.static final String
The HTTP OPTIONS method.static final String
The HTTP PATCH method.static final String
The HTTP POST method.static final String
The HTTP PUT method.static final String
The HTTP TRACE method. -
Method Summary
-
Field Details
-
METHOD_DELETE
The HTTP DELETE method.- See Also:
-
METHOD_GET
The HTTP GET method.- See Also:
-
METHOD_HEAD
The HTTP HEAD method.- See Also:
-
METHOD_OPTIONS
The HTTP OPTIONS method.- See Also:
-
METHOD_PATCH
The HTTP PATCH method.- See Also:
-
METHOD_POST
The HTTP POST method.- See Also:
-
METHOD_PUT
The HTTP PUT method.- See Also:
-
METHOD_TRACE
The HTTP TRACE method.- See Also:
-
-
Method Details