Uses of Interface
org.forgerock.opendj.server.config.server.EntryDnVirtualAttributeCfg
-
Packages that use EntryDnVirtualAttributeCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.server Provides server-side interfaces for accessing the Core directory server administrative components. -
-
Uses of EntryDnVirtualAttributeCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type EntryDnVirtualAttributeCfg Modifier and Type Method Description ManagedObjectDefinition<? extends EntryDnVirtualAttributeCfgClient,? extends EntryDnVirtualAttributeCfg>
EntryDnVirtualAttributeCfgClient. definition()
Get the configuration definition associated with this entryDN Virtual Attribute. -
Uses of EntryDnVirtualAttributeCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return EntryDnVirtualAttributeCfg Modifier and Type Method Description EntryDnVirtualAttributeCfg
EntryDnVirtualAttributeCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryDnVirtualAttributeCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type EntryDnVirtualAttributeCfg Modifier and Type Method Description Class<EntryDnVirtualAttributeCfg>
EntryDnVirtualAttributeCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type EntryDnVirtualAttributeCfg Modifier and Type Method Description EntryDnVirtualAttributeCfg
EntryDnVirtualAttributeCfgDefn. createServerConfiguration(ServerManagedObject<? extends EntryDnVirtualAttributeCfg> impl)
-
Uses of EntryDnVirtualAttributeCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type EntryDnVirtualAttributeCfg Modifier and Type Method Description Class<? extends EntryDnVirtualAttributeCfg>
EntryDnVirtualAttributeCfg. configurationClass()
Gets the configuration class associated with this entryDN Virtual Attribute.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type EntryDnVirtualAttributeCfg Modifier and Type Method Description void
EntryDnVirtualAttributeCfg. addEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg> listener)
Register to be notified when this entryDN Virtual Attribute is changed.void
EntryDnVirtualAttributeCfg. removeEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg> listener)
Deregister an existing entryDN Virtual Attribute configuration change listener.
-