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 GetConnectionIdExtendedOperationHandlerCfgGetConnectionIdExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg> 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 GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description Class<GetConnectionIdExtendedOperationHandlerCfg>GetConnectionIdExtendedOperationHandlerCfgDefn. 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 GetConnectionIdExtendedOperationHandlerCfg Modifier and Type Method Description GetConnectionIdExtendedOperationHandlerCfgGetConnectionIdExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
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 voidGetConnectionIdExtendedOperationHandlerCfg. addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)Register to be notified when this Get Connection Id Extended Operation Handler is changed.voidGetConnectionIdExtendedOperationHandlerCfg. removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)Deregister an existing Get Connection Id Extended Operation Handler configuration change listener.
-