Uses of Interface
org.forgerock.opendj.server.config.client.ExtendedOperationHandlerCfgClient
-
Packages that use ExtendedOperationHandlerCfgClient 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. -
-
Uses of ExtendedOperationHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of ExtendedOperationHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interface
CancelExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Cancel Extended Operation Handler settings.interface
GetConnectionIdExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Connection ID Extended Operation Handler settings.interface
GetSymmetricKeyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Get Symmetric Key Extended Operation Handler settings.interface
PasswordModifyExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Modify Extended Operation Handler settings.interface
PasswordPolicyStateExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Password Policy State Extended Operation Handler settings.interface
StartTlsExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying StartTLS Extended Operation Handler settings.interface
WhoAmIExtendedOperationHandlerCfgClient
A client-side interface for reading and modifying Who Am I Extended Operation Handler settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type ExtendedOperationHandlerCfgClient Modifier and Type Method Description <C extends ExtendedOperationHandlerCfgClient>
CRootCfgClient. createExtendedOperationHandler(ManagedObjectDefinition<C,? extends ExtendedOperationHandlerCfg> d, String name, Collection<PropertyException> exceptions)
Creates a new Extended Operation Handler.Methods in org.forgerock.opendj.server.config.client that return ExtendedOperationHandlerCfgClient Modifier and Type Method Description ExtendedOperationHandlerCfgClient
RootCfgClient. getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type ExtendedOperationHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends ExtendedOperationHandlerCfgClient,? extends ExtendedOperationHandlerCfg>
ExtendedOperationHandlerCfgClient. definition()
Get the configuration definition associated with this Extended Operation Handler. -
Uses of ExtendedOperationHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return ExtendedOperationHandlerCfgClient Modifier and Type Method Description ExtendedOperationHandlerCfgClient
ExtendedOperationHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type ExtendedOperationHandlerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<ExtendedOperationHandlerCfgClient,ExtendedOperationHandlerCfg>
RootCfgDefn. getExtendedOperationHandlersRelationDefinition()
Get the "extended-operation-handlers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type ExtendedOperationHandlerCfgClient Modifier and Type Method Description ExtendedOperationHandlerCfgClient
ExtendedOperationHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient> impl)
-