Uses of Class
org.forgerock.opendj.config.client.spi.PropertySet
-
Packages that use PropertySet Package Description org.forgerock.opendj.config.client.spi Client side driver implementation interfaces. -
-
Uses of PropertySet in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi with parameters of type PropertySet Modifier and Type Method Description protected abstract <M extends ConfigurationClient>
ManagedObject<M>AbstractManagedObject. newInstance(ManagedObjectDefinition<M,?> d, ManagedObjectPath<M,?> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition)
Creates a new managed object.Constructors in org.forgerock.opendj.config.client.spi with parameters of type PropertySet Constructor Description AbstractManagedObject(ManagedObjectDefinition<T,? extends Configuration> d, ManagedObjectPath<T,? extends Configuration> path, PropertySet properties, boolean existsOnServer, PropertyDefinition<?> namingPropertyDefinition)
Creates a new abstract managed object.
-