Class HostKeyAlgoSupportedValidator

java.lang.Object
org.springframework.cloud.config.server.ssh.HostKeyAlgoSupportedValidator
All Implemented Interfaces:
jakarta.validation.ConstraintValidator<HostKeyAlgoSupported, MultipleJGitEnvironmentProperties>

public class HostKeyAlgoSupportedValidator extends Object implements jakarta.validation.ConstraintValidator<HostKeyAlgoSupported, MultipleJGitEnvironmentProperties>
JSR-303 Cross Field validator that ensures that a MultipleJGitEnvironmentProperties bean for the constraints: - If host key algo is supported Beans annotated with HostKeyAlgoSupported and Validated will have the constraints applied.
Author:
Ollie Hughes