Uses of Annotation Type
org.aktin.broker.rest.Authenticated
Packages that use Authenticated
-
Uses of Authenticated in org.aktin.broker.auth
Classes in org.aktin.broker.auth with annotations of type Authenticated -
Uses of Authenticated in org.aktin.broker.rest
Classes in org.aktin.broker.rest with annotations of type AuthenticatedModifier and TypeClassDescriptionclassEndpoint accessed by nodes to work with their (my) data.classRESTful HTTP endpoint to manage broker requests.Methods in org.aktin.broker.rest with annotations of type AuthenticatedModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseNodeInfoEndpoint.allNodes()Retrieve a list of registered nodes with the broker.AggregatorEndpoint.createResultNodeDownload(int requestId, int nodeId)Create a download id to download the result uploaded for the request id and node id.ExportEndpoint.downloadBundle(int requestId)NodeInfoEndpoint.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.AggregatorEndpoint.listResultsForRequest(String requestId)voidAggregatorEndpoint.submitResult(String requestId, javax.ws.rs.core.MediaType type, javax.ws.rs.core.SecurityContext sec, InputStream content)