public interface KeyManagerProviderCfg extends Configuration
Key Manager Providers are responsible for managing the key material that is used to authenticate an SSL connection to its peer.
Modifier and Type | Method and Description |
---|---|
void |
addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Register to be notified when this Key Manager Provider is changed.
|
Class<? extends KeyManagerProviderCfg> |
configurationClass()
Gets the configuration class associated with this Key Manager Provider.
|
String |
getJavaClass()
Gets the "java-class" property.
|
boolean |
isEnabled()
Gets the "enabled" property.
|
void |
removeChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Deregister an existing Key Manager Provider configuration change listener.
|
dn, name
Class<? extends KeyManagerProviderCfg> configurationClass()
configurationClass
in interface Configuration
void addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
listener
- The Key Manager Provider configuration change listener.void removeChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
listener
- The Key Manager Provider configuration change listener.boolean isEnabled()
Indicates whether the Key Manager Provider is enabled for use.
String getJavaClass()
The fully-qualified name of the Java class that provides the Key Manager Provider implementation.
Copyright 2010-2018 ForgeRock AS.