Uses of Interface
org.forgerock.opendj.server.config.server.DigestMd5SaslMechanismHandlerCfg
-
Packages that use DigestMd5SaslMechanismHandlerCfg 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.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of DigestMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description ManagedObjectDefinition<? extends DigestMd5SaslMechanismHandlerCfgClient,? extends DigestMd5SaslMechanismHandlerCfg>
DigestMd5SaslMechanismHandlerCfgClient. definition()
Get the configuration definition associated with this DIGEST-MD5 SASL Mechanism Handler. -
Uses of DigestMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description DigestMd5SaslMechanismHandlerCfg
DigestMd5SaslMechanismHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends DigestMd5SaslMechanismHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description Class<DigestMd5SaslMechanismHandlerCfg>
DigestMd5SaslMechanismHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description DigestMd5SaslMechanismHandlerCfg
DigestMd5SaslMechanismHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends DigestMd5SaslMechanismHandlerCfg> impl)
-
Uses of DigestMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description Class<? extends DigestMd5SaslMechanismHandlerCfg>
DigestMd5SaslMechanismHandlerCfg. configurationClass()
Gets the configuration class associated with this DIGEST-MD5 SASL Mechanism Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description void
DigestMd5SaslMechanismHandlerCfg. addDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this DIGEST-MD5 SASL Mechanism Handler is changed.void
DigestMd5SaslMechanismHandlerCfg. removeDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Deregister an existing DIGEST-MD5 SASL Mechanism Handler configuration change listener. -
Uses of DigestMd5SaslMechanismHandlerCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type DigestMd5SaslMechanismHandlerCfg Modifier and Type Method Description ConfigChangeResult
DigestMD5SASLMechanismHandler. applyConfigurationChange(DigestMd5SaslMechanismHandlerCfg configuration)
void
DigestMD5SASLMechanismHandler. initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext)
boolean
DigestMD5SASLMechanismHandler. isConfigurationAcceptable(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
DigestMD5SASLMechanismHandler. isConfigurationChangeAcceptable(DigestMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-