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") public class GlobalAuthServiceConfigResource extends RestResource
  • Constructor Details

    • GlobalAuthServiceConfigResource

      @Inject public GlobalAuthServiceConfigResource(GlobalAuthServiceConfig authServiceConfig)
  • Method Details

    • get

      @GET public javax.ws.rs.core.Response get()
    • update

      @POST public javax.ws.rs.core.Response update(@NotNull GlobalAuthServiceConfig.Data body)