Class GlobalAuthServiceConfigResource

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

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

    • GlobalAuthServiceConfigResource

      @Inject public GlobalAuthServiceConfigResource(GlobalAuthServiceConfig authServiceConfig)
  • Method Details

    • get

      @GET @RequiresPermissions("authserviceglobalconfig:read") public javax.ws.rs.core.Response get()
    • update

      @POST @RequiresPermissions("authserviceglobalconfig:edit") public javax.ws.rs.core.Response update(@NotNull GlobalAuthServiceConfig.Data body)