Package | Description |
---|---|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.crypto |
This package implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
org.opends.server.discovery |
Contains the Service Discovery Mechanisms and APIs.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
org.opends.server.plugins.profiler |
Contains the implementation of the Directory Server plugin that acts as an embedded profiler that can be used for
performance analysis of the server under load.
|
org.opends.server.protocols |
Contains various Directory Server connection handler implementations which will be used to accept connections from
and perform communication with clients over various protocols.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.replication.plugin |
This package contains the part of the Multi-master
replication code that works on the Directory Server side.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
org.opends.server.schema |
Contains implementations of various Directory Server schema elements.
|
org.opends.server.snmp |
This package contains Simple Network Management Protocol (SNMP) connection handler, the required classes to support
MIB 2605 objects and SNMP requests, and the SNMP adaptor that allows a SNMP manager to access OpenDS monitoring
information.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerManagedObject.deregisterChangeListener(ConfigurationChangeListener<? super S> listener)
Deregisters an existing configuration change listener.
|
void |
ServerManagedObject.registerChangeListener(ConfigurationChangeListener<? super S> listener)
Register to be notified when this server managed object is changed.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisherCfg.addAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Register to be notified when this Access Log Publisher is changed.
|
void |
AdminEndpointCfg.addAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
Register to be notified when this Admin Endpoint is changed.
|
void |
AesPasswordStorageSchemeCfg.addAesChangeListener(ConfigurationChangeListener<AesPasswordStorageSchemeCfg> listener)
Register to be notified when this AES Password Storage Scheme is changed.
|
void |
AnonymousSaslMechanismHandlerCfg.addAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
Register to be notified when this Anonymous SASL Mechanism Handler is changed.
|
void |
AttributeCleanupPluginCfg.addAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
Register to be notified when this Attribute Cleanup Plugin is changed.
|
void |
AttributeValuePasswordValidatorCfg.addAttributeValueChangeListener(ConfigurationChangeListener<AttributeValuePasswordValidatorCfg> listener)
Register to be notified when this Attribute Value Password Validator is changed.
|
void |
BackupBackendCfg.addBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Register to be notified when this Backup Backend is changed.
|
void |
Base64PasswordStorageSchemeCfg.addBase64ChangeListener(ConfigurationChangeListener<Base64PasswordStorageSchemeCfg> listener)
Register to be notified when this Base64 Password Storage Scheme is changed.
|
void |
BcryptPasswordStorageSchemeCfg.addBcryptChangeListener(ConfigurationChangeListener<BcryptPasswordStorageSchemeCfg> listener)
Register to be notified when this Bcrypt Password Storage Scheme is changed.
|
void |
BlindTrustManagerProviderCfg.addBlindChangeListener(ConfigurationChangeListener<BlindTrustManagerProviderCfg> listener)
Register to be notified when this Blind Trust Manager Provider is changed.
|
void |
BlowfishPasswordStorageSchemeCfg.addBlowfishChangeListener(ConfigurationChangeListener<BlowfishPasswordStorageSchemeCfg> listener)
Register to be notified when this Blowfish Password Storage Scheme is changed.
|
void |
CancelExtendedOperationHandlerCfg.addCancelChangeListener(ConfigurationChangeListener<CancelExtendedOperationHandlerCfg> listener)
Register to be notified when this Cancel Extended Operation Handler is changed.
|
void |
AccessControlHandlerCfg.addChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)
Register to be notified when this Access Control Handler is changed.
|
void |
AccessLogFilteringCriteriaCfg.addChangeListener(ConfigurationChangeListener<AccessLogFilteringCriteriaCfg> listener)
Register to be notified when this Access Log Filtering Criteria is changed.
|
void |
AccountStatusNotificationHandlerCfg.addChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Account Status Notification Handler is changed.
|
void |
AdministrationConnectorCfg.addChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
Register to be notified when this Administration Connector is changed.
|
void |
AlertHandlerCfg.addChangeListener(ConfigurationChangeListener<AlertHandlerCfg> listener)
Register to be notified when this Alert Handler is changed.
|
void |
AuthenticationPolicyCfg.addChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Register to be notified when this Authentication Policy is changed.
|
void |
BackendCfg.addChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Register to be notified when this Backend is changed.
|
void |
BackendIndexCfg.addChangeListener(ConfigurationChangeListener<BackendIndexCfg> listener)
Register to be notified when this Backend Index is changed.
|
void |
BackendVlvIndexCfg.addChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg> listener)
Register to be notified when this Backend VLV Index is changed.
|
void |
CertificateMapperCfg.addChangeListener(ConfigurationChangeListener<CertificateMapperCfg> listener)
Register to be notified when this Certificate Mapper is changed.
|
void |
ConnectionHandlerCfg.addChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Register to be notified when this Connection Handler is changed.
|
void |
CryptoManagerCfg.addChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)
Register to be notified when this Crypto Manager is changed.
|
void |
DebugTargetCfg.addChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Register to be notified when this Debug Target is changed.
|
void |
EntryCacheCfg.addChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Register to be notified when this Entry Cache is changed.
|
void |
ExtendedOperationHandlerCfg.addChangeListener(ConfigurationChangeListener<ExtendedOperationHandlerCfg> listener)
Register to be notified when this Extended Operation Handler is changed.
|
void |
ExternalChangelogDomainCfg.addChangeListener(ConfigurationChangeListener<ExternalChangelogDomainCfg> listener)
Register to be notified when this External Changelog Domain is changed.
|
void |
GlobalAccessControlPolicyCfg.addChangeListener(ConfigurationChangeListener<GlobalAccessControlPolicyCfg> listener)
Register to be notified when this Global Access Control Policy is changed.
|
void |
GlobalCfg.addChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Register to be notified when this Global Configuration is changed.
|
void |
GroupImplementationCfg.addChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Register to be notified when this Group Implementation is changed.
|
void |
HttpAuthorizationMechanismCfg.addChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Authorization Mechanism is changed.
|
void |
HttpEndpointCfg.addChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Register to be notified when this HTTP Endpoint is changed.
|
void |
IdentityMapperCfg.addChangeListener(ConfigurationChangeListener<IdentityMapperCfg> listener)
Register to be notified when this Identity Mapper is changed.
|
void |
KeyManagerProviderCfg.addChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Register to be notified when this Key Manager Provider is changed.
|
void |
LogPublisherCfg.addChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
Register to be notified when this Log Publisher is changed.
|
void |
LogRetentionPolicyCfg.addChangeListener(ConfigurationChangeListener<LogRetentionPolicyCfg> listener)
Register to be notified when this Log Retention Policy is changed.
|
void |
LogRotationPolicyCfg.addChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Register to be notified when this Log Rotation Policy is changed.
|
void |
PasswordGeneratorCfg.addChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Register to be notified when this Password Generator is changed.
|
void |
PasswordStorageSchemeCfg.addChangeListener(ConfigurationChangeListener<PasswordStorageSchemeCfg> listener)
Register to be notified when this Password Storage Scheme is changed.
|
void |
PasswordValidatorCfg.addChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Register to be notified when this Password Validator is changed.
|
void |
PluginCfg.addChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Register to be notified when this Plugin is changed.
|
void |
PluginRootCfg.addChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
Register to be notified when this Plugin Root is changed.
|
void |
ReplicationDomainCfg.addChangeListener(ConfigurationChangeListener<ReplicationDomainCfg> listener)
Register to be notified when this Replication Domain is changed.
|
void |
ReplicationServerCfg.addChangeListener(ConfigurationChangeListener<ReplicationServerCfg> listener)
Register to be notified when this Replication Server is changed.
|
void |
RootDseBackendCfg.addChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Register to be notified when this Root DSE Backend is changed.
|
void |
SaslMechanismHandlerCfg.addChangeListener(ConfigurationChangeListener<SaslMechanismHandlerCfg> listener)
Register to be notified when this SASL Mechanism Handler is changed.
|
void |
SchemaProviderCfg.addChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
Register to be notified when this Schema Provider is changed.
|
void |
ServiceDiscoveryMechanismCfg.addChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)
Register to be notified when this Service Discovery Mechanism is changed.
|
void |
SynchronizationProviderCfg.addChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Register to be notified when this Synchronization Provider is changed.
|
void |
TrustManagerProviderCfg.addChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg> listener)
Register to be notified when this Trust Manager Provider is changed.
|
void |
VirtualAttributeCfg.addChangeListener(ConfigurationChangeListener<VirtualAttributeCfg> listener)
Register to be notified when this Virtual Attribute is changed.
|
void |
WorkQueueCfg.addChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Register to be notified when this Work Queue is changed.
|
void |
ChangeNumberControlPluginCfg.addChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
Register to be notified when this Change Number Control Plugin is changed.
|
void |
CharacterSetPasswordValidatorCfg.addCharacterSetChangeListener(ConfigurationChangeListener<CharacterSetPasswordValidatorCfg> listener)
Register to be notified when this Character Set Password Validator is changed.
|
void |
ClearPasswordStorageSchemeCfg.addClearChangeListener(ConfigurationChangeListener<ClearPasswordStorageSchemeCfg> listener)
Register to be notified when this Clear Password Storage Scheme is changed.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfg.addCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
Register to be notified when this Collective Attribute Subentries Virtual Attribute is changed.
|
void |
CoreSchemaCfg.addCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Register to be notified when this Core Schema is changed.
|
void |
CramMd5SaslMechanismHandlerCfg.addCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this CRAM-MD5 SASL Mechanism Handler is changed.
|
void |
CrestMetricsEndpointCfg.addCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg> listener)
Register to be notified when this Common REST Metrics HTTP Endpoint is changed.
|
void |
CryptPasswordStorageSchemeCfg.addCryptChangeListener(ConfigurationChangeListener<CryptPasswordStorageSchemeCfg> listener)
Register to be notified when this Crypt Password Storage Scheme is changed.
|
void |
CsvFileAccessLogPublisherCfg.addCsvFileAccessChangeListener(ConfigurationChangeListener<CsvFileAccessLogPublisherCfg> listener)
Register to be notified when this CSV File Access Log Publisher is changed.
|
void |
CsvFileHttpAccessLogPublisherCfg.addCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg> listener)
Register to be notified when this CSV File HTTP Access Log Publisher is changed.
|
void |
DebugLogPublisherCfg.addDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)
Register to be notified when this Debug Log Publisher is changed.
|
void |
DictionaryPasswordValidatorCfg.addDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg> listener)
Register to be notified when this Dictionary Password Validator is changed.
|
void |
DigestMd5SaslMechanismHandlerCfg.addDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Register to be notified when this DIGEST-MD5 SASL Mechanism Handler is changed.
|
void |
DseeCompatAccessControlHandlerCfg.addDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg> listener)
Register to be notified when this DSEE Compatible Access Control Handler is changed.
|
void |
DynamicGroupImplementationCfg.addDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
Register to be notified when this Dynamic Group Implementation is changed.
|
void |
EntityTagVirtualAttributeCfg.addEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
Register to be notified when this Entity Tag Virtual Attribute is changed.
|
void |
EntryDnVirtualAttributeCfg.addEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg> listener)
Register to be notified when this entryDN Virtual Attribute is changed.
|
void |
EntryUuidPluginCfg.addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Register to be notified when this entryUUID Plugin is changed.
|
void |
EntryUuidVirtualAttributeCfg.addEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg> listener)
Register to be notified when this entryUUID Virtual Attribute is changed.
|
void |
ErrorLogPublisherCfg.addErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)
Register to be notified when this Error Log Publisher is changed.
|
void |
ErrorLogAccountStatusNotificationHandlerCfg.addErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this Error Log Account Status Notification Handler is changed.
|
void |
ExactMatchIdentityMapperCfg.addExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg> listener)
Register to be notified when this Exact Match Identity Mapper is changed.
|
void |
ExternalAccessLogPublisherCfg.addExternalAccessChangeListener(ConfigurationChangeListener<ExternalAccessLogPublisherCfg> listener)
Register to be notified when this External Access Log Publisher is changed.
|
void |
ExternalSaslMechanismHandlerCfg.addExternalChangeListener(ConfigurationChangeListener<ExternalSaslMechanismHandlerCfg> listener)
Register to be notified when this External SASL Mechanism Handler is changed.
|
void |
ExternalHttpAccessLogPublisherCfg.addExternalHttpAccessChangeListener(ConfigurationChangeListener<ExternalHttpAccessLogPublisherCfg> listener)
Register to be notified when this External HTTP Access Log Publisher is changed.
|
void |
FifoEntryCacheCfg.addFifoChangeListener(ConfigurationChangeListener<FifoEntryCacheCfg> listener)
Register to be notified when this FIFO Entry Cache is changed.
|
void |
FileBasedAccessLogPublisherCfg.addFileBasedAccessChangeListener(ConfigurationChangeListener<FileBasedAccessLogPublisherCfg> listener)
Register to be notified when this File Based Access Log Publisher is changed.
|
void |
FileBasedAuditLogPublisherCfg.addFileBasedAuditChangeListener(ConfigurationChangeListener<FileBasedAuditLogPublisherCfg> listener)
Register to be notified when this File Based Audit Log Publisher is changed.
|
void |
FileBasedKeyManagerProviderCfg.addFileBasedChangeListener(ConfigurationChangeListener<FileBasedKeyManagerProviderCfg> listener)
Register to be notified when this File Based Key Manager Provider is changed.
|
void |
FileBasedTrustManagerProviderCfg.addFileBasedChangeListener(ConfigurationChangeListener<FileBasedTrustManagerProviderCfg> listener)
Register to be notified when this File Based Trust Manager Provider is changed.
|
void |
FileBasedDebugLogPublisherCfg.addFileBasedDebugChangeListener(ConfigurationChangeListener<FileBasedDebugLogPublisherCfg> listener)
Register to be notified when this File Based Debug Log Publisher is changed.
|
void |
FileBasedErrorLogPublisherCfg.addFileBasedErrorChangeListener(ConfigurationChangeListener<FileBasedErrorLogPublisherCfg> listener)
Register to be notified when this File Based Error Log Publisher is changed.
|
void |
FileBasedHttpAccessLogPublisherCfg.addFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg> listener)
Register to be notified when this File Based HTTP Access Log Publisher is changed.
|
void |
FileCountLogRetentionPolicyCfg.addFileCountChangeListener(ConfigurationChangeListener<FileCountLogRetentionPolicyCfg> listener)
Register to be notified when this File Count Log Retention Policy is changed.
|
void |
FingerprintCertificateMapperCfg.addFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
Register to be notified when this Fingerprint Certificate Mapper is changed.
|
void |
FixedTimeLogRotationPolicyCfg.addFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Register to be notified when this Fixed Time Log Rotation Policy is changed.
|
void |
FractionalLdifImportPluginCfg.addFractionalLdifImportChangeListener(ConfigurationChangeListener<FractionalLdifImportPluginCfg> listener)
Register to be notified when this Fractional LDIF Import Plugin is changed.
|
void |
FreeDiskSpaceLogRetentionPolicyCfg.addFreeDiskSpaceChangeListener(ConfigurationChangeListener<FreeDiskSpaceLogRetentionPolicyCfg> listener)
Register to be notified when this Free Disk Space Log Retention Policy is changed.
|
void |
GetConnectionIdExtendedOperationHandlerCfg.addGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Register to be notified when this Get Connection ID Extended Operation Handler is changed.
|
void |
GetSymmetricKeyExtendedOperationHandlerCfg.addGetSymmetricKeyChangeListener(ConfigurationChangeListener<GetSymmetricKeyExtendedOperationHandlerCfg> listener)
Register to be notified when this Get Symmetric Key Extended Operation Handler is changed.
|
void |
GoverningStructureRuleVirtualAttributeCfg.addGoverningStructureRuleChangeListener(ConfigurationChangeListener<GoverningStructureRuleVirtualAttributeCfg> listener)
Register to be notified when this Governing Structure Rule Virtual Attribute is changed.
|
void |
GraphiteMonitorReporterPluginCfg.addGraphiteMonitorReporterChangeListener(ConfigurationChangeListener<GraphiteMonitorReporterPluginCfg> listener)
Register to be notified when this Graphite Monitor Reporter Plugin is changed.
|
void |
GssapiSaslMechanismHandlerCfg.addGssapiChangeListener(ConfigurationChangeListener<GssapiSaslMechanismHandlerCfg> listener)
Register to be notified when this GSSAPI SASL Mechanism Handler is changed.
|
void |
HasSubordinatesVirtualAttributeCfg.addHasSubordinatesChangeListener(ConfigurationChangeListener<HasSubordinatesVirtualAttributeCfg> listener)
Register to be notified when this Has Subordinates Virtual Attribute is changed.
|
void |
HttpAccessLogPublisherCfg.addHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
Register to be notified when this HTTP Access Log Publisher is changed.
|
void |
HttpAnonymousAuthorizationMechanismCfg.addHttpAnonymousAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpAnonymousAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Anonymous Authorization Mechanism is changed.
|
void |
HttpBasicAuthorizationMechanismCfg.addHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP Basic Authorization Mechanism is changed.
|
void |
HttpConnectionHandlerCfg.addHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Register to be notified when this HTTP Connection Handler is changed.
|
void |
HttpOauth2AuthorizationMechanismCfg.addHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 Authorization Mechanism is changed.
|
void |
HttpOauth2CtsAuthorizationMechanismCfg.addHttpOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 CTS Authorization Mechanism is changed.
|
void |
HttpOauth2FileAuthorizationMechanismCfg.addHttpOauth2FileAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2FileAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 File Based Authorization Mechanism is changed.
|
void |
HttpOauth2OpenamAuthorizationMechanismCfg.addHttpOauth2OpenamAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2OpenamAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 OpenAM Authorization Mechanism is changed.
|
void |
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg.addHttpOauth2TokenIntrospectionAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2TokenIntrospectionAuthorizationMechanismCfg> listener)
Register to be notified when this HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism is changed.
|
void |
IsMemberOfVirtualAttributeCfg.addIsMemberOfChangeListener(ConfigurationChangeListener<IsMemberOfVirtualAttributeCfg> listener)
Register to be notified when this Is Member Of Virtual Attribute is changed.
|
void |
JeBackendCfg.addJeChangeListener(ConfigurationChangeListener<JeBackendCfg> listener)
Register to be notified when this JE Backend is changed.
|
void |
JmxAlertHandlerCfg.addJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
Register to be notified when this JMX Alert Handler is changed.
|
void |
JmxConnectionHandlerCfg.addJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg> listener)
Register to be notified when this JMX Connection Handler is changed.
|
void |
JsonEqualityMatchingRuleCfg.addJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg> listener)
Register to be notified when this JSON Equality Matching Rule is changed.
|
void |
JsonFileAccessLogPublisherCfg.addJsonFileAccessChangeListener(ConfigurationChangeListener<JsonFileAccessLogPublisherCfg> listener)
Register to be notified when this JSON File Based Access Log Publisher is changed.
|
void |
JsonFileHttpAccessLogPublisherCfg.addJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg> listener)
Register to be notified when this JSON File Based HTTP Access Log Publisher is changed.
|
void |
JsonOrderingMatchingRuleCfg.addJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg> listener)
Register to be notified when this JSON Ordering Matching Rule is changed.
|
void |
JsonQueryEqualityMatchingRuleCfg.addJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonQueryEqualityMatchingRuleCfg> listener)
Register to be notified when this JSON Query Equality Matching Rule is changed.
|
void |
LastModPluginCfg.addLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
Register to be notified when this Last Mod Plugin is changed.
|
void |
LdapAttributeDescriptionListPluginCfg.addLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Register to be notified when this LDAP Attribute Description List Plugin is changed.
|
void |
LdapConnectionHandlerCfg.addLdapChangeListener(ConfigurationChangeListener<LdapConnectionHandlerCfg> listener)
Register to be notified when this LDAP Connection Handler is changed.
|
void |
LdapKeyManagerProviderCfg.addLdapChangeListener(ConfigurationChangeListener<LdapKeyManagerProviderCfg> listener)
Register to be notified when this LDAP Key Manager Provider is changed.
|
void |
LdapTrustManagerProviderCfg.addLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg> listener)
Register to be notified when this LDAP Trust Manager Provider is changed.
|
void |
LdapPassThroughAuthenticationPolicyCfg.addLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg> listener)
Register to be notified when this LDAP Pass Through Authentication Policy is changed.
|
void |
LdifBackendCfg.addLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Register to be notified when this LDIF Backend is changed.
|
void |
LdifConnectionHandlerCfg.addLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg> listener)
Register to be notified when this LDIF Connection Handler is changed.
|
void |
LengthBasedPasswordValidatorCfg.addLengthBasedChangeListener(ConfigurationChangeListener<LengthBasedPasswordValidatorCfg> listener)
Register to be notified when this Length Based Password Validator is changed.
|
void |
LocalBackendCfg.addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Register to be notified when this Local Backend is changed.
|
void |
Md5PasswordStorageSchemeCfg.addMd5ChangeListener(ConfigurationChangeListener<Md5PasswordStorageSchemeCfg> listener)
Register to be notified when this MD5 Password Storage Scheme is changed.
|
void |
MemberVirtualAttributeCfg.addMemberChangeListener(ConfigurationChangeListener<MemberVirtualAttributeCfg> listener)
Register to be notified when this Member Virtual Attribute is changed.
|
void |
MemoryBackendCfg.addMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Register to be notified when this Memory Backend is changed.
|
void |
MonitorBackendCfg.addMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Register to be notified when this Monitor Backend is changed.
|
void |
NullBackendCfg.addNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Register to be notified when this Null Backend is changed.
|
void |
NumSubordinatesVirtualAttributeCfg.addNumSubordinatesChangeListener(ConfigurationChangeListener<NumSubordinatesVirtualAttributeCfg> listener)
Register to be notified when this Num Subordinates Virtual Attribute is changed.
|
void |
PasswordExpirationTimeVirtualAttributeCfg.addPasswordExpirationTimeChangeListener(ConfigurationChangeListener<PasswordExpirationTimeVirtualAttributeCfg> listener)
Register to be notified when this Password Expiration Time Virtual Attribute is changed.
|
void |
PasswordModifyExtendedOperationHandlerCfg.addPasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
Register to be notified when this Password Modify Extended Operation Handler is changed.
|
void |
PasswordPolicyCfg.addPasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg> listener)
Register to be notified when this Password Policy is changed.
|
void |
PasswordPolicyImportPluginCfg.addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Register to be notified when this Password Policy Import Plugin is changed.
|
void |
PasswordPolicyStateExtendedOperationHandlerCfg.addPasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
Register to be notified when this Password Policy State Extended Operation Handler is changed.
|
void |
PasswordPolicySubentryVirtualAttributeCfg.addPasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
Register to be notified when this Password Policy Subentry Virtual Attribute is changed.
|
void |
Pbkdf2PasswordStorageSchemeCfg.addPbkdf2ChangeListener(ConfigurationChangeListener<Pbkdf2PasswordStorageSchemeCfg> listener)
Register to be notified when this PBKDF2 Password Storage Scheme is changed.
|
void |
Pkcs11KeyManagerProviderCfg.addPkcs11ChangeListener(ConfigurationChangeListener<Pkcs11KeyManagerProviderCfg> listener)
Register to be notified when this PKCS#11 Key Manager Provider is changed.
|
void |
Pkcs11TrustManagerProviderCfg.addPkcs11ChangeListener(ConfigurationChangeListener<Pkcs11TrustManagerProviderCfg> listener)
Register to be notified when this PKCS#11 Trust Manager Provider is changed.
|
void |
Pkcs5s2PasswordStorageSchemeCfg.addPkcs5s2ChangeListener(ConfigurationChangeListener<Pkcs5s2PasswordStorageSchemeCfg> listener)
Register to be notified when this PKCS#5 V2.0 Scheme 2 Password Storage Scheme is changed.
|
void |
PlainSaslMechanismHandlerCfg.addPlainChangeListener(ConfigurationChangeListener<PlainSaslMechanismHandlerCfg> listener)
Register to be notified when this Plain SASL Mechanism Handler is changed.
|
void |
PluggableBackendCfg.addPluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Register to be notified when this Pluggable Backend is changed.
|
void |
PolicyBasedAccessControlHandlerCfg.addPolicyBasedChangeListener(ConfigurationChangeListener<PolicyBasedAccessControlHandlerCfg> listener)
Register to be notified when this Policy Based Access Control Handler is changed.
|
void |
ProfilerPluginCfg.addProfilerChangeListener(ConfigurationChangeListener<ProfilerPluginCfg> listener)
Register to be notified when this Profiler Plugin is changed.
|
void |
PrometheusEndpointCfg.addPrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg> listener)
Register to be notified when this Prometheus HTTP Endpoint is changed.
|
void |
ProxyBackendCfg.addProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Register to be notified when this Proxy Backend is changed.
|
void |
RandomPasswordGeneratorCfg.addRandomChangeListener(ConfigurationChangeListener<RandomPasswordGeneratorCfg> listener)
Register to be notified when this Random Password Generator is changed.
|
void |
Rc4PasswordStorageSchemeCfg.addRc4ChangeListener(ConfigurationChangeListener<Rc4PasswordStorageSchemeCfg> listener)
Register to be notified when this RC4 Password Storage Scheme is changed.
|
void |
ReferentialIntegrityPluginCfg.addReferentialIntegrityChangeListener(ConfigurationChangeListener<ReferentialIntegrityPluginCfg> listener)
Register to be notified when this Referential Integrity Plugin is changed.
|
void |
RegularExpressionIdentityMapperCfg.addRegularExpressionChangeListener(ConfigurationChangeListener<RegularExpressionIdentityMapperCfg> listener)
Register to be notified when this Regular Expression Identity Mapper is changed.
|
void |
RepeatedCharactersPasswordValidatorCfg.addRepeatedCharactersChangeListener(ConfigurationChangeListener<RepeatedCharactersPasswordValidatorCfg> listener)
Register to be notified when this Repeated Characters Password Validator is changed.
|
void |
ReplicationServiceDiscoveryMechanismCfg.addReplicationChangeListener(ConfigurationChangeListener<ReplicationServiceDiscoveryMechanismCfg> listener)
Register to be notified when this Replication Service Discovery Mechanism is changed.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg> listener)
Register to be notified when this Replication Synchronization Provider is changed.
|
void |
Rest2ldapEndpointCfg.addRest2ldapEndpointChangeListener(ConfigurationChangeListener<Rest2ldapEndpointCfg> listener)
Register to be notified when this Rest2LDAP Endpoint is changed.
|
void |
SaltedMd5PasswordStorageSchemeCfg.addSaltedMd5ChangeListener(ConfigurationChangeListener<SaltedMd5PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted MD5 Password Storage Scheme is changed.
|
void |
SaltedSha1PasswordStorageSchemeCfg.addSaltedSha1ChangeListener(ConfigurationChangeListener<SaltedSha1PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA-1 Password Storage Scheme is changed.
|
void |
SaltedSha256PasswordStorageSchemeCfg.addSaltedSha256ChangeListener(ConfigurationChangeListener<SaltedSha256PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA-256 Password Storage Scheme is changed.
|
void |
SaltedSha384PasswordStorageSchemeCfg.addSaltedSha384ChangeListener(ConfigurationChangeListener<SaltedSha384PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA-384 Password Storage Scheme is changed.
|
void |
SaltedSha512PasswordStorageSchemeCfg.addSaltedSha512ChangeListener(ConfigurationChangeListener<SaltedSha512PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA-512 Password Storage Scheme is changed.
|
void |
SambaPasswordPluginCfg.addSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg> listener)
Register to be notified when this Samba Password Plugin is changed.
|
void |
SchemaBackendCfg.addSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Register to be notified when this Schema Backend is changed.
|
void |
SevenBitCleanPluginCfg.addSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Register to be notified when this Seven Bit Clean Plugin is changed.
|
void |
Sha1PasswordStorageSchemeCfg.addSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg> listener)
Register to be notified when this SHA-1 Password Storage Scheme is changed.
|
void |
SimilarityBasedPasswordValidatorCfg.addSimilarityBasedChangeListener(ConfigurationChangeListener<SimilarityBasedPasswordValidatorCfg> listener)
Register to be notified when this Similarity Based Password Validator is changed.
|
void |
SizeLimitLogRetentionPolicyCfg.addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRetentionPolicyCfg> listener)
Register to be notified when this Size Limit Log Retention Policy is changed.
|
void |
SizeLimitLogRotationPolicyCfg.addSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Register to be notified when this Size Limit Log Rotation Policy is changed.
|
void |
SmtpAccountStatusNotificationHandlerCfg.addSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg> listener)
Register to be notified when this SMTP Account Status Notification Handler is changed.
|
void |
SmtpAlertHandlerCfg.addSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg> listener)
Register to be notified when this SMTP Alert Handler is changed.
|
void |
SnmpConnectionHandlerCfg.addSnmpChangeListener(ConfigurationChangeListener<SnmpConnectionHandlerCfg> listener)
Register to be notified when this SNMP Connection Handler is changed.
|
void |
SoftReferenceEntryCacheCfg.addSoftReferenceChangeListener(ConfigurationChangeListener<SoftReferenceEntryCacheCfg> listener)
Register to be notified when this Soft Reference Entry Cache is changed.
|
void |
StartTlsExtendedOperationHandlerCfg.addStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg> listener)
Register to be notified when this StartTLS Extended Operation Handler is changed.
|
void |
StaticGroupImplementationCfg.addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Register to be notified when this Static Group Implementation is changed.
|
void |
StaticServiceDiscoveryMechanismCfg.addStaticChangeListener(ConfigurationChangeListener<StaticServiceDiscoveryMechanismCfg> listener)
Register to be notified when this Static Service Discovery Mechanism is changed.
|
void |
StructuralObjectClassVirtualAttributeCfg.addStructuralObjectClassChangeListener(ConfigurationChangeListener<StructuralObjectClassVirtualAttributeCfg> listener)
Register to be notified when this Structural Object Class Virtual Attribute is changed.
|
void |
SubjectAttributeToUserAttributeCertificateMapperCfg.addSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
Register to be notified when this Subject Attribute To User Attribute Certificate Mapper is changed.
|
void |
SubjectDnToUserAttributeCertificateMapperCfg.addSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Register to be notified when this Subject DN To User Attribute Certificate Mapper is changed.
|
void |
SubjectEqualsDnCertificateMapperCfg.addSubjectEqualsDnChangeListener(ConfigurationChangeListener<SubjectEqualsDnCertificateMapperCfg> listener)
Register to be notified when this Subject Equals DN Certificate Mapper is changed.
|
void |
SubschemaSubentryVirtualAttributeCfg.addSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
Register to be notified when this Subschema Subentry Virtual Attribute is changed.
|
void |
TaskBackendCfg.addTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg> listener)
Register to be notified when this Task Backend is changed.
|
void |
TimeLimitLogRotationPolicyCfg.addTimeLimitChangeListener(ConfigurationChangeListener<TimeLimitLogRotationPolicyCfg> listener)
Register to be notified when this Time Limit Log Rotation Policy is changed.
|
void |
TraditionalWorkQueueCfg.addTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg> listener)
Register to be notified when this Traditional Work Queue is changed.
|
void |
TripleDesPasswordStorageSchemeCfg.addTripleDesChangeListener(ConfigurationChangeListener<TripleDesPasswordStorageSchemeCfg> listener)
Register to be notified when this Triple-DES Password Storage Scheme is changed.
|
void |
TrustStoreBackendCfg.addTrustStoreChangeListener(ConfigurationChangeListener<TrustStoreBackendCfg> listener)
Register to be notified when this Trust Store Backend is changed.
|
void |
UniqueAttributePluginCfg.addUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Register to be notified when this Unique Attribute Plugin is changed.
|
void |
UniqueCharactersPasswordValidatorCfg.addUniqueCharactersChangeListener(ConfigurationChangeListener<UniqueCharactersPasswordValidatorCfg> listener)
Register to be notified when this Unique Characters Password Validator is changed.
|
void |
UserDefinedVirtualAttributeCfg.addUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Register to be notified when this User Defined Virtual Attribute is changed.
|
void |
VirtualStaticGroupImplementationCfg.addVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Register to be notified when this Virtual Static Group Implementation is changed.
|
void |
WhoAmIExtendedOperationHandlerCfg.addWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
Register to be notified when this Who Am I Extended Operation Handler is changed.
|
void |
AccessLogPublisherCfg.removeAccessChangeListener(ConfigurationChangeListener<AccessLogPublisherCfg> listener)
Deregister an existing Access Log Publisher configuration change listener.
|
void |
AdminEndpointCfg.removeAdminEndpointChangeListener(ConfigurationChangeListener<AdminEndpointCfg> listener)
Deregister an existing Admin Endpoint configuration change listener.
|
void |
AesPasswordStorageSchemeCfg.removeAesChangeListener(ConfigurationChangeListener<AesPasswordStorageSchemeCfg> listener)
Deregister an existing AES Password Storage Scheme configuration change listener.
|
void |
AnonymousSaslMechanismHandlerCfg.removeAnonymousChangeListener(ConfigurationChangeListener<AnonymousSaslMechanismHandlerCfg> listener)
Deregister an existing Anonymous SASL Mechanism Handler configuration change listener.
|
void |
AttributeCleanupPluginCfg.removeAttributeCleanupChangeListener(ConfigurationChangeListener<AttributeCleanupPluginCfg> listener)
Deregister an existing Attribute Cleanup Plugin configuration change listener.
|
void |
AttributeValuePasswordValidatorCfg.removeAttributeValueChangeListener(ConfigurationChangeListener<AttributeValuePasswordValidatorCfg> listener)
Deregister an existing Attribute Value Password Validator configuration change listener.
|
void |
BackupBackendCfg.removeBackupChangeListener(ConfigurationChangeListener<BackupBackendCfg> listener)
Deregister an existing Backup Backend configuration change listener.
|
void |
Base64PasswordStorageSchemeCfg.removeBase64ChangeListener(ConfigurationChangeListener<Base64PasswordStorageSchemeCfg> listener)
Deregister an existing Base64 Password Storage Scheme configuration change listener.
|
void |
BcryptPasswordStorageSchemeCfg.removeBcryptChangeListener(ConfigurationChangeListener<BcryptPasswordStorageSchemeCfg> listener)
Deregister an existing Bcrypt Password Storage Scheme configuration change listener.
|
void |
BlindTrustManagerProviderCfg.removeBlindChangeListener(ConfigurationChangeListener<BlindTrustManagerProviderCfg> listener)
Deregister an existing Blind Trust Manager Provider configuration change listener.
|
void |
BlowfishPasswordStorageSchemeCfg.removeBlowfishChangeListener(ConfigurationChangeListener<BlowfishPasswordStorageSchemeCfg> listener)
Deregister an existing Blowfish Password Storage Scheme configuration change listener.
|
void |
CancelExtendedOperationHandlerCfg.removeCancelChangeListener(ConfigurationChangeListener<CancelExtendedOperationHandlerCfg> listener)
Deregister an existing Cancel Extended Operation Handler configuration change listener.
|
void |
AccessControlHandlerCfg.removeChangeListener(ConfigurationChangeListener<AccessControlHandlerCfg> listener)
Deregister an existing Access Control Handler configuration change listener.
|
void |
AccessLogFilteringCriteriaCfg.removeChangeListener(ConfigurationChangeListener<AccessLogFilteringCriteriaCfg> listener)
Deregister an existing Access Log Filtering Criteria configuration change listener.
|
void |
AccountStatusNotificationHandlerCfg.removeChangeListener(ConfigurationChangeListener<AccountStatusNotificationHandlerCfg> listener)
Deregister an existing Account Status Notification Handler configuration change listener.
|
void |
AdministrationConnectorCfg.removeChangeListener(ConfigurationChangeListener<AdministrationConnectorCfg> listener)
Deregister an existing Administration Connector configuration change listener.
|
void |
AlertHandlerCfg.removeChangeListener(ConfigurationChangeListener<AlertHandlerCfg> listener)
Deregister an existing Alert Handler configuration change listener.
|
void |
AuthenticationPolicyCfg.removeChangeListener(ConfigurationChangeListener<AuthenticationPolicyCfg> listener)
Deregister an existing Authentication Policy configuration change listener.
|
void |
BackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> listener)
Deregister an existing Backend configuration change listener.
|
void |
BackendIndexCfg.removeChangeListener(ConfigurationChangeListener<BackendIndexCfg> listener)
Deregister an existing Backend Index configuration change listener.
|
void |
BackendVlvIndexCfg.removeChangeListener(ConfigurationChangeListener<BackendVlvIndexCfg> listener)
Deregister an existing Backend VLV Index configuration change listener.
|
void |
CertificateMapperCfg.removeChangeListener(ConfigurationChangeListener<CertificateMapperCfg> listener)
Deregister an existing Certificate Mapper configuration change listener.
|
void |
ConnectionHandlerCfg.removeChangeListener(ConfigurationChangeListener<ConnectionHandlerCfg> listener)
Deregister an existing Connection Handler configuration change listener.
|
void |
CryptoManagerCfg.removeChangeListener(ConfigurationChangeListener<CryptoManagerCfg> listener)
Deregister an existing Crypto Manager configuration change listener.
|
void |
DebugTargetCfg.removeChangeListener(ConfigurationChangeListener<DebugTargetCfg> listener)
Deregister an existing Debug Target configuration change listener.
|
void |
EntryCacheCfg.removeChangeListener(ConfigurationChangeListener<EntryCacheCfg> listener)
Deregister an existing Entry Cache configuration change listener.
|
void |
ExtendedOperationHandlerCfg.removeChangeListener(ConfigurationChangeListener<ExtendedOperationHandlerCfg> listener)
Deregister an existing Extended Operation Handler configuration change listener.
|
void |
ExternalChangelogDomainCfg.removeChangeListener(ConfigurationChangeListener<ExternalChangelogDomainCfg> listener)
Deregister an existing External Changelog Domain configuration change listener.
|
void |
GlobalAccessControlPolicyCfg.removeChangeListener(ConfigurationChangeListener<GlobalAccessControlPolicyCfg> listener)
Deregister an existing Global Access Control Policy configuration change listener.
|
void |
GlobalCfg.removeChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Deregister an existing Global Configuration configuration change listener.
|
void |
GroupImplementationCfg.removeChangeListener(ConfigurationChangeListener<GroupImplementationCfg> listener)
Deregister an existing Group Implementation configuration change listener.
|
void |
HttpAuthorizationMechanismCfg.removeChangeListener(ConfigurationChangeListener<HttpAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Authorization Mechanism configuration change listener.
|
void |
HttpEndpointCfg.removeChangeListener(ConfigurationChangeListener<HttpEndpointCfg> listener)
Deregister an existing HTTP Endpoint configuration change listener.
|
void |
IdentityMapperCfg.removeChangeListener(ConfigurationChangeListener<IdentityMapperCfg> listener)
Deregister an existing Identity Mapper configuration change listener.
|
void |
KeyManagerProviderCfg.removeChangeListener(ConfigurationChangeListener<KeyManagerProviderCfg> listener)
Deregister an existing Key Manager Provider configuration change listener.
|
void |
LogPublisherCfg.removeChangeListener(ConfigurationChangeListener<LogPublisherCfg> listener)
Deregister an existing Log Publisher configuration change listener.
|
void |
LogRetentionPolicyCfg.removeChangeListener(ConfigurationChangeListener<LogRetentionPolicyCfg> listener)
Deregister an existing Log Retention Policy configuration change listener.
|
void |
LogRotationPolicyCfg.removeChangeListener(ConfigurationChangeListener<LogRotationPolicyCfg> listener)
Deregister an existing Log Rotation Policy configuration change listener.
|
void |
PasswordGeneratorCfg.removeChangeListener(ConfigurationChangeListener<PasswordGeneratorCfg> listener)
Deregister an existing Password Generator configuration change listener.
|
void |
PasswordStorageSchemeCfg.removeChangeListener(ConfigurationChangeListener<PasswordStorageSchemeCfg> listener)
Deregister an existing Password Storage Scheme configuration change listener.
|
void |
PasswordValidatorCfg.removeChangeListener(ConfigurationChangeListener<PasswordValidatorCfg> listener)
Deregister an existing Password Validator configuration change listener.
|
void |
PluginCfg.removeChangeListener(ConfigurationChangeListener<PluginCfg> listener)
Deregister an existing Plugin configuration change listener.
|
void |
PluginRootCfg.removeChangeListener(ConfigurationChangeListener<PluginRootCfg> listener)
Deregister an existing Plugin Root configuration change listener.
|
void |
ReplicationDomainCfg.removeChangeListener(ConfigurationChangeListener<ReplicationDomainCfg> listener)
Deregister an existing Replication Domain configuration change listener.
|
void |
ReplicationServerCfg.removeChangeListener(ConfigurationChangeListener<ReplicationServerCfg> listener)
Deregister an existing Replication Server configuration change listener.
|
void |
RootDseBackendCfg.removeChangeListener(ConfigurationChangeListener<RootDseBackendCfg> listener)
Deregister an existing Root DSE Backend configuration change listener.
|
void |
SaslMechanismHandlerCfg.removeChangeListener(ConfigurationChangeListener<SaslMechanismHandlerCfg> listener)
Deregister an existing SASL Mechanism Handler configuration change listener.
|
void |
SchemaProviderCfg.removeChangeListener(ConfigurationChangeListener<SchemaProviderCfg> listener)
Deregister an existing Schema Provider configuration change listener.
|
void |
ServiceDiscoveryMechanismCfg.removeChangeListener(ConfigurationChangeListener<ServiceDiscoveryMechanismCfg> listener)
Deregister an existing Service Discovery Mechanism configuration change listener.
|
void |
SynchronizationProviderCfg.removeChangeListener(ConfigurationChangeListener<SynchronizationProviderCfg> listener)
Deregister an existing Synchronization Provider configuration change listener.
|
void |
TrustManagerProviderCfg.removeChangeListener(ConfigurationChangeListener<TrustManagerProviderCfg> listener)
Deregister an existing Trust Manager Provider configuration change listener.
|
void |
VirtualAttributeCfg.removeChangeListener(ConfigurationChangeListener<VirtualAttributeCfg> listener)
Deregister an existing Virtual Attribute configuration change listener.
|
void |
WorkQueueCfg.removeChangeListener(ConfigurationChangeListener<WorkQueueCfg> listener)
Deregister an existing Work Queue configuration change listener.
|
void |
ChangeNumberControlPluginCfg.removeChangeNumberControlChangeListener(ConfigurationChangeListener<ChangeNumberControlPluginCfg> listener)
Deregister an existing Change Number Control Plugin configuration change listener.
|
void |
CharacterSetPasswordValidatorCfg.removeCharacterSetChangeListener(ConfigurationChangeListener<CharacterSetPasswordValidatorCfg> listener)
Deregister an existing Character Set Password Validator configuration change listener.
|
void |
ClearPasswordStorageSchemeCfg.removeClearChangeListener(ConfigurationChangeListener<ClearPasswordStorageSchemeCfg> listener)
Deregister an existing Clear Password Storage Scheme configuration change listener.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfg.removeCollectiveAttributeSubentriesChangeListener(ConfigurationChangeListener<CollectiveAttributeSubentriesVirtualAttributeCfg> listener)
Deregister an existing Collective Attribute Subentries Virtual Attribute configuration change listener.
|
void |
CoreSchemaCfg.removeCoreSchemaChangeListener(ConfigurationChangeListener<CoreSchemaCfg> listener)
Deregister an existing Core Schema configuration change listener.
|
void |
CramMd5SaslMechanismHandlerCfg.removeCramMd5ChangeListener(ConfigurationChangeListener<CramMd5SaslMechanismHandlerCfg> listener)
Deregister an existing CRAM-MD5 SASL Mechanism Handler configuration change listener.
|
void |
CrestMetricsEndpointCfg.removeCrestMetricsEndpointChangeListener(ConfigurationChangeListener<CrestMetricsEndpointCfg> listener)
Deregister an existing Common REST Metrics HTTP Endpoint configuration change listener.
|
void |
CryptPasswordStorageSchemeCfg.removeCryptChangeListener(ConfigurationChangeListener<CryptPasswordStorageSchemeCfg> listener)
Deregister an existing Crypt Password Storage Scheme configuration change listener.
|
void |
CsvFileAccessLogPublisherCfg.removeCsvFileAccessChangeListener(ConfigurationChangeListener<CsvFileAccessLogPublisherCfg> listener)
Deregister an existing CSV File Access Log Publisher configuration change listener.
|
void |
CsvFileHttpAccessLogPublisherCfg.removeCsvFileHttpAccessChangeListener(ConfigurationChangeListener<CsvFileHttpAccessLogPublisherCfg> listener)
Deregister an existing CSV File HTTP Access Log Publisher configuration change listener.
|
void |
DebugLogPublisherCfg.removeDebugChangeListener(ConfigurationChangeListener<DebugLogPublisherCfg> listener)
Deregister an existing Debug Log Publisher configuration change listener.
|
void |
DictionaryPasswordValidatorCfg.removeDictionaryChangeListener(ConfigurationChangeListener<DictionaryPasswordValidatorCfg> listener)
Deregister an existing Dictionary Password Validator configuration change listener.
|
void |
DigestMd5SaslMechanismHandlerCfg.removeDigestMd5ChangeListener(ConfigurationChangeListener<DigestMd5SaslMechanismHandlerCfg> listener)
Deregister an existing DIGEST-MD5 SASL Mechanism Handler configuration change listener.
|
void |
DseeCompatAccessControlHandlerCfg.removeDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg> listener)
Deregister an existing DSEE Compatible Access Control Handler configuration change listener.
|
void |
DynamicGroupImplementationCfg.removeDynamicChangeListener(ConfigurationChangeListener<DynamicGroupImplementationCfg> listener)
Deregister an existing Dynamic Group Implementation configuration change listener.
|
void |
EntityTagVirtualAttributeCfg.removeEntityTagChangeListener(ConfigurationChangeListener<EntityTagVirtualAttributeCfg> listener)
Deregister an existing Entity Tag Virtual Attribute configuration change listener.
|
void |
EntryDnVirtualAttributeCfg.removeEntryDnChangeListener(ConfigurationChangeListener<EntryDnVirtualAttributeCfg> listener)
Deregister an existing entryDN Virtual Attribute configuration change listener.
|
void |
EntryUuidPluginCfg.removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidPluginCfg> listener)
Deregister an existing entryUUID Plugin configuration change listener.
|
void |
EntryUuidVirtualAttributeCfg.removeEntryUuidChangeListener(ConfigurationChangeListener<EntryUuidVirtualAttributeCfg> listener)
Deregister an existing entryUUID Virtual Attribute configuration change listener.
|
void |
ErrorLogPublisherCfg.removeErrorChangeListener(ConfigurationChangeListener<ErrorLogPublisherCfg> listener)
Deregister an existing Error Log Publisher configuration change listener.
|
void |
ErrorLogAccountStatusNotificationHandlerCfg.removeErrorLogChangeListener(ConfigurationChangeListener<ErrorLogAccountStatusNotificationHandlerCfg> listener)
Deregister an existing Error Log Account Status Notification Handler configuration change listener.
|
void |
ExactMatchIdentityMapperCfg.removeExactMatchChangeListener(ConfigurationChangeListener<ExactMatchIdentityMapperCfg> listener)
Deregister an existing Exact Match Identity Mapper configuration change listener.
|
void |
ExternalAccessLogPublisherCfg.removeExternalAccessChangeListener(ConfigurationChangeListener<ExternalAccessLogPublisherCfg> listener)
Deregister an existing External Access Log Publisher configuration change listener.
|
void |
ExternalSaslMechanismHandlerCfg.removeExternalChangeListener(ConfigurationChangeListener<ExternalSaslMechanismHandlerCfg> listener)
Deregister an existing External SASL Mechanism Handler configuration change listener.
|
void |
ExternalHttpAccessLogPublisherCfg.removeExternalHttpAccessChangeListener(ConfigurationChangeListener<ExternalHttpAccessLogPublisherCfg> listener)
Deregister an existing External HTTP Access Log Publisher configuration change listener.
|
void |
FifoEntryCacheCfg.removeFifoChangeListener(ConfigurationChangeListener<FifoEntryCacheCfg> listener)
Deregister an existing FIFO Entry Cache configuration change listener.
|
void |
FileBasedAccessLogPublisherCfg.removeFileBasedAccessChangeListener(ConfigurationChangeListener<FileBasedAccessLogPublisherCfg> listener)
Deregister an existing File Based Access Log Publisher configuration change listener.
|
void |
FileBasedAuditLogPublisherCfg.removeFileBasedAuditChangeListener(ConfigurationChangeListener<FileBasedAuditLogPublisherCfg> listener)
Deregister an existing File Based Audit Log Publisher configuration change listener.
|
void |
FileBasedKeyManagerProviderCfg.removeFileBasedChangeListener(ConfigurationChangeListener<FileBasedKeyManagerProviderCfg> listener)
Deregister an existing File Based Key Manager Provider configuration change listener.
|
void |
FileBasedTrustManagerProviderCfg.removeFileBasedChangeListener(ConfigurationChangeListener<FileBasedTrustManagerProviderCfg> listener)
Deregister an existing File Based Trust Manager Provider configuration change listener.
|
void |
FileBasedDebugLogPublisherCfg.removeFileBasedDebugChangeListener(ConfigurationChangeListener<FileBasedDebugLogPublisherCfg> listener)
Deregister an existing File Based Debug Log Publisher configuration change listener.
|
void |
FileBasedErrorLogPublisherCfg.removeFileBasedErrorChangeListener(ConfigurationChangeListener<FileBasedErrorLogPublisherCfg> listener)
Deregister an existing File Based Error Log Publisher configuration change listener.
|
void |
FileBasedHttpAccessLogPublisherCfg.removeFileBasedHttpAccessChangeListener(ConfigurationChangeListener<FileBasedHttpAccessLogPublisherCfg> listener)
Deregister an existing File Based HTTP Access Log Publisher configuration change listener.
|
void |
FileCountLogRetentionPolicyCfg.removeFileCountChangeListener(ConfigurationChangeListener<FileCountLogRetentionPolicyCfg> listener)
Deregister an existing File Count Log Retention Policy configuration change listener.
|
void |
FingerprintCertificateMapperCfg.removeFingerprintChangeListener(ConfigurationChangeListener<FingerprintCertificateMapperCfg> listener)
Deregister an existing Fingerprint Certificate Mapper configuration change listener.
|
void |
FixedTimeLogRotationPolicyCfg.removeFixedTimeChangeListener(ConfigurationChangeListener<FixedTimeLogRotationPolicyCfg> listener)
Deregister an existing Fixed Time Log Rotation Policy configuration change listener.
|
void |
FractionalLdifImportPluginCfg.removeFractionalLdifImportChangeListener(ConfigurationChangeListener<FractionalLdifImportPluginCfg> listener)
Deregister an existing Fractional LDIF Import Plugin configuration change listener.
|
void |
FreeDiskSpaceLogRetentionPolicyCfg.removeFreeDiskSpaceChangeListener(ConfigurationChangeListener<FreeDiskSpaceLogRetentionPolicyCfg> listener)
Deregister an existing Free Disk Space Log Retention Policy configuration change listener.
|
void |
GetConnectionIdExtendedOperationHandlerCfg.removeGetConnectionIdChangeListener(ConfigurationChangeListener<GetConnectionIdExtendedOperationHandlerCfg> listener)
Deregister an existing Get Connection ID Extended Operation Handler configuration change listener.
|
void |
GetSymmetricKeyExtendedOperationHandlerCfg.removeGetSymmetricKeyChangeListener(ConfigurationChangeListener<GetSymmetricKeyExtendedOperationHandlerCfg> listener)
Deregister an existing Get Symmetric Key Extended Operation Handler configuration change listener.
|
void |
GoverningStructureRuleVirtualAttributeCfg.removeGoverningStructureRuleChangeListener(ConfigurationChangeListener<GoverningStructureRuleVirtualAttributeCfg> listener)
Deregister an existing Governing Structure Rule Virtual Attribute configuration change listener.
|
void |
GraphiteMonitorReporterPluginCfg.removeGraphiteMonitorReporterChangeListener(ConfigurationChangeListener<GraphiteMonitorReporterPluginCfg> listener)
Deregister an existing Graphite Monitor Reporter Plugin configuration change listener.
|
void |
GssapiSaslMechanismHandlerCfg.removeGssapiChangeListener(ConfigurationChangeListener<GssapiSaslMechanismHandlerCfg> listener)
Deregister an existing GSSAPI SASL Mechanism Handler configuration change listener.
|
void |
HasSubordinatesVirtualAttributeCfg.removeHasSubordinatesChangeListener(ConfigurationChangeListener<HasSubordinatesVirtualAttributeCfg> listener)
Deregister an existing Has Subordinates Virtual Attribute configuration change listener.
|
void |
HttpAccessLogPublisherCfg.removeHttpAccessChangeListener(ConfigurationChangeListener<HttpAccessLogPublisherCfg> listener)
Deregister an existing HTTP Access Log Publisher configuration change listener.
|
void |
HttpAnonymousAuthorizationMechanismCfg.removeHttpAnonymousAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpAnonymousAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Anonymous Authorization Mechanism configuration change listener.
|
void |
HttpBasicAuthorizationMechanismCfg.removeHttpBasicAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpBasicAuthorizationMechanismCfg> listener)
Deregister an existing HTTP Basic Authorization Mechanism configuration change listener.
|
void |
HttpConnectionHandlerCfg.removeHttpChangeListener(ConfigurationChangeListener<HttpConnectionHandlerCfg> listener)
Deregister an existing HTTP Connection Handler configuration change listener.
|
void |
HttpOauth2AuthorizationMechanismCfg.removeHttpOauth2AuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2AuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 Authorization Mechanism configuration change listener.
|
void |
HttpOauth2CtsAuthorizationMechanismCfg.removeHttpOauth2CtsAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2CtsAuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 CTS Authorization Mechanism configuration change listener.
|
void |
HttpOauth2FileAuthorizationMechanismCfg.removeHttpOauth2FileAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2FileAuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 File Based Authorization Mechanism configuration change listener.
|
void |
HttpOauth2OpenamAuthorizationMechanismCfg.removeHttpOauth2OpenamAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2OpenamAuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 OpenAM Authorization Mechanism configuration change listener.
|
void |
HttpOauth2TokenIntrospectionAuthorizationMechanismCfg.removeHttpOauth2TokenIntrospectionAuthorizationMechanismChangeListener(ConfigurationChangeListener<HttpOauth2TokenIntrospectionAuthorizationMechanismCfg> listener)
Deregister an existing HTTP OAuth2 Token Introspection (RFC 7662) Authorization Mechanism configuration change listener.
|
void |
IsMemberOfVirtualAttributeCfg.removeIsMemberOfChangeListener(ConfigurationChangeListener<IsMemberOfVirtualAttributeCfg> listener)
Deregister an existing Is Member Of Virtual Attribute configuration change listener.
|
void |
JeBackendCfg.removeJeChangeListener(ConfigurationChangeListener<JeBackendCfg> listener)
Deregister an existing JE Backend configuration change listener.
|
void |
JmxAlertHandlerCfg.removeJmxChangeListener(ConfigurationChangeListener<JmxAlertHandlerCfg> listener)
Deregister an existing JMX Alert Handler configuration change listener.
|
void |
JmxConnectionHandlerCfg.removeJmxChangeListener(ConfigurationChangeListener<JmxConnectionHandlerCfg> listener)
Deregister an existing JMX Connection Handler configuration change listener.
|
void |
JsonEqualityMatchingRuleCfg.removeJsonEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonEqualityMatchingRuleCfg> listener)
Deregister an existing JSON Equality Matching Rule configuration change listener.
|
void |
JsonFileAccessLogPublisherCfg.removeJsonFileAccessChangeListener(ConfigurationChangeListener<JsonFileAccessLogPublisherCfg> listener)
Deregister an existing JSON File Based Access Log Publisher configuration change listener.
|
void |
JsonFileHttpAccessLogPublisherCfg.removeJsonFileHttpAccessChangeListener(ConfigurationChangeListener<JsonFileHttpAccessLogPublisherCfg> listener)
Deregister an existing JSON File Based HTTP Access Log Publisher configuration change listener.
|
void |
JsonOrderingMatchingRuleCfg.removeJsonOrderingMatchingRuleChangeListener(ConfigurationChangeListener<JsonOrderingMatchingRuleCfg> listener)
Deregister an existing JSON Ordering Matching Rule configuration change listener.
|
void |
JsonQueryEqualityMatchingRuleCfg.removeJsonQueryEqualityMatchingRuleChangeListener(ConfigurationChangeListener<JsonQueryEqualityMatchingRuleCfg> listener)
Deregister an existing JSON Query Equality Matching Rule configuration change listener.
|
void |
LastModPluginCfg.removeLastModChangeListener(ConfigurationChangeListener<LastModPluginCfg> listener)
Deregister an existing Last Mod Plugin configuration change listener.
|
void |
LdapAttributeDescriptionListPluginCfg.removeLdapAttributeDescriptionListChangeListener(ConfigurationChangeListener<LdapAttributeDescriptionListPluginCfg> listener)
Deregister an existing LDAP Attribute Description List Plugin configuration change listener.
|
void |
LdapConnectionHandlerCfg.removeLdapChangeListener(ConfigurationChangeListener<LdapConnectionHandlerCfg> listener)
Deregister an existing LDAP Connection Handler configuration change listener.
|
void |
LdapKeyManagerProviderCfg.removeLdapChangeListener(ConfigurationChangeListener<LdapKeyManagerProviderCfg> listener)
Deregister an existing LDAP Key Manager Provider configuration change listener.
|
void |
LdapTrustManagerProviderCfg.removeLdapChangeListener(ConfigurationChangeListener<LdapTrustManagerProviderCfg> listener)
Deregister an existing LDAP Trust Manager Provider configuration change listener.
|
void |
LdapPassThroughAuthenticationPolicyCfg.removeLdapPassThroughChangeListener(ConfigurationChangeListener<LdapPassThroughAuthenticationPolicyCfg> listener)
Deregister an existing LDAP Pass Through Authentication Policy configuration change listener.
|
void |
LdifBackendCfg.removeLdifChangeListener(ConfigurationChangeListener<LdifBackendCfg> listener)
Deregister an existing LDIF Backend configuration change listener.
|
void |
LdifConnectionHandlerCfg.removeLdifChangeListener(ConfigurationChangeListener<LdifConnectionHandlerCfg> listener)
Deregister an existing LDIF Connection Handler configuration change listener.
|
void |
LengthBasedPasswordValidatorCfg.removeLengthBasedChangeListener(ConfigurationChangeListener<LengthBasedPasswordValidatorCfg> listener)
Deregister an existing Length Based Password Validator configuration change listener.
|
void |
LocalBackendCfg.removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> listener)
Deregister an existing Local Backend configuration change listener.
|
void |
Md5PasswordStorageSchemeCfg.removeMd5ChangeListener(ConfigurationChangeListener<Md5PasswordStorageSchemeCfg> listener)
Deregister an existing MD5 Password Storage Scheme configuration change listener.
|
void |
MemberVirtualAttributeCfg.removeMemberChangeListener(ConfigurationChangeListener<MemberVirtualAttributeCfg> listener)
Deregister an existing Member Virtual Attribute configuration change listener.
|
void |
MemoryBackendCfg.removeMemoryChangeListener(ConfigurationChangeListener<MemoryBackendCfg> listener)
Deregister an existing Memory Backend configuration change listener.
|
void |
MonitorBackendCfg.removeMonitorChangeListener(ConfigurationChangeListener<MonitorBackendCfg> listener)
Deregister an existing Monitor Backend configuration change listener.
|
void |
NullBackendCfg.removeNullChangeListener(ConfigurationChangeListener<NullBackendCfg> listener)
Deregister an existing Null Backend configuration change listener.
|
void |
NumSubordinatesVirtualAttributeCfg.removeNumSubordinatesChangeListener(ConfigurationChangeListener<NumSubordinatesVirtualAttributeCfg> listener)
Deregister an existing Num Subordinates Virtual Attribute configuration change listener.
|
void |
PasswordExpirationTimeVirtualAttributeCfg.removePasswordExpirationTimeChangeListener(ConfigurationChangeListener<PasswordExpirationTimeVirtualAttributeCfg> listener)
Deregister an existing Password Expiration Time Virtual Attribute configuration change listener.
|
void |
PasswordModifyExtendedOperationHandlerCfg.removePasswordModifyChangeListener(ConfigurationChangeListener<PasswordModifyExtendedOperationHandlerCfg> listener)
Deregister an existing Password Modify Extended Operation Handler configuration change listener.
|
void |
PasswordPolicyCfg.removePasswordPolicyChangeListener(ConfigurationChangeListener<PasswordPolicyCfg> listener)
Deregister an existing Password Policy configuration change listener.
|
void |
PasswordPolicyImportPluginCfg.removePasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Deregister an existing Password Policy Import Plugin configuration change listener.
|
void |
PasswordPolicyStateExtendedOperationHandlerCfg.removePasswordPolicyStateChangeListener(ConfigurationChangeListener<PasswordPolicyStateExtendedOperationHandlerCfg> listener)
Deregister an existing Password Policy State Extended Operation Handler configuration change listener.
|
void |
PasswordPolicySubentryVirtualAttributeCfg.removePasswordPolicySubentryChangeListener(ConfigurationChangeListener<PasswordPolicySubentryVirtualAttributeCfg> listener)
Deregister an existing Password Policy Subentry Virtual Attribute configuration change listener.
|
void |
Pbkdf2PasswordStorageSchemeCfg.removePbkdf2ChangeListener(ConfigurationChangeListener<Pbkdf2PasswordStorageSchemeCfg> listener)
Deregister an existing PBKDF2 Password Storage Scheme configuration change listener.
|
void |
Pkcs11KeyManagerProviderCfg.removePkcs11ChangeListener(ConfigurationChangeListener<Pkcs11KeyManagerProviderCfg> listener)
Deregister an existing PKCS#11 Key Manager Provider configuration change listener.
|
void |
Pkcs11TrustManagerProviderCfg.removePkcs11ChangeListener(ConfigurationChangeListener<Pkcs11TrustManagerProviderCfg> listener)
Deregister an existing PKCS#11 Trust Manager Provider configuration change listener.
|
void |
Pkcs5s2PasswordStorageSchemeCfg.removePkcs5s2ChangeListener(ConfigurationChangeListener<Pkcs5s2PasswordStorageSchemeCfg> listener)
Deregister an existing PKCS#5 V2.0 Scheme 2 Password Storage Scheme configuration change listener.
|
void |
PlainSaslMechanismHandlerCfg.removePlainChangeListener(ConfigurationChangeListener<PlainSaslMechanismHandlerCfg> listener)
Deregister an existing Plain SASL Mechanism Handler configuration change listener.
|
void |
PluggableBackendCfg.removePluggableChangeListener(ConfigurationChangeListener<PluggableBackendCfg> listener)
Deregister an existing Pluggable Backend configuration change listener.
|
void |
PolicyBasedAccessControlHandlerCfg.removePolicyBasedChangeListener(ConfigurationChangeListener<PolicyBasedAccessControlHandlerCfg> listener)
Deregister an existing Policy Based Access Control Handler configuration change listener.
|
void |
ProfilerPluginCfg.removeProfilerChangeListener(ConfigurationChangeListener<ProfilerPluginCfg> listener)
Deregister an existing Profiler Plugin configuration change listener.
|
void |
PrometheusEndpointCfg.removePrometheusEndpointChangeListener(ConfigurationChangeListener<PrometheusEndpointCfg> listener)
Deregister an existing Prometheus HTTP Endpoint configuration change listener.
|
void |
ProxyBackendCfg.removeProxyChangeListener(ConfigurationChangeListener<ProxyBackendCfg> listener)
Deregister an existing Proxy Backend configuration change listener.
|
void |
RandomPasswordGeneratorCfg.removeRandomChangeListener(ConfigurationChangeListener<RandomPasswordGeneratorCfg> listener)
Deregister an existing Random Password Generator configuration change listener.
|
void |
Rc4PasswordStorageSchemeCfg.removeRc4ChangeListener(ConfigurationChangeListener<Rc4PasswordStorageSchemeCfg> listener)
Deregister an existing RC4 Password Storage Scheme configuration change listener.
|
void |
ReferentialIntegrityPluginCfg.removeReferentialIntegrityChangeListener(ConfigurationChangeListener<ReferentialIntegrityPluginCfg> listener)
Deregister an existing Referential Integrity Plugin configuration change listener.
|
void |
RegularExpressionIdentityMapperCfg.removeRegularExpressionChangeListener(ConfigurationChangeListener<RegularExpressionIdentityMapperCfg> listener)
Deregister an existing Regular Expression Identity Mapper configuration change listener.
|
void |
RepeatedCharactersPasswordValidatorCfg.removeRepeatedCharactersChangeListener(ConfigurationChangeListener<RepeatedCharactersPasswordValidatorCfg> listener)
Deregister an existing Repeated Characters Password Validator configuration change listener.
|
void |
ReplicationServiceDiscoveryMechanismCfg.removeReplicationChangeListener(ConfigurationChangeListener<ReplicationServiceDiscoveryMechanismCfg> listener)
Deregister an existing Replication Service Discovery Mechanism configuration change listener.
|
void |
ReplicationSynchronizationProviderCfg.removeReplicationChangeListener(ConfigurationChangeListener<ReplicationSynchronizationProviderCfg> listener)
Deregister an existing Replication Synchronization Provider configuration change listener.
|
void |
Rest2ldapEndpointCfg.removeRest2ldapEndpointChangeListener(ConfigurationChangeListener<Rest2ldapEndpointCfg> listener)
Deregister an existing Rest2LDAP Endpoint configuration change listener.
|
void |
SaltedMd5PasswordStorageSchemeCfg.removeSaltedMd5ChangeListener(ConfigurationChangeListener<SaltedMd5PasswordStorageSchemeCfg> listener)
Deregister an existing Salted MD5 Password Storage Scheme configuration change listener.
|
void |
SaltedSha1PasswordStorageSchemeCfg.removeSaltedSha1ChangeListener(ConfigurationChangeListener<SaltedSha1PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA-1 Password Storage Scheme configuration change listener.
|
void |
SaltedSha256PasswordStorageSchemeCfg.removeSaltedSha256ChangeListener(ConfigurationChangeListener<SaltedSha256PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA-256 Password Storage Scheme configuration change listener.
|
void |
SaltedSha384PasswordStorageSchemeCfg.removeSaltedSha384ChangeListener(ConfigurationChangeListener<SaltedSha384PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA-384 Password Storage Scheme configuration change listener.
|
void |
SaltedSha512PasswordStorageSchemeCfg.removeSaltedSha512ChangeListener(ConfigurationChangeListener<SaltedSha512PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA-512 Password Storage Scheme configuration change listener.
|
void |
SambaPasswordPluginCfg.removeSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg> listener)
Deregister an existing Samba Password Plugin configuration change listener.
|
void |
SchemaBackendCfg.removeSchemaChangeListener(ConfigurationChangeListener<SchemaBackendCfg> listener)
Deregister an existing Schema Backend configuration change listener.
|
void |
SevenBitCleanPluginCfg.removeSevenBitCleanChangeListener(ConfigurationChangeListener<SevenBitCleanPluginCfg> listener)
Deregister an existing Seven Bit Clean Plugin configuration change listener.
|
void |
Sha1PasswordStorageSchemeCfg.removeSha1ChangeListener(ConfigurationChangeListener<Sha1PasswordStorageSchemeCfg> listener)
Deregister an existing SHA-1 Password Storage Scheme configuration change listener.
|
void |
SimilarityBasedPasswordValidatorCfg.removeSimilarityBasedChangeListener(ConfigurationChangeListener<SimilarityBasedPasswordValidatorCfg> listener)
Deregister an existing Similarity Based Password Validator configuration change listener.
|
void |
SizeLimitLogRetentionPolicyCfg.removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRetentionPolicyCfg> listener)
Deregister an existing Size Limit Log Retention Policy configuration change listener.
|
void |
SizeLimitLogRotationPolicyCfg.removeSizeLimitChangeListener(ConfigurationChangeListener<SizeLimitLogRotationPolicyCfg> listener)
Deregister an existing Size Limit Log Rotation Policy configuration change listener.
|
void |
SmtpAccountStatusNotificationHandlerCfg.removeSmtpChangeListener(ConfigurationChangeListener<SmtpAccountStatusNotificationHandlerCfg> listener)
Deregister an existing SMTP Account Status Notification Handler configuration change listener.
|
void |
SmtpAlertHandlerCfg.removeSmtpChangeListener(ConfigurationChangeListener<SmtpAlertHandlerCfg> listener)
Deregister an existing SMTP Alert Handler configuration change listener.
|
void |
SnmpConnectionHandlerCfg.removeSnmpChangeListener(ConfigurationChangeListener<SnmpConnectionHandlerCfg> listener)
Deregister an existing SNMP Connection Handler configuration change listener.
|
void |
SoftReferenceEntryCacheCfg.removeSoftReferenceChangeListener(ConfigurationChangeListener<SoftReferenceEntryCacheCfg> listener)
Deregister an existing Soft Reference Entry Cache configuration change listener.
|
void |
StartTlsExtendedOperationHandlerCfg.removeStartTlsChangeListener(ConfigurationChangeListener<StartTlsExtendedOperationHandlerCfg> listener)
Deregister an existing StartTLS Extended Operation Handler configuration change listener.
|
void |
StaticGroupImplementationCfg.removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Deregister an existing Static Group Implementation configuration change listener.
|
void |
StaticServiceDiscoveryMechanismCfg.removeStaticChangeListener(ConfigurationChangeListener<StaticServiceDiscoveryMechanismCfg> listener)
Deregister an existing Static Service Discovery Mechanism configuration change listener.
|
void |
StructuralObjectClassVirtualAttributeCfg.removeStructuralObjectClassChangeListener(ConfigurationChangeListener<StructuralObjectClassVirtualAttributeCfg> listener)
Deregister an existing Structural Object Class Virtual Attribute configuration change listener.
|
void |
SubjectAttributeToUserAttributeCertificateMapperCfg.removeSubjectAttributeToUserAttributeChangeListener(ConfigurationChangeListener<SubjectAttributeToUserAttributeCertificateMapperCfg> listener)
Deregister an existing Subject Attribute To User Attribute Certificate Mapper configuration change listener.
|
void |
SubjectDnToUserAttributeCertificateMapperCfg.removeSubjectDnToUserAttributeChangeListener(ConfigurationChangeListener<SubjectDnToUserAttributeCertificateMapperCfg> listener)
Deregister an existing Subject DN To User Attribute Certificate Mapper configuration change listener.
|
void |
SubjectEqualsDnCertificateMapperCfg.removeSubjectEqualsDnChangeListener(ConfigurationChangeListener<SubjectEqualsDnCertificateMapperCfg> listener)
Deregister an existing Subject Equals DN Certificate Mapper configuration change listener.
|
void |
SubschemaSubentryVirtualAttributeCfg.removeSubschemaSubentryChangeListener(ConfigurationChangeListener<SubschemaSubentryVirtualAttributeCfg> listener)
Deregister an existing Subschema Subentry Virtual Attribute configuration change listener.
|
void |
TaskBackendCfg.removeTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg> listener)
Deregister an existing Task Backend configuration change listener.
|
void |
TimeLimitLogRotationPolicyCfg.removeTimeLimitChangeListener(ConfigurationChangeListener<TimeLimitLogRotationPolicyCfg> listener)
Deregister an existing Time Limit Log Rotation Policy configuration change listener.
|
void |
TraditionalWorkQueueCfg.removeTraditionalChangeListener(ConfigurationChangeListener<TraditionalWorkQueueCfg> listener)
Deregister an existing Traditional Work Queue configuration change listener.
|
void |
TripleDesPasswordStorageSchemeCfg.removeTripleDesChangeListener(ConfigurationChangeListener<TripleDesPasswordStorageSchemeCfg> listener)
Deregister an existing Triple-DES Password Storage Scheme configuration change listener.
|
void |
TrustStoreBackendCfg.removeTrustStoreChangeListener(ConfigurationChangeListener<TrustStoreBackendCfg> listener)
Deregister an existing Trust Store Backend configuration change listener.
|
void |
UniqueAttributePluginCfg.removeUniqueAttributeChangeListener(ConfigurationChangeListener<UniqueAttributePluginCfg> listener)
Deregister an existing Unique Attribute Plugin configuration change listener.
|
void |
UniqueCharactersPasswordValidatorCfg.removeUniqueCharactersChangeListener(ConfigurationChangeListener<UniqueCharactersPasswordValidatorCfg> listener)
Deregister an existing Unique Characters Password Validator configuration change listener.
|
void |
UserDefinedVirtualAttributeCfg.removeUserDefinedChangeListener(ConfigurationChangeListener<UserDefinedVirtualAttributeCfg> listener)
Deregister an existing User Defined Virtual Attribute configuration change listener.
|
void |
VirtualStaticGroupImplementationCfg.removeVirtualStaticChangeListener(ConfigurationChangeListener<VirtualStaticGroupImplementationCfg> listener)
Deregister an existing Virtual Static Group Implementation configuration change listener.
|
void |
WhoAmIExtendedOperationHandlerCfg.removeWhoAmIChangeListener(ConfigurationChangeListener<WhoAmIExtendedOperationHandlerCfg> listener)
Deregister an existing Who Am I Extended Operation Handler configuration change listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CertificateMapper<T extends CertificateMapperCfg>
This class defines the set of methods and structures that must be implemented by a Directory Server module that
implements the functionality required to uniquely map an SSL client certificate to a Directory Server user entry.
|
Modifier and Type | Class and Description |
---|---|
class |
BackupBackend
This class defines a backend used to present information about Directory Server backups.
|
class |
LDIFBackend
This class provides a backend implementation that stores the underlying data in an LDIF file.
|
class |
MonitorBackend
This class defines a backend to hold Directory Server monitor entries.
|
class |
ProxyBackend
Implements the proxy backend, i.e.
|
class |
RootDSEBackend
This class defines a backend to hold the Directory Server root DSE.
|
class |
SchemaBackend
This class defines a backend to hold the Directory Server schema information.
|
class |
TrustStoreBackend
This class defines a backend used to provide an LDAP view of public keys stored in a key store.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationBackend.ConfigurationBackendCfg.addChangeListener(ConfigurationChangeListener<BackendCfg> arg0) |
void |
ConfigurationBackend.ConfigurationBackendCfg.addLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> arg0) |
void |
ConfigurationBackend.ConfigurationBackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> arg0) |
void |
ConfigurationBackend.ConfigurationBackendCfg.removeLocalChangeListener(ConfigurationChangeListener<LocalBackendCfg> arg0) |
Modifier and Type | Class and Description |
---|---|
class |
JEBackend
Class defined in the configuration for this backend type.
|
class |
JEStorage
Berkeley DB Java Edition (JE for short) database implementation of the
Storage engine. |
Modifier and Type | Class and Description |
---|---|
class |
BackendImpl<C extends PluggableBackendCfg>
This is an implementation of a Directory Server Backend which stores entries locally in a pluggable storage.
|
class |
EntryContainer
Storage container for LDAP entries.
|
class |
RootContainer
Wrapper class for a backend "container".
|
Modifier and Type | Class and Description |
---|---|
class |
TaskBackend
This class provides an implementation of a Directory Server backend that may be used to execute various kinds of
administrative tasks on a one-time or recurring basis.
|
Modifier and Type | Class and Description |
---|---|
class |
AdministrationConnector
This class is a wrapper on top of LDAPConnectionHandler to manage the administration connector, which is an
LDAPConnectionHandler with specific (limited) configuration properties.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlConfigManager
This class manages the application-wide access-control configuration.
|
class |
AccountStatusNotificationHandlerConfigManager
This class defines a utility that will be used to manage the set of account status notification handlers defined in
the Directory Server.
|
class |
AlertHandlerConfigManager
This class defines a utility that will be used to manage the set of alert handlers defined in the Directory Server.
|
class |
BackendConfigManager
Responsible for managing the lifecycle of backends in the Directory Server.
|
class |
CertificateMapperConfigManager
This class defines a utility that will be used to manage the set of certificate mappers defined in the Directory
Server.
|
class |
ConnectionHandlerConfigManager
This class defines a utility that will be used to manage the configuration for the set of connection handlers defined
in the Directory Server.
|
class |
CoreConfigManager
Manages the set of core configuration attributes of the Directory Server.
|
class |
EntryCacheConfigManager
This class defines a utility that will be used to manage the configuration for the Directory Server entry cache.
|
class |
ExtendedOperationConfigManager
This class defines a utility that will be used to manage the set of extended operation handlers defined in the
Directory Server.
|
class |
GroupManager
This class provides a mechanism for interacting with all groups defined in the Directory Server.
|
class |
HttpEndpointConfigManager
This class defines a utility that will be used to manage the set of HTTP endpoints defined in the Directory Server.
|
class |
IdentityMapperConfigManager
This class defines a utility that will be used to manage the set of identity mappers defined in the Directory Server.
|
class |
KeyManagerProviderConfigManager
This class defines a utility that will be used to manage the set of key manager providers defined in the Directory
Server.
|
class |
LogRetentionPolicyConfigManager
This class defines a utility that will be used to manage the set of log retention policies used in the Directory
Server.
|
class |
LogRotationPolicyConfigManager
This class defines a utility that will be used to manage the set of log rotation policies used in the Directory
Server.
|
class |
PasswordGeneratorConfigManager
This class defines a utility that will be used to manage the set of password generators defined in the Directory
Server.
|
class |
PasswordStorageSchemeConfigManager
This class defines a utility that will be used to manage the set of password storage schemes defined in the Directory
Server.
|
class |
PasswordValidatorConfigManager
This class defines a utility that will be used to manage the set of password validators defined in the Directory
Server.
|
class |
PluginConfigManager
This class defines a utility that will be used to manage the configuration for the set of plugins defined in the
Directory Server.
|
class |
SASLConfigManager
This class defines a utility that will be used to manage the set of SASL mechanism handlers defined in the Directory
Server.
|
class |
SynchronizationProviderConfigManager
This class defines a utility that will be used to manage the configuration for the set of synchronization providers
configured in the Directory Server.
|
class |
TrustManagerProviderConfigManager
This class defines a utility that will be used to manage the set of trust manager providers defined in the Directory
Server.
|
class |
VirtualAttributeConfigManager
This class defines a utility that will be used to manage the set of virtual attribute providers defined in the
Directory Server.
|
class |
WorkQueueConfigManager
This class defines a utility that will be used to manage the Directory Server work queue.
|
Modifier and Type | Class and Description |
---|---|
class |
CryptoManagerImpl
This class implements the Directory Server cryptographic framework, which is described in the
CrytpoManager design document.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationServiceDiscoveryMechanism
Service Discovery Mechanism retrieving information from a replication topology.
|
class |
StaticServiceDiscoveryMechanism
This mechanism only returns the list of servers in its configuration, without checking for availability.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeValuePasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained
in another attribute in the user's entry.
|
class |
BcryptPasswordStorageScheme
This class defines a Directory Server password storage scheme that will encode values using the BCrypt encryption
algorithm.
|
class |
CharacterSetPasswordValidator
This class provides an OpenDJ password validator that may be used to ensure that proposed passwords contain at least
a specified number of characters from one or more user-defined character sets.
|
class |
CRAMMD5SASLMechanismHandler
This class provides an implementation of a SASL mechanism that uses digest authentication via CRAM-MD5.
|
class |
CryptPasswordStorageScheme
This class defines a Directory Server password storage scheme based on the UNIX Crypt algorithm.
|
class |
DefaultEntryCache
This class defines the default entry cache which acts as an arbiter for every entry cache implementation configured
and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is
configured.
|
class |
DictionaryPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not contained
in a specified dictionary.
|
class |
DigestMD5SASLMechanismHandler
This class provides an implementation of a SASL mechanism that authenticates clients through DIGEST-MD5.
|
class |
EntityTagVirtualAttributeProvider
This class implements a virtual attribute provider which ensures that all entries contain an "entity tag" or "Etag"
as defined in section 3.11 of RFC 2616.
|
class |
ErrorLogAccountStatusNotificationHandler
This class defines an account status notification handler that will write information about status notifications
using the Directory Server's error logging facility.
|
class |
ExactMatchIdentityMapper
This class provides an implementation of a Directory Server identity mapper that looks for the exact value provided
as the ID string to appear in an attribute of a user's entry.
|
class |
ExternalSASLMechanismHandler
This class provides an implementation of a SASL mechanism that relies on some form of authentication that has already
been done outside the LDAP layer.
|
class |
FIFOEntryCache
This class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.
|
class |
FileBasedKeyManagerProvider
This class defines a key manager provider that will access keys stored in a file located on the Directory Server
filesystem.
|
class |
FileBasedTrustManagerProvider
This class defines a trust manager provider that will reference certificates stored in a file located on the
Directory Server filesystem.
|
class |
FingerprintCertificateMapper
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if
that user's entry contains an attribute with the fingerprint of the client certificate.
|
class |
GSSAPISASLMechanismHandler
This class provides an implementation of a SASL mechanism that authenticates clients through Kerberos v5 over GSSAPI.
|
class |
JMXAlertHandler
This class provides an implementation of a Directory Server alert handler that will send alerts using JMX
notifications.
|
class |
LDAPKeyManagerProvider
This class defines a key manager provider that will access keys stored in an LDAP backend.
|
class |
LDAPTrustManagerProvider
This class defines a trust manager provider that will reference certificates stored in an LDAP backend.
|
class |
LengthBasedPasswordValidator
This class provides a password validator that can ensure that the provided password meets minimum and/or maximum
length requirements.
|
class |
MemberVirtualAttributeProvider
This class implements a virtual attribute provider that works in conjunction with virtual static groups to generate
the values for the member or uniqueMember attribute.
|
class |
PasswordModifyExtendedOperation
This class implements the password modify extended operation defined in RFC 3062.
|
class |
PBKDF2PasswordStorageScheme
This class defines a Directory Server password storage scheme based on the PBKDF2 algorithm defined in RFC 2898.
|
class |
PKCS11KeyManagerProvider
This class defines a key manager provider that will access keys stored on a PKCS#11 device.
|
class |
Pkcs11TrustManagerProvider
Define a trust manager provider that will access certificates stored on a PKCS#11 device.
|
class |
PlainSASLMechanismHandler
This class provides an implementation of a SASL mechanism that uses plain-text authentication.
|
class |
RandomPasswordGenerator
This class provides an implementation of a Directory Server password generator that will create random passwords
based on fixed-length strings built from one or more character sets.
|
class |
RegularExpressionIdentityMapper
This class provides an implementation of a Directory Server identity mapper that uses a regular expression to process
the provided ID string, and then looks for that processed value to appear in an attribute of a user's entry.
|
class |
RepeatedCharactersPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords are not allowed
to have the same character appear several times consecutively.
|
class |
SimilarityBasedPasswordValidator
This class provides a password validator that can ensure that the provided password meets minimum similarity
requirements.
|
class |
SMTPAccountStatusNotificationHandler
This class provides an implementation of an account status notification handler that can send e-mail messages via
SMTP to end users and/or administrators whenever an account status notification occurs.
|
class |
SMTPAlertHandler
This class implements a Directory Server alert handler that may be used to send administrative alerts via SMTP.
|
class |
SoftReferenceEntryCache
This class defines a Directory Server entry cache that uses soft references to manage objects in a way that will
allow them to be freed if the JVM is running low on memory.
|
class |
SubjectAttributeToUserAttributeCertificateMapper
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user based
on attributes contained in both the certificate subject and the user's entry.
|
class |
SubjectDNToUserAttributeCertificateMapper
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if
that user's entry contains an attribute with the subject of the client certificate.
|
class |
SubjectEqualsDNCertificateMapper
This class implements a very simple Directory Server certificate mapper that will map a certificate to a user only if
the subject of the peer certificate exactly matches the DN of a user in the Directory Server.
|
class |
TraditionalWorkQueue
This class defines a data structure for storing and interacting with the Directory Server work queue.
|
class |
UniqueCharactersPasswordValidator
This class provides an OpenDS password validator that may be used to ensure that proposed passwords contain at least
a specified number of different characters.
|
class |
UserDefinedVirtualAttributeProvider
This class implements a virtual attribute provider that allows administrators to define their own values that will be
inserted into any entry that matches the criteria defined in the virtual attribute rule.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogger<P extends LogPublisher<C>,C extends LogPublisherCfg>
This class defines the wrapper that will invoke all registered loggers for each type of request received or response
sent.
|
class |
AccessLogger
This class defines the wrapper that will invoke all registered access loggers for each type of request received or
response sent.
|
class |
DebugLogger
A logger for debug and trace logging.
|
class |
ErrorLogger
This class defines the wrapper that will invoke all registered error loggers for each type of request received or
response sent.
|
class |
FileNumberRetentionPolicy
This class implements a retention policy based on the number of files.
|
class |
FixedTimeRotationPolicy
This class implements a rotation policy based on fixed day/time of day.
|
class |
FreeDiskSpaceRetentionPolicy
This class implements a retention policy based on the free disk space available expressed as a percentage.
|
class |
HTTPAccessLogger
This class defines the wrapper that will invoke all registered HTTP access loggers for each type of request received
or response sent.
|
class |
SizeBasedRetentionPolicy
This class implements a retention policy based on the amount of space taken by the log files.
|
class |
SizeBasedRotationPolicy
This class implements a rotation policy based on the size of the file.
|
class |
TextAccessLogPublisher
This class provides the implementation of the access logger used by the directory server.
|
class |
TextAuditLogPublisher
This class provides the implementation of the audit logger used by the directory server.
|
class |
TextDebugLogPublisher
The debug log publisher implementation that writes debug messages to files on disk.
|
class |
TextErrorLogPublisher
This class provides an implementation of an error log publisher.
|
class |
TextHTTPAccessLogPublisher
This class provides the implementation of the HTTP access logger used by the directory server.
|
class |
TimeLimitRotationPolicy
This class implements a fixed time based rotation policy.
|
class |
TraceSettings
This class encapsulates the trace settings in effect at a given tracing scope.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeCleanupPlugin
The attribute cleanup plugin implementation class.
|
class |
ChangeNumberControlPlugin
This class implements a Directory Server plugin that will add the replication CSN to a response whenever the CSN
control is received.
|
class |
EntryUUIDPlugin
This class implements a Directory Server plugin that will add the entryUUID attribute to an entry whenever it is
added or imported as per RFC 4530.
|
class |
GraphiteMonitorReporterPlugin
DirectoryServerPlugin responsible for pushing monitoring data to a Graphite server. |
class |
LastModPlugin
This class implements a Directory Server plugin that will add the creatorsName and createTimestamp attributes to an
entry whenever it is added to the server, and will add the modifiersName and modifyTimestamp attributes whenever the
entry is modified or renamed.
|
class |
LDAPADListPlugin
This pre-parse plugin modifies the operation to allow an object class identifier to be specified in attributes lists,
such as in Search requests, to request the return all attributes belonging to an object class as per the
specification in RFC 4529.
|
class |
PasswordPolicyImportPlugin
This class implements a Directory Server plugin that performs various password policy processing during an LDIF
import.
|
class |
ReferentialIntegrityPlugin
This class implements a Directory Server post operation plugin that performs Referential Integrity processing on
successful delete and modify DN operations.
|
class |
SambaPasswordPlugin
The Samba password synchronization plugin implementation class.
|
class |
SevenBitCleanPlugin
This class implements a Directory Server plugin that can be used to ensure that the values for a specified set of
attributes (optionally, below a specified set of base DNs) are 7-bit clean (i.e., contain only ASCII characters).
|
class |
UniqueAttributePlugin
This class implements a Directory Server plugin that can be used to ensure that all values for a given attribute or
set of attributes are unique within the server (or optionally, below a specified set of base DNs).
|
Modifier and Type | Class and Description |
---|---|
class |
ProfilerPlugin
This class defines a Directory Server startup plugin that will register itself as a configurable component that can
allow for a simple sample-based profiling mechanism within the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
LDIFConnectionHandler
This class defines an LDIF connection handler, which can be used to watch for new LDIF files to be placed in a
specified directory.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over HTTP.
|
Modifier and Type | Class and Description |
---|---|
class |
JmxConnectionHandler
This class defines a connection handler that will be used for communicating with administrative clients over JMX.
|
Modifier and Type | Class and Description |
---|---|
class |
LDAPConnectionHandler
This class defines a connection handler that will be used for communicating with clients over LDAP.
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalChangelogDomain
This class specifies the external changelog feature for a replication domain.
|
class |
FractionalLDIFImportPlugin
This class implements a Directory Server plugin that is used in fractional replication to initialize a just
configured fractional domain (when an online full update occurs or offline/online ldif import).
|
class |
LDAPReplicationDomain
This class implements the bulk part of the Directory Server side of the replication code.
|
class |
MultimasterReplication
This class is used to load the Replication code inside the JVM and to trigger initialization of the replication.
|
class |
ReplicationServerListener
This class is used to create and object that can register in the admin framework as a listener for changes, add and
delete on the ReplicationServer configuration objects.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationServer
ReplicationServer Listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreSchemaProvider
Provides the core schema, which includes core matching rules and syntaxes.
|
class |
JsonEqualityMatchingRuleProvider
Allows users to configure JSON matching rules.
|
class |
JsonOrderingMatchingRuleProvider
Allows users to configure JSON matching rules.
|
class |
JsonQueryEqualityMatchingRuleProvider
Allows users to configure custom JSON matching rules and indexing.
|
Modifier and Type | Class and Description |
---|---|
class |
SNMPConnectionHandler
This class defines an SNMP connection handler, which can be used to answer SNMP Requests on MIB 2605.
|
Copyright 2010-2018 ForgeRock AS.