Uses of Interface
org.forgerock.opendj.config.client.spi.Property
-
Packages that use Property Package Description org.forgerock.opendj.config.client.spi Client side driver implementation interfaces. -
-
Uses of Property in org.forgerock.opendj.config.client.spi
Methods in org.forgerock.opendj.config.client.spi that return Property Modifier and Type Method Description protected <P> Property<P>
AbstractManagedObject. getProperty(PropertyDefinition<P> pd)
Gets the property associated with the specified property definition.<T> Property<T>
PropertySet. getProperty(PropertyDefinition<T> d)
Get the property associated with the specified property definition.
-