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.org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
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 GroupImplementationCfg
GroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GroupImplementationCfg Modifier and Type Method Description GroupImplementationCfg
GroupImplementationCfgDefn. createServerConfiguration(ServerManagedObject<? extends GroupImplementationCfg> impl)
-
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 interface
DynamicGroupImplementationCfg
A server-side interface for querying Dynamic Group Implementation settings.interface
StaticGroupImplementationCfg
A server-side interface for querying Static Group Implementation settings.interface
VirtualStaticGroupImplementationCfg
A 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 GroupImplementationCfg
RootCfg. 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 void
GroupImplementationCfg. addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Register to be notified when this Group Implementation is changed.void
RootCfg. addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Registers to be notified when new Group Implementations are added.void
RootCfg. addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Registers to be notified when existing Group Implementations are deleted.void
GroupImplementationCfg. removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Deregister an existing Group Implementation configuration change listener.void
RootCfg. removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration add listener.void
RootCfg. removeGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration delete listener. -
Uses of GroupImplementationCfg in org.opends.server.api
Classes in org.opends.server.api with type parameters of type GroupImplementationCfg Modifier and Type Interface Description interface
Group<T extends GroupImplementationCfg>
This interface defines the set of methods that must be implemented by a Directory Server group. -
Uses of GroupImplementationCfg in org.opends.server.core
Methods in org.opends.server.core with parameters of type GroupImplementationCfg Modifier and Type Method Description ConfigChangeResult
GroupManager. applyConfigurationAdd(GroupImplementationCfg configuration)
ConfigChangeResult
GroupManager. applyConfigurationChange(GroupImplementationCfg configuration)
ConfigChangeResult
GroupManager. applyConfigurationDelete(GroupImplementationCfg configuration)
boolean
GroupManager. isConfigurationAddAcceptable(GroupImplementationCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
GroupManager. isConfigurationChangeAcceptable(GroupImplementationCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
GroupManager. isConfigurationDeleteAcceptable(GroupImplementationCfg configuration, List<LocalizableMessage> unacceptableReasons)
-