Package org.apache.nifi.ssl
Interface RestrictedSSLContextService
- All Superinterfaces:
org.apache.nifi.components.ConfigurableComponent
,org.apache.nifi.controller.ControllerService
,SSLContextService
Simple extension of the regular
SSLContextService
to allow for restricted implementations
of that interface.-
Method Summary
Methods inherited from interface org.apache.nifi.components.ConfigurableComponent
getIdentifier, getPropertyDescriptor, getPropertyDescriptors, onPropertyModified, validate
Methods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migrateProperties
Methods inherited from interface org.apache.nifi.ssl.SSLContextService
createContext, createTlsConfiguration, createTrustManager, getKeyPassword, getKeyStoreFile, getKeyStorePassword, getKeyStoreType, getSslAlgorithm, getTrustStoreFile, getTrustStorePassword, getTrustStoreType, isKeyStoreConfigured, isTrustStoreConfigured