public interface LDAPTrustManagerProviderCfg extends TrustManagerProviderCfg
The LDAP trust manager provider determines whether to trust a presented certificate based on whether that certificate exists in an LDAP key store managed by the server.
| Modifier and Type | Method and Description |
|---|---|
void |
addLDAPChangeListener(ConfigurationChangeListener<LDAPTrustManagerProviderCfg> listener)
Register to be notified when this LDAP Trust Manager Provider is changed.
|
Class<? extends LDAPTrustManagerProviderCfg> |
configurationClass()
Gets the configuration class associated with this LDAP Trust Manager Provider.
|
org.forgerock.opendj.ldap.DN |
getBaseDN()
Gets the "base-dn" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
String |
getTrustStorePin()
Gets the "trust-store-pin" property.
|
String |
getTrustStorePinEnvironmentVariable()
Gets the "trust-store-pin-environment-variable" property.
|
String |
getTrustStorePinFile()
Gets the "trust-store-pin-file" property.
|
String |
getTrustStorePinProperty()
Gets the "trust-store-pin-property" property.
|
void |
removeLDAPChangeListener(ConfigurationChangeListener<LDAPTrustManagerProviderCfg> listener)
Deregister an existing LDAP Trust Manager Provider configuration change listener.
|
addChangeListener, isEnabled, removeChangeListenerdn, nameClass<? extends LDAPTrustManagerProviderCfg> configurationClass()
configurationClass in interface ConfigurationconfigurationClass in interface TrustManagerProviderCfgvoid addLDAPChangeListener(ConfigurationChangeListener<LDAPTrustManagerProviderCfg> listener)
listener - The LDAP Trust Manager Provider configuration change listener.void removeLDAPChangeListener(ConfigurationChangeListener<LDAPTrustManagerProviderCfg> listener)
listener - The LDAP Trust Manager Provider configuration change listener.org.forgerock.opendj.ldap.DN getBaseDN()
The base DN beneath which LDAP key store entries are located.
String getJavaClass()
The fully-qualified name of the Java class that provides the LDAP Trust Manager Provider implementation.
getJavaClass in interface TrustManagerProviderCfgString getTrustStorePin()
Specifies the clear-text PIN needed to access the LDAP Trust Manager Provider .
String getTrustStorePinEnvironmentVariable()
Specifies the name of the environment variable that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
String getTrustStorePinFile()
Specifies the path to the text file whose only contents should be a single line containing the clear-text PIN needed to access the LDAP Trust Manager Provider .
String getTrustStorePinProperty()
Specifies the name of the Java property that contains the clear-text PIN needed to access the LDAP Trust Manager Provider .
Copyright © 2017-2020 Wren Security. All Rights Reserved.