Package | Description |
---|---|
org.waarp.gateway.kernel.rest | |
org.waarp.openr66.protocol.http.rest |
Http Rest R66 interface
|
org.waarp.openr66.protocol.http.rest.handler |
Http Rest method handlers for R66
|
Modifier and Type | Field and Description |
---|---|
protected Set<HttpRestHandler.METHOD> |
RestMethodHandler.methods |
Modifier and Type | Method and Description |
---|---|
HttpRestHandler.METHOD |
RestArgument.getMethod() |
static HttpRestHandler.METHOD |
HttpRestHandler.METHOD.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpRestHandler.METHOD[] |
HttpRestHandler.METHOD.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
DataModelRestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
static com.fasterxml.jackson.databind.node.ObjectNode |
RestArgument.fillDetailedAllow(HttpRestHandler.METHOD method,
String path,
String command,
com.fasterxml.jackson.databind.node.ObjectNode body,
com.fasterxml.jackson.databind.JsonNode result) |
boolean |
RestMethodHandler.isMethodIncluded(HttpRestHandler.METHOD method) |
protected void |
RestMethodHandler.setIntersectionMethods(HttpRestHandler.METHOD[] selectedMethods,
HttpRestHandler.METHOD... validMethod)
Will assign the intersection of both set of Methods
|
protected void |
RestMethodHandler.setIntersectionMethods(HttpRestHandler.METHOD[] selectedMethods,
HttpRestHandler.METHOD... validMethod)
Will assign the intersection of both set of Methods
|
protected void |
RestMethodHandler.setMethods(HttpRestHandler.METHOD... method) |
Constructor and Description |
---|
DataModelRestMethodHandler(String name,
RestConfiguration config,
HttpRestHandler.METHOD... method) |
RestMethodHandler(String name,
String path,
boolean isBodyJsonDecode,
RestConfiguration config,
HttpRestHandler.METHOD... method) |
Modifier and Type | Method and Description |
---|---|
protected static HttpRestHandler.METHOD[] |
HttpRestR66Handler.getMethods(byte check) |
Modifier and Type | Method and Description |
---|---|
protected void |
DbHostAuthR66RestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
protected void |
DbRuleR66RestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
protected void |
DbTaskRunnerR66RestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
protected void |
DbConfigurationR66RestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
protected void |
DbHostConfigurationR66RestMethodHandler.checkAuthorization(HttpRestHandler handler,
RestArgument arguments,
RestArgument result,
HttpRestHandler.METHOD method) |
Copyright © 2009–2020 Waarp. All rights reserved.