Class ConfluentTrustProvider
java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
java.security.Provider
io.confluent.kafka.server.plugins.ssl.ConfluentTrustProvider
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class Provider
Provider.Service -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidupdateConfigs(Map<String, ?> configs) Updates the provider's configuration for dynamic reconfiguration support.Methods inherited from class Provider
clear, compute, computeIfAbsent, computeIfPresent, configure, elements, entrySet, forEach, get, getInfo, getName, getOrDefault, getProperty, getService, getServices, getVersion, getVersionStr, isConfigured, keys, keySet, load, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, toString, valuesMethods inherited from class Properties
clone, contains, containsKey, containsValue, equals, getProperty, hashCode, isEmpty, list, list, load, loadFromXML, propertyNames, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames
-
Field Details
-
PROVIDER_NAME
- See Also:
-
TRUST_PROVIDER_CONFIG
- See Also:
-
-
Constructor Details
-
ConfluentTrustProvider
-
-
Method Details
-
updateConfigs
-