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 StringThe HTTP DELETE method.static final StringThe HTTP GET method.static final StringThe HTTP HEAD method.static final StringThe HTTP OPTIONS method.static final StringThe HTTP PATCH method.static final StringThe HTTP POST method.static final StringThe HTTP PUT method.static final StringThe 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