Class NonEmptyPassword
java.lang.Object
io.aiven.commons.kafka.config.validator.NonEmptyPassword
- All Implemented Interfaces:
org.apache.kafka.common.config.ConfigDef.Validator
public class NonEmptyPassword
extends Object
implements org.apache.kafka.common.config.ConfigDef.Validator
Validator to ensure that a password is set to either @{code null} or a
non-empty string.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic NonEmptyPasswordThe instance of the NonEmptyPassword validator. -
Method Summary