Interface LdapKeyManagerProviderCfgClient
- All Superinterfaces:
ConfigurationClient,KeyManagerProviderCfgClient
A client-side interface for reading and modifying LDAP Key Manager
Provider settings.
The LDAP key manager provider uses an LDAP key store managed by the server to obtain server certificates.
-
Method Summary
Modifier and TypeMethodDescriptionManagedObjectDefinition<? extends LdapKeyManagerProviderCfgClient,? extends LdapKeyManagerProviderCfg> Get the configuration definition associated with this LDAP Key Manager Provider.Gets the "base-dn" property.Gets the "java-class" property.Gets the "key-store-pin" property.voidsetBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidsetJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidsetKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.Methods inherited from interface org.forgerock.opendj.config.ConfigurationClient
commit, propertiesMethods inherited from interface org.forgerock.opendj.server.config.client.KeyManagerProviderCfgClient
isEnabled, setEnabled
-
Method Details
-
definition
ManagedObjectDefinition<? extends LdapKeyManagerProviderCfgClient,? extends LdapKeyManagerProviderCfg> definition()Get the configuration definition associated with this LDAP Key Manager Provider.- Specified by:
definitionin interfaceConfigurationClient- Specified by:
definitionin interfaceKeyManagerProviderCfgClient- Returns:
- Returns the configuration definition associated with this LDAP Key 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 Key Manager Provider implementation.
Default value:
org.opends.server.extensions.LDAPKeyManagerProvider- Specified by:
getJavaClassin interfaceKeyManagerProviderCfgClient- 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 Key Manager Provider implementation.
- Specified by:
setJavaClassin interfaceKeyManagerProviderCfgClient- Parameters:
value- The value of the "java-class" property.- Throws:
PropertyException- If the new value is invalid.
-
getKeyStorePin
ValueOrExpression<String> getKeyStorePin()Gets the "key-store-pin" property.Specifies the clear-text PIN needed to access the LDAP Key Manager Provider .
Default value is undefined
- Returns:
- Returns the value of the "key-store-pin" property.
-
setKeyStorePin
Sets the "key-store-pin" property.Specifies the clear-text PIN needed to access the LDAP Key Manager Provider .
- Parameters:
value- The value of the "key-store-pin" property.- Throws:
PropertyException- If the new value is invalid.
-