Uses of Class
org.aktin.broker.rest.Authenticated
| Package | Description |
|---|---|
| org.aktin.broker.auth | |
| org.aktin.broker.rest |
-
Uses of Authenticated in org.aktin.broker.auth
Classes in org.aktin.broker.auth with annotations of type Authenticated Modifier and Type Class Description classAuthenticationRequestFilter -
Uses of Authenticated in org.aktin.broker.rest
Classes in org.aktin.broker.rest with annotations of type Authenticated Modifier and Type Class Description classMyBrokerEndpointEndpoint accessed by nodes to work with their (my) data.classRequestAdminEndpointRESTful HTTP endpoint to manage broker requests.Methods in org.aktin.broker.rest with annotations of type Authenticated Modifier and Type Method Description javax.ws.rs.core.ResponseNodeInfoEndpoint. allNodes()Retrieve a list of registered nodes with the broker.StringAggregatorEndpoint. createResultNodeDownload(int requestId, int nodeId)Create a download id to download the result uploaded for the request id and node id.StringExportEndpoint. downloadBundle(int requestId)NodeNodeInfoEndpoint. getNodeInfo(int nodeId)Retrieve information about a single node.javax.ws.rs.core.ResponseNodeInfoEndpoint. getNodeResource(int nodeId, String resourceId)Retrieve a named resource uploaded previously by the specified node.javax.ws.rs.core.ResponseAggregatorEndpoint. getResultNodeDataStream(int requestId, int nodeId)Create a download id to download the result uploaded for the request id and node id.ResultListAggregatorEndpoint. listResultsForRequest(String requestId)voidAggregatorEndpoint. submitResult(String requestId, javax.ws.rs.core.MediaType type, javax.ws.rs.core.SecurityContext sec, InputStream content)