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.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends DigestMd5SaslMechanismHandlerCfgClient,? extends DigestMd5SaslMechanismHandlerCfg> |
DigestMd5SaslMechanismHandlerCfgClient.definition()
Get the configuration definition associated with this DIGEST-MD5 SASL Mechanism Handler.
|
Modifier and Type | Method and Description |
---|---|
DigestMd5SaslMechanismHandlerCfg |
DigestMd5SaslMechanismHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends DigestMd5SaslMechanismHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<DigestMd5SaslMechanismHandlerCfg> |
DigestMd5SaslMechanismHandlerCfgDefn.getServerConfigurationClass() |
Modifier and Type | Method and Description |
---|---|
DigestMd5SaslMechanismHandlerCfg |
DigestMd5SaslMechanismHandlerCfgDefn.createServerConfiguration(ServerManagedObject<? extends DigestMd5SaslMechanismHandlerCfg> impl) |
Modifier and Type | Method and Description |
---|---|
Class<? extends DigestMd5SaslMechanismHandlerCfg> |
DigestMd5SaslMechanismHandlerCfg.configurationClass()
Gets the configuration class associated with this DIGEST-MD5 SASL Mechanism Handler.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
DigestMD5SASLMechanismHandler.applyConfigurationChange(DigestMd5SaslMechanismHandlerCfg configuration) |
void |
DigestMD5SASLMechanismHandler.initializeSASLMechanismHandler(DigestMd5SaslMechanismHandlerCfg configuration) |
boolean |
DigestMD5SASLMechanismHandler.isConfigurationAcceptable(DigestMd5SaslMechanismHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
boolean |
DigestMD5SASLMechanismHandler.isConfigurationChangeAcceptable(DigestMd5SaslMechanismHandlerCfg configuration,
List<LocalizableMessage> unacceptableReasons) |
Copyright 2010-2018 ForgeRock AS.