Uses of Class
org.forgerock.opendj.config.client.MissingMandatoryPropertiesException
-
Packages that use MissingMandatoryPropertiesException Package Description org.forgerock.opendj.config Common administration classes.org.forgerock.opendj.config.client Common client-side administration classes.org.forgerock.opendj.config.client.spi Client side driver implementation interfaces. -
-
Uses of MissingMandatoryPropertiesException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that throw MissingMandatoryPropertiesException Modifier and Type Method Description void
ConfigurationClient. commit()
If this is a new configuration this method will attempt to add it to the server, otherwise it will commit any changes made to this configuration. -
Uses of MissingMandatoryPropertiesException in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that throw MissingMandatoryPropertiesException Modifier and Type Method Description void
ManagedObject. commit()
Adds this managed object to the server or commits any changes made to it depending on whether the managed object already exists on the server. -
Uses of MissingMandatoryPropertiesException in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi that throw MissingMandatoryPropertiesException Modifier and Type Method Description void
AbstractManagedObject. commit()
-