Package org.apache.nifi.ssl
Interface RestrictedSSLContextService
- All Superinterfaces:
org.apache.nifi.components.ConfigurableComponent,org.apache.nifi.controller.ControllerService,SSLContextProvider,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, validateMethods inherited from interface org.apache.nifi.controller.ControllerService
initialize, isStateful, migratePropertiesMethods inherited from interface org.apache.nifi.ssl.SSLContextProvider
createContext, createKeyManager, createTrustManagerMethods inherited from interface org.apache.nifi.ssl.SSLContextService
createTlsConfiguration, getKeyPassword, getKeyStoreFile, getKeyStorePassword, getKeyStoreType, getSslAlgorithm, getTrustStoreFile, getTrustStorePassword, getTrustStoreType, isKeyStoreConfigured, isTrustStoreConfigured