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 StartTLS 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 StartTlsExtendedOperationHandlerCfg
StartTlsExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends StartTlsExtendedOperationHandlerCfg> impl)
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()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type StartTlsExtendedOperationHandlerCfg Modifier and Type Method Description StartTlsExtendedOperationHandlerCfg
StartTlsExtendedOperationHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends StartTlsExtendedOperationHandlerCfg> impl)
-
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 StartTLS Extended Operation Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type StartTlsExtendedOperationHandlerCfg Modifier and Type Method Description void
StartTlsExtendedOperationHandlerCfg. addStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg> listener)
Register to be notified when this StartTLS Extended Operation Handler is changed.void
StartTlsExtendedOperationHandlerCfg. removeStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg> listener)
Deregister an existing StartTLS Extended Operation Handler configuration change listener.
-