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