public final class OptionsFilter extends Object implements Filter
Filter
which handles OPTION HTTP requests to CREST resources.Modifier and Type | Field and Description |
---|---|
static String |
METHOD_DELETE
The HTTP DELETE method.
|
static String |
METHOD_GET
The HTTP GET method.
|
static String |
METHOD_HEAD
The HTTP HEAD method.
|
static String |
METHOD_OPTIONS
The HTTP OPTIONS method.
|
static String |
METHOD_PATCH
The HTTP PATCH method.
|
static String |
METHOD_POST
The HTTP POST method.
|
static String |
METHOD_PUT
The HTTP PUT method.
|
static String |
METHOD_TRACE
The HTTP TRACE method.
|
public static final String METHOD_DELETE
public static final String METHOD_GET
public static final String METHOD_HEAD
public static final String METHOD_OPTIONS
public static final String METHOD_PATCH
public static final String METHOD_POST
public static final String METHOD_PUT
public static final String METHOD_TRACE
Copyright 2011-2015 ForgeRock AS.