Uses of Class
oracle.dbtools.plugin.api.http.annotations.HTTPAuthenticationScheme
-
Packages that use HTTPAuthenticationScheme Package Description oracle.dbtools.plugin.api.http.annotations Annotations to describe what URL patterns and HTTP methods aHttpServlet
support. -
- <section role="region">
Uses of HTTPAuthenticationScheme in oracle.dbtools.plugin.api.http.annotations
Methods in oracle.dbtools.plugin.api.http.annotations that return HTTPAuthenticationScheme Modifier and Type Method Description HTTPAuthenticationScheme[]
authSchemes()
Optionally specify the HTTP Authentication Schemes that this pattern can dispatch.static HTTPAuthenticationScheme
HTTPAuthenticationScheme. value(java.lang.String text)
Determine theHTTPAuthenticationScheme
for the specified textual representationstatic HTTPAuthenticationScheme
HTTPAuthenticationScheme. valueOf(java.lang.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.
- <section role="region">