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