Uses of Interface
org.forgerock.opendj.server.config.server.CramMd5SaslMechanismHandlerCfg
-
Packages that use CramMd5SaslMechanismHandlerCfg 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 CramMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type CramMd5SaslMechanismHandlerCfg 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 CramMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description CramMd5SaslMechanismHandlerCfg
CramMd5SaslMechanismHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CramMd5SaslMechanismHandlerCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description Class<CramMd5SaslMechanismHandlerCfg>
CramMd5SaslMechanismHandlerCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description CramMd5SaslMechanismHandlerCfg
CramMd5SaslMechanismHandlerCfgDefn. createServerConfiguration(ServerManagedObject<? extends CramMd5SaslMechanismHandlerCfg> impl)
-
Uses of CramMd5SaslMechanismHandlerCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description Class<? extends CramMd5SaslMechanismHandlerCfg>
CramMd5SaslMechanismHandlerCfg. configurationClass()
Gets the configuration class associated with this CRAM-MD5 SASL Mechanism Handler.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description void
CramMd5SaslMechanismHandlerCfg. addCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this CRAM-MD5 SASL Mechanism Handler is changed.void
CramMd5SaslMechanismHandlerCfg. removeCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Deregister an existing CRAM-MD5 SASL Mechanism Handler configuration change listener. -
Uses of CramMd5SaslMechanismHandlerCfg in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type CramMd5SaslMechanismHandlerCfg Modifier and Type Method Description ConfigChangeResult
CRAMMD5SASLMechanismHandler. applyConfigurationChange(CramMd5SaslMechanismHandlerCfg configuration)
void
CRAMMD5SASLMechanismHandler. initializeSASLMechanismHandler(CramMd5SaslMechanismHandlerCfg configuration, ServerContext serverContext)
boolean
CRAMMD5SASLMechanismHandler. isConfigurationAcceptable(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
boolean
CRAMMD5SASLMechanismHandler. isConfigurationChangeAcceptable(CramMd5SaslMechanismHandlerCfg configuration, List<LocalizableMessage> unacceptableReasons)
-