Package | Description |
---|---|
oracle.dbtools.plugin.api.http.annotations |
Annotations to describe what URL patterns and HTTP methods a
HttpServlet support. |
Modifier and Type | Method and Description |
---|---|
static HTTPAuthenticationScheme |
HTTPAuthenticationScheme.value(String text)
Determine the
HTTPAuthenticationScheme for the specified textual
representation |
static HTTPAuthenticationScheme |
HTTPAuthenticationScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HTTPAuthenticationScheme[] |
HTTPAuthenticationScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|