Uses of Interface
org.forgerock.opendj.server.config.server.GroupImplementationCfg
-
Packages that use GroupImplementationCfg 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 GroupImplementationCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GroupImplementationCfg Modifier and Type Method Description ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg>GroupImplementationCfgClient. definition()Get the configuration definition associated with this Group Implementation.Method parameters in org.forgerock.opendj.server.config.client with type arguments of type GroupImplementationCfg Modifier and Type Method Description <C extends GroupImplementationCfgClient>
CRootCfgClient. createGroupImplementation(ManagedObjectDefinition<C,? extends GroupImplementationCfg> d, String name, Collection<PropertyException> exceptions)Creates a new Group Implementation. -
Uses of GroupImplementationCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GroupImplementationCfg Modifier and Type Method Description GroupImplementationCfgGroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)Creates a server configuration view of the provided server managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GroupImplementationCfg Modifier and Type Method Description InstantiableRelationDefinition<GroupImplementationCfgClient,GroupImplementationCfg>RootCfgDefn. getGroupImplementationsRelationDefinition()Get the "group-implementations" relation definition.Class<GroupImplementationCfg>GroupImplementationCfgDefn. getServerConfigurationClass()Gets the server configuration class instance associated with this managed object definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GroupImplementationCfg Modifier and Type Method Description GroupImplementationCfgGroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of GroupImplementationCfg in org.forgerock.opendj.server.config.server
Subinterfaces of GroupImplementationCfg in org.forgerock.opendj.server.config.server Modifier and Type Interface Description interfaceDynamicGroupImplementationCfgA server-side interface for querying Dynamic Group Implementation settings.interfaceStaticGroupImplementationCfgA server-side interface for querying Static Group Implementation settings.interfaceVirtualStaticGroupImplementationCfgA server-side interface for querying Virtual Static Group Implementation settings.Methods in org.forgerock.opendj.server.config.server that return GroupImplementationCfg Modifier and Type Method Description GroupImplementationCfgRootCfg. getGroupImplementation(String name)Gets the named Group Implementation.Methods in org.forgerock.opendj.server.config.server that return types with arguments of type GroupImplementationCfg Modifier and Type Method Description Class<? extends GroupImplementationCfg>GroupImplementationCfg. configurationClass()Gets the configuration class associated with this Group Implementation.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type GroupImplementationCfg Modifier and Type Method Description voidGroupImplementationCfg. addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)Register to be notified when this Group Implementation is changed.voidRootCfg. addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)Registers to be notified when new Group Implementations are added.voidRootCfg. addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)Registers to be notified when existing Group Implementations are deleted.voidGroupImplementationCfg. removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)Deregister an existing Group Implementation configuration change listener.voidRootCfg. removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)Deregisters an existing Group Implementation configuration add listener.voidRootCfg. removeGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)Deregisters an existing Group Implementation configuration delete listener.
-