Class AuthServicesResource

java.lang.Object
org.graylog2.shared.rest.resources.RestResource
org.graylog.security.authservice.rest.AuthServicesResource

@Path("/system/authentication/services") @Consumes("application/json") @Produces("application/json") @RequiresAuthentication public class AuthServicesResource extends RestResource
  • Constructor Details

  • Method Details

    • get

      @GET @Path("active-backend") @RequiresPermissions("authserviceglobalconfig:read") public javax.ws.rs.core.Response get()