public class RequiredPasswordValidator extends Object implements TopologyValidator
Constructor and Description |
---|
RequiredPasswordValidator() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
void |
validate(ClusterTopology topology)
Validate that all required password properties have been set or that 'default_password' is specified.
|
public void validate(ClusterTopology topology) throws InvalidTopologyException
validate
in interface TopologyValidator
InvalidTopologyException
- if required password properties are missing and no
default is specified via 'default_password'Copyright © 2022 Apache Software Foundation. All rights reserved.