@Path(value="/system/authentication/http-header-auth-config") @Consumes(value="application/json") @Produces(value="application/json") public class HTTPHeaderAuthenticationConfigResource extends Object
| Constructor and Description |
|---|
HTTPHeaderAuthenticationConfigResource(ClusterConfigService clusterConfigService) |
| Modifier and Type | Method and Description |
|---|---|
HTTPHeaderAuthConfig |
getConfig() |
HTTPHeaderAuthConfig |
updateConfig(@Valid HTTPHeaderAuthConfig config) |
@Inject public HTTPHeaderAuthenticationConfigResource(ClusterConfigService clusterConfigService)
@GET public HTTPHeaderAuthConfig getConfig()
@PUT public HTTPHeaderAuthConfig updateConfig(@Valid @Valid HTTPHeaderAuthConfig config)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.