Uses of Enum Class
org.apache.nifi.ssl.StandardSSLContextService.KeystoreValidationGroup
-
Uses of StandardSSLContextService.KeystoreValidationGroup in org.apache.nifi.ssl
Methods in org.apache.nifi.ssl that return StandardSSLContextService.KeystoreValidationGroupModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.StandardSSLContextService.KeystoreValidationGroup.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.nifi.ssl with parameters of type StandardSSLContextService.KeystoreValidationGroupModifier and TypeMethodDescriptionprivate static Collection
<org.apache.nifi.components.ValidationResult> StandardSSLContextService.validateStore
(Map<org.apache.nifi.components.PropertyDescriptor, String> properties, StandardSSLContextService.KeystoreValidationGroup keyStoreOrTrustStore) Returns a list ofValidationResult
s for the provided keystore/truststore properties.