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.
|
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, removeChangeListener
dn, name
Class<? extends LdapTrustManagerProviderCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface TrustManagerProviderCfg
void 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.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 TrustManagerProviderCfg
String 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 2010-2020 ForgeRock AS.