Uses of Interface
org.forgerock.opendj.server.config.server.StaticGroupImplementationCfg
-
Packages that use StaticGroupImplementationCfg 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 StaticGroupImplementationCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type StaticGroupImplementationCfg Modifier and Type Method Description ManagedObjectDefinition<? extends StaticGroupImplementationCfgClient,? extends StaticGroupImplementationCfg>
StaticGroupImplementationCfgClient. definition()
Get the configuration definition associated with this Static Group Implementation. -
Uses of StaticGroupImplementationCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return StaticGroupImplementationCfg Modifier and Type Method Description StaticGroupImplementationCfg
StaticGroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type StaticGroupImplementationCfg Modifier and Type Method Description Class<StaticGroupImplementationCfg>
StaticGroupImplementationCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type StaticGroupImplementationCfg Modifier and Type Method Description StaticGroupImplementationCfg
StaticGroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends StaticGroupImplementationCfg> impl)
-
Uses of StaticGroupImplementationCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type StaticGroupImplementationCfg Modifier and Type Method Description Class<? extends StaticGroupImplementationCfg>
StaticGroupImplementationCfg. configurationClass()
Gets the configuration class associated with this Static Group Implementation.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type StaticGroupImplementationCfg Modifier and Type Method Description void
StaticGroupImplementationCfg. addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Register to be notified when this Static Group Implementation is changed.void
StaticGroupImplementationCfg. removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Deregister an existing Static Group Implementation configuration change listener.
-