Uses of Interface
org.forgerock.opendj.server.config.client.PlainSaslMechanismHandlerCfgClient
-
Packages that use PlainSaslMechanismHandlerCfgClient 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 PlainSaslMechanismHandlerCfgClient in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PlainSaslMechanismHandlerCfgClient Modifier and Type Method Description ManagedObjectDefinition<? extends PlainSaslMechanismHandlerCfgClient,? extends PlainSaslMechanismHandlerCfg>
PlainSaslMechanismHandlerCfgClient. definition()
Get the configuration definition associated with this Plain SASL Mechanism Handler. -
Uses of PlainSaslMechanismHandlerCfgClient in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PlainSaslMechanismHandlerCfgClient Modifier and Type Method Description PlainSaslMechanismHandlerCfgClient
PlainSaslMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends PlainSaslMechanismHandlerCfgClient> impl)
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PlainSaslMechanismHandlerCfgClient Modifier and Type Method Description PlainSaslMechanismHandlerCfgClient
PlainSaslMechanismHandlerCfgDefn. createClientConfiguration(ManagedObject<? extends PlainSaslMechanismHandlerCfgClient> impl)
-