Uses of Interface
org.forgerock.opendj.server.config.client.GroupImplementationCfgClient
-
Packages that use GroupImplementationCfgClient 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. -
-
Uses of GroupImplementationCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of GroupImplementationCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
DynamicGroupImplementationCfgClient
A client-side interface for reading and modifying Dynamic Group Implementation settings.interface
StaticGroupImplementationCfgClient
A client-side interface for reading and modifying Static Group Implementation settings.interface
VirtualStaticGroupImplementationCfgClient
A client-side interface for reading and modifying Virtual Static Group Implementation settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type GroupImplementationCfgClient 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.Methods in org.forgerock.opendj.server.config.client that return GroupImplementationCfgClient Modifier and Type Method Description GroupImplementationCfgClient
RootCfgClient. getGroupImplementation(String name)
Gets the named Group Implementation.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GroupImplementationCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends GroupImplementationCfgClient,? extends GroupImplementationCfg>
GroupImplementationCfgClient. definition()
Get the configuration definition associated with this Group Implementation. -
Uses of GroupImplementationCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GroupImplementationCfgClient Modifier and Type Method Description GroupImplementationCfgClient
GroupImplementationCfgDefn. createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GroupImplementationCfgClient Modifier and Type Method Description InstantiableRelationDefinition<GroupImplementationCfgClient,GroupImplementationCfg>
RootCfgDefn. getGroupImplementationsRelationDefinition()
Get the "group-implementations" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GroupImplementationCfgClient Modifier and Type Method Description GroupImplementationCfgClient
GroupImplementationCfgDefn. createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
-