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.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.pdb |
Contains the code for the Directory Server backend that uses Persistit
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.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.
|
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 |
AttributeTypeDescriptionAttributeSyntaxCfg.addAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Register to be notified when this Attribute Type Description Attribute Syntax 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 |
CertificateAttributeSyntaxCfg.addCertificateChangeListener(ConfigurationChangeListener<CertificateAttributeSyntaxCfg> listener)
Register to be notified when this Certificate Attribute Syntax 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 |
AttributeSyntaxCfg.addChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Register to be notified when this Attribute Syntax 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 |
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 |
MatchingRuleCfg.addChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Register to be notified when this Matching Rule is changed.
|
void |
MonitorProviderCfg.addChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
Register to be notified when this Monitor Provider 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 |
RootDNCfg.addChangeListener(ConfigurationChangeListener<RootDNCfg> listener)
Register to be notified when this Root DN is changed.
|
void |
RootDNUserCfg.addChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Register to be notified when this Root DN User 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 |
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 |
ClientConnectionMonitorProviderCfg.addClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
Register to be notified when this Client Connection Monitor Provider is changed.
|
void |
CollationMatchingRuleCfg.addCollationChangeListener(ConfigurationChangeListener<CollationMatchingRuleCfg> listener)
Register to be notified when this Collation Matching Rule 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 |
CountryStringAttributeSyntaxCfg.addCountryStringChangeListener(ConfigurationChangeListener<CountryStringAttributeSyntaxCfg> listener)
Register to be notified when this Country String Attribute Syntax is changed.
|
void |
CramMD5SASLMechanismHandlerCfg.addCramMD5ChangeListener(ConfigurationChangeListener<CramMD5SASLMechanismHandlerCfg> listener)
Register to be notified when this Cram MD5 SASL Mechanism Handler 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 |
DirectoryStringAttributeSyntaxCfg.addDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
Register to be notified when this Directory String Attribute Syntax is changed.
|
void |
DseeCompatAccessControlHandlerCfg.addDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg> listener)
Register to be notified when this Dsee Compat 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 |
EntryCacheMonitorProviderCfg.addEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Register to be notified when this Entry Cache Monitor Provider is changed.
|
void |
EntryDNVirtualAttributeCfg.addEntryDNChangeListener(ConfigurationChangeListener<EntryDNVirtualAttributeCfg> listener)
Register to be notified when this Entry DN Virtual Attribute is changed.
|
void |
EntryUUIDPluginCfg.addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
Register to be notified when this Entry UUID Plugin is changed.
|
void |
EntryUUIDVirtualAttributeCfg.addEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDVirtualAttributeCfg> listener)
Register to be notified when this Entry UUID 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 |
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 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 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 |
JPEGAttributeSyntaxCfg.addJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Register to be notified when this JPEG Attribute Syntax 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 |
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 |
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 |
MemoryUsageMonitorProviderCfg.addMemoryUsageChangeListener(ConfigurationChangeListener<MemoryUsageMonitorProviderCfg> listener)
Register to be notified when this Memory Usage Monitor Provider 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 |
ParallelWorkQueueCfg.addParallelChangeListener(ConfigurationChangeListener<ParallelWorkQueueCfg> listener)
Register to be notified when this Parallel Work Queue 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 |
PDBBackendCfg.addPDBChangeListener(ConfigurationChangeListener<PDBBackendCfg> listener)
Register to be notified when this PDB Backend is changed.
|
void |
PKCS11KeyManagerProviderCfg.addPKCS11ChangeListener(ConfigurationChangeListener<PKCS11KeyManagerProviderCfg> listener)
Register to be notified when this PKCS11 Key Manager Provider is changed.
|
void |
PKCS5S2PasswordStorageSchemeCfg.addPKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
Register to be notified when this PKCS5S2 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 |
ProfilerPluginCfg.addProfilerChangeListener(ConfigurationChangeListener<ProfilerPluginCfg> listener)
Register to be notified when this Profiler Plugin 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 |
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 SHA1 Password Storage Scheme is changed.
|
void |
SaltedSHA256PasswordStorageSchemeCfg.addSaltedSHA256ChangeListener(ConfigurationChangeListener<SaltedSHA256PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA256 Password Storage Scheme is changed.
|
void |
SaltedSHA384PasswordStorageSchemeCfg.addSaltedSHA384ChangeListener(ConfigurationChangeListener<SaltedSHA384PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA384 Password Storage Scheme is changed.
|
void |
SaltedSHA512PasswordStorageSchemeCfg.addSaltedSHA512ChangeListener(ConfigurationChangeListener<SaltedSHA512PasswordStorageSchemeCfg> listener)
Register to be notified when this Salted SHA512 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 SHA1 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 |
StackTraceMonitorProviderCfg.addStackTraceChangeListener(ConfigurationChangeListener<StackTraceMonitorProviderCfg> listener)
Register to be notified when this Stack Trace Monitor Provider is changed.
|
void |
StartTLSExtendedOperationHandlerCfg.addStartTLSChangeListener(ConfigurationChangeListener<StartTLSExtendedOperationHandlerCfg> listener)
Register to be notified when this Start TLS Extended Operation Handler is changed.
|
void |
StaticGroupImplementationCfg.addStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Register to be notified when this Static Group Implementation 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 |
SystemInfoMonitorProviderCfg.addSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
Register to be notified when this System Info Monitor Provider is changed.
|
void |
TaskBackendCfg.addTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg> listener)
Register to be notified when this Task Backend is changed.
|
void |
TelephoneNumberAttributeSyntaxCfg.addTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
Register to be notified when this Telephone Number Attribute Syntax 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 |
VersionMonitorProviderCfg.addVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
Register to be notified when this Version Monitor Provider 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 |
AttributeTypeDescriptionAttributeSyntaxCfg.removeAttributeTypeDescriptionChangeListener(ConfigurationChangeListener<AttributeTypeDescriptionAttributeSyntaxCfg> listener)
Deregister an existing Attribute Type Description Attribute Syntax 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 |
CertificateAttributeSyntaxCfg.removeCertificateChangeListener(ConfigurationChangeListener<CertificateAttributeSyntaxCfg> listener)
Deregister an existing Certificate Attribute Syntax 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 |
AttributeSyntaxCfg.removeChangeListener(ConfigurationChangeListener<AttributeSyntaxCfg> listener)
Deregister an existing Attribute Syntax 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 |
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 |
MatchingRuleCfg.removeChangeListener(ConfigurationChangeListener<MatchingRuleCfg> listener)
Deregister an existing Matching Rule configuration change listener.
|
void |
MonitorProviderCfg.removeChangeListener(ConfigurationChangeListener<MonitorProviderCfg> listener)
Deregister an existing Monitor Provider 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 |
RootDNCfg.removeChangeListener(ConfigurationChangeListener<RootDNCfg> listener)
Deregister an existing Root DN configuration change listener.
|
void |
RootDNUserCfg.removeChangeListener(ConfigurationChangeListener<RootDNUserCfg> listener)
Deregister an existing Root DN User 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 |
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 |
ClientConnectionMonitorProviderCfg.removeClientConnectionChangeListener(ConfigurationChangeListener<ClientConnectionMonitorProviderCfg> listener)
Deregister an existing Client Connection Monitor Provider configuration change listener.
|
void |
CollationMatchingRuleCfg.removeCollationChangeListener(ConfigurationChangeListener<CollationMatchingRuleCfg> listener)
Deregister an existing Collation Matching Rule 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 |
CountryStringAttributeSyntaxCfg.removeCountryStringChangeListener(ConfigurationChangeListener<CountryStringAttributeSyntaxCfg> listener)
Deregister an existing Country String Attribute Syntax configuration change listener.
|
void |
CramMD5SASLMechanismHandlerCfg.removeCramMD5ChangeListener(ConfigurationChangeListener<CramMD5SASLMechanismHandlerCfg> listener)
Deregister an existing Cram MD5 SASL Mechanism Handler 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 |
DirectoryStringAttributeSyntaxCfg.removeDirectoryStringChangeListener(ConfigurationChangeListener<DirectoryStringAttributeSyntaxCfg> listener)
Deregister an existing Directory String Attribute Syntax configuration change listener.
|
void |
DseeCompatAccessControlHandlerCfg.removeDseeCompatChangeListener(ConfigurationChangeListener<DseeCompatAccessControlHandlerCfg> listener)
Deregister an existing Dsee Compat 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 |
EntryCacheMonitorProviderCfg.removeEntryCacheChangeListener(ConfigurationChangeListener<EntryCacheMonitorProviderCfg> listener)
Deregister an existing Entry Cache Monitor Provider configuration change listener.
|
void |
EntryDNVirtualAttributeCfg.removeEntryDNChangeListener(ConfigurationChangeListener<EntryDNVirtualAttributeCfg> listener)
Deregister an existing Entry DN Virtual Attribute configuration change listener.
|
void |
EntryUUIDPluginCfg.removeEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDPluginCfg> listener)
Deregister an existing Entry UUID Plugin configuration change listener.
|
void |
EntryUUIDVirtualAttributeCfg.removeEntryUUIDChangeListener(ConfigurationChangeListener<EntryUUIDVirtualAttributeCfg> listener)
Deregister an existing Entry UUID 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 |
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 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 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 |
JPEGAttributeSyntaxCfg.removeJPEGChangeListener(ConfigurationChangeListener<JPEGAttributeSyntaxCfg> listener)
Deregister an existing JPEG Attribute Syntax 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 |
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 |
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 |
MemoryUsageMonitorProviderCfg.removeMemoryUsageChangeListener(ConfigurationChangeListener<MemoryUsageMonitorProviderCfg> listener)
Deregister an existing Memory Usage Monitor Provider 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 |
ParallelWorkQueueCfg.removeParallelChangeListener(ConfigurationChangeListener<ParallelWorkQueueCfg> listener)
Deregister an existing Parallel Work Queue 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 |
PDBBackendCfg.removePDBChangeListener(ConfigurationChangeListener<PDBBackendCfg> listener)
Deregister an existing PDB Backend configuration change listener.
|
void |
PKCS11KeyManagerProviderCfg.removePKCS11ChangeListener(ConfigurationChangeListener<PKCS11KeyManagerProviderCfg> listener)
Deregister an existing PKCS11 Key Manager Provider configuration change listener.
|
void |
PKCS5S2PasswordStorageSchemeCfg.removePKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
Deregister an existing PKCS5S2 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 |
ProfilerPluginCfg.removeProfilerChangeListener(ConfigurationChangeListener<ProfilerPluginCfg> listener)
Deregister an existing Profiler Plugin 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 |
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 SHA1 Password Storage Scheme configuration change listener.
|
void |
SaltedSHA256PasswordStorageSchemeCfg.removeSaltedSHA256ChangeListener(ConfigurationChangeListener<SaltedSHA256PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA256 Password Storage Scheme configuration change listener.
|
void |
SaltedSHA384PasswordStorageSchemeCfg.removeSaltedSHA384ChangeListener(ConfigurationChangeListener<SaltedSHA384PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA384 Password Storage Scheme configuration change listener.
|
void |
SaltedSHA512PasswordStorageSchemeCfg.removeSaltedSHA512ChangeListener(ConfigurationChangeListener<SaltedSHA512PasswordStorageSchemeCfg> listener)
Deregister an existing Salted SHA512 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 SHA1 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 |
StackTraceMonitorProviderCfg.removeStackTraceChangeListener(ConfigurationChangeListener<StackTraceMonitorProviderCfg> listener)
Deregister an existing Stack Trace Monitor Provider configuration change listener.
|
void |
StartTLSExtendedOperationHandlerCfg.removeStartTLSChangeListener(ConfigurationChangeListener<StartTLSExtendedOperationHandlerCfg> listener)
Deregister an existing Start TLS Extended Operation Handler configuration change listener.
|
void |
StaticGroupImplementationCfg.removeStaticChangeListener(ConfigurationChangeListener<StaticGroupImplementationCfg> listener)
Deregister an existing Static Group Implementation 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 |
SystemInfoMonitorProviderCfg.removeSystemInfoChangeListener(ConfigurationChangeListener<SystemInfoMonitorProviderCfg> listener)
Deregister an existing System Info Monitor Provider configuration change listener.
|
void |
TaskBackendCfg.removeTaskChangeListener(ConfigurationChangeListener<TaskBackendCfg> listener)
Deregister an existing Task Backend configuration change listener.
|
void |
TelephoneNumberAttributeSyntaxCfg.removeTelephoneNumberChangeListener(ConfigurationChangeListener<TelephoneNumberAttributeSyntaxCfg> listener)
Deregister an existing Telephone Number Attribute Syntax 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 |
VersionMonitorProviderCfg.removeVersionChangeListener(ConfigurationChangeListener<VersionMonitorProviderCfg> listener)
Deregister an existing Version Monitor Provider 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 |
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 |
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> listener) |
void |
ConfigurationBackend.ConfigurationBackendCfg.removeChangeListener(ConfigurationChangeListener<BackendCfg> listener) |
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 |
PDBBackend
Class defined in the configuration for this backend type.
|
class |
PDBStorage
PersistIt 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 |
AttributeSyntaxConfigManager
This class defines a utility that will be used to manage the set of attribute
syntaxes defined in the Directory Server.
|
class |
BackendConfigManager
This class defines a utility that will be used to manage the configuration
for the set of backends defined 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
This class defines a utility that will be used to manage the set of core
configuration attributes defined in 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 |
MatchingRuleConfigManager
This class defines a utility that will be used to manage the set of matching
rules defined in the Directory Server.
|
class |
MonitorConfigManager
This class defines a utility that will be used to manage the set of monitor
providers defined 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 |
RootDNConfigManager
This class defines a utility that will be used to manage the set of root
users defined in the Directory Server.
|
class |
RootPrivilegeChangeListener
This class defines a data structure that is used to handle changes to the set
of default root privileges.
|
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 |
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 Blowfish reversible 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 |
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 |
ParallelWorkQueue
This class defines a data structure for storing and interacting with the
Directory Server work queue.
|
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 |
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 |
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 |
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 |
AttributeTypeSyntax
This class defines the attribute type description syntax, which is used to
hold attribute type definitions in the server schema.
|
class |
CertificateSyntax
This class implements the certificate attribute syntax.
|
class |
CollationMatchingRuleFactory
This class is a factory class for Collation matching rules.
|
class |
CoreSchemaProvider
Provides the core schema, which includes core matching rules and syntaxes.
|
class |
CountryStringSyntax
This class defines the country string attribute syntax, which should be a
two-character ISO 3166 country code.
|
class |
DirectoryStringSyntax
This class defines the directory string attribute syntax, which is simply a
set of UTF-8 characters.
|
class |
JPEGSyntax
This class implements the JPEG attribute syntax.
|
class |
TelephoneNumberSyntax
This class implements the telephone number attribute syntax, which is defined
in RFC 2252.
|
Copyright 2010-2017 ForgeRock AS.