Interface LdapTrustManagerProviderCfgClient
- All Superinterfaces:
ConfigurationClient
,TrustManagerProviderCfgClient
A client-side interface for reading and modifying LDAP Trust
Manager Provider settings.
The LDAP trust manager provider obtains the trusted certificates from an LDAP key store managed by the server.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends LdapTrustManagerProviderCfgClient,
? extends LdapTrustManagerProviderCfg> Get the configuration definition associated with this LDAP Trust Manager Provider.Gets the "base-dn" property.Gets the "java-class" property.Gets the "trust-store-pin" property.void
setBaseDn
(ValueOrExpression<Dn> value) Sets the "base-dn" property.void
setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
setTrustStorePin
(ValueOrExpression<String> value) Sets the "trust-store-pin" property.Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, properties
Methods inherited from interface org.forgerock.opendj.server.config.client.TrustManagerProviderCfgClient
isEnabled, setEnabled
-
Method Details
-
definition
ManagedObjectDefinition<? extends LdapTrustManagerProviderCfgClient,? extends LdapTrustManagerProviderCfg> definition()Get the configuration definition associated with this LDAP Trust Manager Provider.- Specified by:
definition
in interfaceConfigurationClient
- Specified by:
definition
in interfaceTrustManagerProviderCfgClient
- Returns:
- Returns the configuration definition associated with this LDAP Trust Manager Provider.
-
getBaseDn
Gets the "base-dn" property.The base DN beneath which LDAP key store entries are located.
- Returns:
- Returns the value of the "base-dn" property.
-
setBaseDn
Sets the "base-dn" property.The base DN beneath which LDAP key store entries are located.
- Parameters:
value
- The value of the "base-dn" property.- Throws:
PropertyException
- If the new value is invalid.
-
getJavaClass
Gets the "java-class" property.The fully-qualified name of the Java class that provides the LDAP Trust Manager Provider implementation.
Default value:
org.opends.server.extensions.LDAPTrustManagerProvider
- Specified by:
getJavaClass
in interfaceTrustManagerProviderCfgClient
- Returns:
- Returns the value of the "java-class" property.
-
setJavaClass
Sets the "java-class" property.The fully-qualified name of the Java class that provides the LDAP Trust Manager Provider implementation.
- Specified by:
setJavaClass
in interfaceTrustManagerProviderCfgClient
- Parameters:
value
- The value of the "java-class" property.- Throws:
PropertyException
- If the new value is invalid.
-
getTrustStorePin
ValueOrExpression<String> getTrustStorePin()Gets the "trust-store-pin" property.Specifies the clear-text PIN needed to access the LDAP Trust Manager Provider .
Default value is undefined
- Returns:
- Returns the value of the "trust-store-pin" property.
-
setTrustStorePin
Sets the "trust-store-pin" property.Specifies the clear-text PIN needed to access the LDAP Trust Manager Provider .
- Parameters:
value
- The value of the "trust-store-pin" property.- Throws:
PropertyException
- If the new value is invalid.
-