Uses of Interface
org.forgerock.opendj.server.config.server.GetConnectionIdExtendedOperationHandlerCfg
-
Packages that use GetConnectionIdExtendedOperationHandlerCfg 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 GetConnectionIdExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends GetConnectionIdExtendedOperationHandlerCfgClient,? extends GetConnectionIdExtendedOperationHandlerCfg>
GetConnectionIdExtendedOperationHandlerCfgClient. definition()
Get the configuration definition associated with this Get Connection ID Extended Operation Handler. -
Uses of GetConnectionIdExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description GetConnectionIdExtendedOperationHandlerCfg
GetConnectionIdExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description Class<GetConnectionIdExtendedOperationHandlerCfg>
GetConnectionIdExtendedOperationHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description GetConnectionIdExtendedOperationHandlerCfg
GetConnectionIdExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg> impl)
-
Uses of GetConnectionIdExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description Class<? extends GetConnectionIdExtendedOperationHandlerCfg>
GetConnectionIdExtendedOperationHandlerCfg. configurationClass()
Gets the configuration class associated with this Get Connection ID Extended Operation Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description void
GetConnectionIdExtendedOperationHandlerCfg. addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Register to be notified when this Get Connection ID Extended Operation Handler is changed.void
GetConnectionIdExtendedOperationHandlerCfg. removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Deregister an existing Get Connection ID Extended Operation Handler configuration change listener.
-