| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
LegacyAlarmCallbackEventNotificationConfig.validate() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
NotificationDto.validate() |
ValidationResult |
EventNotificationConfig.validate() |
ValidationResult |
EventNotificationConfig.FallbackNotificationConfig.validate() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
EmailEventNotificationConfig.validate() |
ValidationResult |
HTTPEventNotificationConfig.validate() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
EventDefinitionDto.validate() |
ValidationResult |
EventProcessorConfig.validate()
Validates the event processor configuration.
|
ValidationResult |
EventProcessorConfig.FallbackConfig.validate() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
AggregationEventProcessorConfig.validate() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
EventDefinitionsResource.validate(@Valid @NotNull EventDefinitionDto toValidate) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
CollectorResource.validateCollector(@Valid Collector toValidate) |
ValidationResult |
ConfigurationResource.validateConfiguration(@Valid Configuration toValidate) |
ValidationResult |
ConfigurationVariableResource.validateConfigurationVariable(@Valid @NotNull ConfigurationVariable toValidate) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
AuthServiceBackendDTO.validate() |
| Modifier and Type | Method and Description |
|---|---|
default void |
AuthServiceBackendConfig.validate(ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
void |
LDAPAuthServiceBackendConfig.validate(ValidationResult result) |
void |
ADAuthServiceBackendConfig.validate(ValidationResult result) |
| Modifier and Type | Method and Description |
|---|---|
abstract ValidationResult |
EntityShareResponse.validationResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract EntityShareResponse.Builder |
EntityShareResponse.Builder.validationResult(ValidationResult validationResult) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ValidationResult.addAll(com.google.common.collect.Multimap<String,String> extraErrors) |
ValidationResult |
ValidationResult.addAll(ValidationResult validationResult) |
ValidationResult |
ValidationResult.addContext(String fieldName,
Iterable<String> values) |
ValidationResult |
ValidationResult.addError(String fieldName,
String error) |
ValidationResult |
ValidationFailureException.getValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
ValidationResult.addAll(ValidationResult validationResult) |
| Constructor and Description |
|---|
ValidationFailureException(ValidationResult validationResult) |
| Modifier and Type | Method and Description |
|---|---|
ValidationResult |
LookupTableResource.validateAdapter(@Valid DataAdapterApi toValidate) |
ValidationResult |
LookupTableResource.validateCache(@Valid CacheApi toValidate) |
ValidationResult |
LookupTableResource.validateTable(@Valid LookupTableApi toValidate) |
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.