Uses of Interface
org.forgerock.opendj.server.config.server.StartTLSExtendedOperationHandlerCfg
-
Packages that use StartTLSExtendedOperationHandlerCfg 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 StartTLSExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends StartTLSExtendedOperationHandlerCfgClient,? extends StartTLSExtendedOperationHandlerCfg>StartTLSExtendedOperationHandlerCfgClient. definition()Get the configuration definition associated with this Start TLS Extended Operation Handler. -
Uses of StartTLSExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description StartTLSExtendedOperationHandlerCfgStartTLSExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends StartTLSExtendedOperationHandlerCfg> 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 StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description Class<StartTLSExtendedOperationHandlerCfg>StartTLSExtendedOperationHandlerCfgDefn. 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 StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description StartTLSExtendedOperationHandlerCfgStartTLSExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends StartTLSExtendedOperationHandlerCfg> impl)Creates a server configuration view of the provided server managed object. -
Uses of StartTLSExtendedOperationHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description Class<? extends StartTLSExtendedOperationHandlerCfg>StartTLSExtendedOperationHandlerCfg. configurationClass()Gets the configuration class associated with this Start TLS Extended Operation Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type StartTLSExtendedOperationHandlerCfg Modifier and Type Method Description voidStartTLSExtendedOperationHandlerCfg. addStartTLSChangeListener(ConfigurationChangeListener<StartTLSExtendedOperationHandlerCfg> listener)Register to be notified when this Start TLS Extended Operation Handler is changed.voidStartTLSExtendedOperationHandlerCfg. removeStartTLSChangeListener(ConfigurationChangeListener<StartTLSExtendedOperationHandlerCfg> listener)Deregister an existing Start TLS Extended Operation Handler configuration change listener.
-