Uses of Interface
org.forgerock.opendj.server.config.client.SASLMechanismHandlerCfgClient
-
Packages that use SASLMechanismHandlerCfgClient 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 SASLMechanismHandlerCfgClient in org.forgerock.opendj.server.config.client
Subinterfaces of SASLMechanismHandlerCfgClient in org.forgerock.opendj.server.config.client Modifier and Type Interface Description interfaceAnonymousSASLMechanismHandlerCfgClientA client-side interface for reading and modifying Anonymous SASL Mechanism Handler settings.interfaceCramMD5SASLMechanismHandlerCfgClientA client-side interface for reading and modifying Cram MD5 SASL Mechanism Handler settings.interfaceDigestMD5SASLMechanismHandlerCfgClientA client-side interface for reading and modifying Digest MD5 SASL Mechanism Handler settings.interfaceExternalSASLMechanismHandlerCfgClientA client-side interface for reading and modifying External SASL Mechanism Handler settings.interfaceGSSAPISASLMechanismHandlerCfgClientA client-side interface for reading and modifying GSSAPI SASL Mechanism Handler settings.interfacePlainSASLMechanismHandlerCfgClientA client-side interface for reading and modifying Plain SASL Mechanism Handler settings.Methods in org.forgerock.opendj.server.config.client with type parameters of type SASLMechanismHandlerCfgClient Modifier and Type Method Description <C extends SASLMechanismHandlerCfgClient>
CRootCfgClient. createSASLMechanismHandler(ManagedObjectDefinition<C,? extends SASLMechanismHandlerCfg> d, String name, Collection<PropertyException> exceptions)Creates a new SASL Mechanism Handler.Methods in org.forgerock.opendj.server.config.client that return SASLMechanismHandlerCfgClient Modifier and Type Method Description SASLMechanismHandlerCfgClientRootCfgClient. getSASLMechanismHandler(String name)Gets the named SASL Mechanism Handler.Methods in org.forgerock.opendj.server.config.client that return types with arguments of type SASLMechanismHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends SASLMechanismHandlerCfgClient,? extends SASLMechanismHandlerCfg>SASLMechanismHandlerCfgClient. definition()Get the configuration definition associated with this SASL Mechanism Handler. -
Uses of SASLMechanismHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return SASLMechanismHandlerCfgClient Modifier and Type Method Description SASLMechanismHandlerCfgClientSASLMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type SASLMechanismHandlerCfgClient Modifier and Type Method Description InstantiableRelationDefinition<SASLMechanismHandlerCfgClient,SASLMechanismHandlerCfg>RootCfgDefn. getSASLMechanismHandlersRelationDefinition()Get the "sasl-mechanism-handlers" relation definition.Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type SASLMechanismHandlerCfgClient Modifier and Type Method Description SASLMechanismHandlerCfgClientSASLMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient> impl)Creates a client configuration view of the provided managed object.
-