Class EntityScopeResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog2.database.entities.EntityScopeResource

@Produces("application/json") @Path("/entity_scopes") @RequiresAuthentication public class EntityScopeResource extends RestResource
  • Constructor Details

    • EntityScopeResource

      @Inject public EntityScopeResource(EntityScopeService entityScopeService)
  • Method Details

    • getAllEntityScopes

      @GET public EntityScopes getAllEntityScopes()