Class RolesEndpoint

java.lang.Object
pl.allegro.tech.hermes.management.api.RolesEndpoint

@Component @Path("/roles") public class RolesEndpoint extends Object
  • Constructor Details

    • RolesEndpoint

      public RolesEndpoint()
  • Method Details

    • getRoles

      @GET @Produces("application/json") public Collection<String> getRoles(javax.ws.rs.container.ContainerRequestContext requestContext)
    • getTopicRoles

      @GET @Produces("application/json") @Path("/topics/{topicName}") public Collection<String> getTopicRoles(javax.ws.rs.container.ContainerRequestContext requestContext)
    • getSubscriptionRoles

      @GET @Produces("application/json") @Path("/topics/{topicName}/subscriptions/{subscriptionName}") public Collection<String> getSubscriptionRoles(javax.ws.rs.container.ContainerRequestContext requestContext)