public interface RootCfg extends Configuration
The root configuration provides an entry point to the rest of the OpenDJ configuration.
Modifier and Type | Method and Description |
---|---|
void |
addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when new Account Status Notification Handlers are added.
|
void |
addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when existing Account Status Notification Handlers are deleted.
|
void |
addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Registers to be notified when new Alert Handlers are added.
|
void |
addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
Registers to be notified when existing Alert Handlers are deleted.
|
void |
addAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Registers to be notified when new Attribute Syntaxes are added.
|
void |
addAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
Registers to be notified when existing Attribute Syntaxes are deleted.
|
void |
addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Registers to be notified when new Backends are added.
|
void |
addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Registers to be notified when existing Backends are deleted.
|
void |
addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Registers to be notified when new Certificate Mappers are added.
|
void |
addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
Registers to be notified when existing Certificate Mappers are deleted.
|
void |
addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Registers to be notified when new Connection Handlers are added.
|
void |
addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Registers to be notified when existing Connection Handlers are deleted.
|
void |
addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Registers to be notified when new Entry Caches are added.
|
void |
addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Registers to be notified when existing Entry Caches are deleted.
|
void |
addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
Registers to be notified when new Extended Operation Handlers are added.
|
void |
addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener)
Registers to be notified when existing Extended Operation Handlers are deleted.
|
void |
addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Registers to be notified when new Group Implementations are added.
|
void |
addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Registers to be notified when existing Group Implementations are deleted.
|
void |
addHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener)
Registers to be notified when new HTTP Authorization Mechanisms are added.
|
void |
addHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener)
Registers to be notified when existing HTTP Authorization Mechanisms are deleted.
|
void |
addHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)
Registers to be notified when new HTTP Endpoints are added.
|
void |
addHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)
Registers to be notified when existing HTTP Endpoints are deleted.
|
void |
addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Registers to be notified when new Identity Mappers are added.
|
void |
addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
Registers to be notified when existing Identity Mappers are deleted.
|
void |
addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Registers to be notified when new Key Manager Providers are added.
|
void |
addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
Registers to be notified when existing Key Manager Providers are deleted.
|
void |
addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
Registers to be notified when new Log Publishers are added.
|
void |
addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener)
Registers to be notified when existing Log Publishers are deleted.
|
void |
addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
Registers to be notified when new Log Retention Policies are added.
|
void |
addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener)
Registers to be notified when existing Log Retention Policies are deleted.
|
void |
addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Registers to be notified when new Log Rotation Policies are added.
|
void |
addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
Registers to be notified when existing Log Rotation Policies are deleted.
|
void |
addMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Registers to be notified when new Matching Rules are added.
|
void |
addMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
Registers to be notified when existing Matching Rules are deleted.
|
void |
addMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
Registers to be notified when new Monitor Providers are added.
|
void |
addMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg> listener)
Registers to be notified when existing Monitor Providers are deleted.
|
void |
addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Registers to be notified when new Password Generators are added.
|
void |
addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Registers to be notified when existing Password Generators are deleted.
|
void |
addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Registers to be notified when new Password Policies are added.
|
void |
addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Registers to be notified when existing Password Policies are deleted.
|
void |
addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
Registers to be notified when new Password Storage Schemes are added.
|
void |
addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener)
Registers to be notified when existing Password Storage Schemes are deleted.
|
void |
addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Registers to be notified when new Password Validators are added.
|
void |
addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
Registers to be notified when existing Password Validators are deleted.
|
void |
addSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg> listener)
Registers to be notified when new SASL Mechanism Handlers are added.
|
void |
addSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg> listener)
Registers to be notified when existing SASL Mechanism Handlers are deleted.
|
void |
addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
Registers to be notified when new Schema Providers are added.
|
void |
addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener)
Registers to be notified when existing Schema Providers are deleted.
|
void |
addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Registers to be notified when new Synchronization Providers are added.
|
void |
addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
Registers to be notified when existing Synchronization Providers are deleted.
|
void |
addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Registers to be notified when new Trust Manager Providers are added.
|
void |
addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
Registers to be notified when existing Trust Manager Providers are deleted.
|
void |
addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
Registers to be notified when new Virtual Attributes are added.
|
void |
addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener)
Registers to be notified when existing Virtual Attributes are deleted.
|
Class<? extends RootCfg> |
configurationClass()
Gets the configuration class associated with this Root.
|
AccessControlHandlerCfg |
getAccessControlHandler()
Gets the Access Control Handler.
|
AccountStatusNotificationHandlerCfg |
getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.
|
AdministrationConnectorCfg |
getAdministrationConnector()
Gets the Administration Connector.
|
AlertHandlerCfg |
getAlertHandler(String name)
Gets the named Alert Handler.
|
AttributeSyntaxCfg |
getAttributeSyntax(String name)
Gets the named Attribute Syntax.
|
BackendCfg |
getBackend(String name)
Gets the named Backend.
|
CertificateMapperCfg |
getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
ConnectionHandlerCfg |
getConnectionHandler(String name)
Gets the named Connection Handler.
|
CryptoManagerCfg |
getCryptoManager()
Gets the Crypto Manager.
|
EntryCacheCfg |
getEntryCache(String name)
Gets the named Entry Cache.
|
ExtendedOperationHandlerCfg |
getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.
|
GlobalCfg |
getGlobalConfiguration()
Gets the Global Configuration.
|
GroupImplementationCfg |
getGroupImplementation(String name)
Gets the named Group Implementation.
|
HTTPAuthorizationMechanismCfg |
getHTTPAuthorizationMechanism(String name)
Gets the named HTTP Authorization Mechanism.
|
HTTPEndpointCfg |
getHTTPEndpoint(String name)
Gets the named HTTP Endpoint.
|
IdentityMapperCfg |
getIdentityMapper(String name)
Gets the named Identity Mapper.
|
KeyManagerProviderCfg |
getKeyManagerProvider(String name)
Gets the named Key Manager Provider.
|
LogPublisherCfg |
getLogPublisher(String name)
Gets the named Log Publisher.
|
LogRetentionPolicyCfg |
getLogRetentionPolicy(String name)
Gets the named Log Retention Policy.
|
LogRotationPolicyCfg |
getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
MatchingRuleCfg |
getMatchingRule(String name)
Gets the named Matching Rule.
|
MonitorProviderCfg |
getMonitorProvider(String name)
Gets the named Monitor Provider.
|
PasswordGeneratorCfg |
getPasswordGenerator(String name)
Gets the named Password Generator.
|
AuthenticationPolicyCfg |
getPasswordPolicy(String name)
Gets the named Password Policy.
|
PasswordStorageSchemeCfg |
getPasswordStorageScheme(String name)
Gets the named Password Storage Scheme.
|
PasswordValidatorCfg |
getPasswordValidator(String name)
Gets the named Password Validator.
|
PluginRootCfg |
getPluginRoot()
Gets the Plugin Root.
|
RootDNCfg |
getRootDN()
Gets the Root DN.
|
RootDSEBackendCfg |
getRootDSEBackend()
Gets the Root DSE Backend.
|
SASLMechanismHandlerCfg |
getSASLMechanismHandler(String name)
Gets the named SASL Mechanism Handler.
|
SchemaProviderCfg |
getSchemaProvider(String name)
Gets the named Schema Provider.
|
SynchronizationProviderCfg |
getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
TrustManagerProviderCfg |
getTrustManagerProvider(String name)
Gets the named Trust Manager Provider.
|
VirtualAttributeCfg |
getVirtualAttribute(String name)
Gets the named Virtual Attribute.
|
WorkQueueCfg |
getWorkQueue()
Gets the Work Queue.
|
String[] |
listAccountStatusNotificationHandlers()
Lists the Account Status Notification Handlers.
|
String[] |
listAlertHandlers()
Lists the Alert Handlers.
|
String[] |
listAttributeSyntaxes()
Lists the Attribute Syntaxes.
|
String[] |
listBackends()
Lists the Backends.
|
String[] |
listCertificateMappers()
Lists the Certificate Mappers.
|
String[] |
listConnectionHandlers()
Lists the Connection Handlers.
|
String[] |
listEntryCaches()
Lists the Entry Caches.
|
String[] |
listExtendedOperationHandlers()
Lists the Extended Operation Handlers.
|
String[] |
listGroupImplementations()
Lists the Group Implementations.
|
String[] |
listHTTPAuthorizationMechanisms()
Lists the HTTP Authorization Mechanisms.
|
String[] |
listHTTPEndpoints()
Lists the HTTP Endpoints.
|
String[] |
listIdentityMappers()
Lists the Identity Mappers.
|
String[] |
listKeyManagerProviders()
Lists the Key Manager Providers.
|
String[] |
listLogPublishers()
Lists the Log Publishers.
|
String[] |
listLogRetentionPolicies()
Lists the Log Retention Policies.
|
String[] |
listLogRotationPolicies()
Lists the Log Rotation Policies.
|
String[] |
listMatchingRules()
Lists the Matching Rules.
|
String[] |
listMonitorProviders()
Lists the Monitor Providers.
|
String[] |
listPasswordGenerators()
Lists the Password Generators.
|
String[] |
listPasswordPolicies()
Lists the Password Policies.
|
String[] |
listPasswordStorageSchemes()
Lists the Password Storage Schemes.
|
String[] |
listPasswordValidators()
Lists the Password Validators.
|
String[] |
listSASLMechanismHandlers()
Lists the SASL Mechanism Handlers.
|
String[] |
listSchemaProviders()
Lists the Schema Providers.
|
String[] |
listSynchronizationProviders()
Lists the Synchronization Providers.
|
String[] |
listTrustManagerProviders()
Lists the Trust Manager Providers.
|
String[] |
listVirtualAttributes()
Lists the Virtual Attributes.
|
void |
removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Deregisters an existing Account Status Notification Handler configuration add listener.
|
void |
removeAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
Deregisters an existing Account Status Notification Handler configuration delete listener.
|
void |
removeAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Deregisters an existing Alert Handler configuration add listener.
|
void |
removeAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
Deregisters an existing Alert Handler configuration delete listener.
|
void |
removeAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Deregisters an existing Attribute Syntax configuration add listener.
|
void |
removeAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
Deregisters an existing Attribute Syntax configuration delete listener.
|
void |
removeBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Deregisters an existing Backend configuration add listener.
|
void |
removeBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Deregisters an existing Backend configuration delete listener.
|
void |
removeCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Deregisters an existing Certificate Mapper configuration add listener.
|
void |
removeCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
Deregisters an existing Certificate Mapper configuration delete listener.
|
void |
removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration add listener.
|
void |
removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Deregisters an existing Connection Handler configuration delete listener.
|
void |
removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration add listener.
|
void |
removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Deregisters an existing Entry Cache configuration delete listener.
|
void |
removeExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
Deregisters an existing Extended Operation Handler configuration add listener.
|
void |
removeExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener)
Deregisters an existing Extended Operation Handler configuration delete listener.
|
void |
removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration add listener.
|
void |
removeGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Deregisters an existing Group Implementation configuration delete listener.
|
void |
removeHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener)
Deregisters an existing HTTP Authorization Mechanism configuration add listener.
|
void |
removeHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener)
Deregisters an existing HTTP Authorization Mechanism configuration delete listener.
|
void |
removeHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)
Deregisters an existing HTTP Endpoint configuration add listener.
|
void |
removeHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)
Deregisters an existing HTTP Endpoint configuration delete listener.
|
void |
removeIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Deregisters an existing Identity Mapper configuration add listener.
|
void |
removeIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
Deregisters an existing Identity Mapper configuration delete listener.
|
void |
removeKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Deregisters an existing Key Manager Provider configuration add listener.
|
void |
removeKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
Deregisters an existing Key Manager Provider configuration delete listener.
|
void |
removeLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
Deregisters an existing Log Publisher configuration add listener.
|
void |
removeLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener)
Deregisters an existing Log Publisher configuration delete listener.
|
void |
removeLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
Deregisters an existing Log Retention Policy configuration add listener.
|
void |
removeLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener)
Deregisters an existing Log Retention Policy configuration delete listener.
|
void |
removeLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Deregisters an existing Log Rotation Policy configuration add listener.
|
void |
removeLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
Deregisters an existing Log Rotation Policy configuration delete listener.
|
void |
removeMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Deregisters an existing Matching Rule configuration add listener.
|
void |
removeMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
Deregisters an existing Matching Rule configuration delete listener.
|
void |
removeMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
Deregisters an existing Monitor Provider configuration add listener.
|
void |
removeMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg> listener)
Deregisters an existing Monitor Provider configuration delete listener.
|
void |
removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration add listener.
|
void |
removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Deregisters an existing Password Generator configuration delete listener.
|
void |
removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration add listener.
|
void |
removePasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Deregisters an existing Password Policy configuration delete listener.
|
void |
removePasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
Deregisters an existing Password Storage Scheme configuration add listener.
|
void |
removePasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener)
Deregisters an existing Password Storage Scheme configuration delete listener.
|
void |
removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Deregisters an existing Password Validator configuration add listener.
|
void |
removePasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
Deregisters an existing Password Validator configuration delete listener.
|
void |
removeSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg> listener)
Deregisters an existing SASL Mechanism Handler configuration add listener.
|
void |
removeSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg> listener)
Deregisters an existing SASL Mechanism Handler configuration delete listener.
|
void |
removeSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
Deregisters an existing Schema Provider configuration add listener.
|
void |
removeSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener)
Deregisters an existing Schema Provider configuration delete listener.
|
void |
removeSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Deregisters an existing Synchronization Provider configuration add listener.
|
void |
removeSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
Deregisters an existing Synchronization Provider configuration delete listener.
|
void |
removeTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Deregisters an existing Trust Manager Provider configuration add listener.
|
void |
removeTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
Deregisters an existing Trust Manager Provider configuration delete listener.
|
void |
removeVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
Deregisters an existing Virtual Attribute configuration add listener.
|
void |
removeVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener)
Deregisters an existing Virtual Attribute configuration delete listener.
|
dn
Class<? extends RootCfg> configurationClass()
configurationClass
in interface Configuration
AccessControlHandlerCfg getAccessControlHandler() throws ConfigException
ConfigException
- If the Access Control Handler could not be found or it could not
be successfully decoded.String[] listAccountStatusNotificationHandlers()
AccountStatusNotificationHandlerCfg getAccountStatusNotificationHandler(String name) throws ConfigException
name
- The name of the Account Status Notification Handler to retrieve.ConfigException
- If the Account Status Notification Handler could not be found or it
could not be successfully decoded.void addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener) throws ConfigException
listener
- The Account Status Notification Handler configuration add listener.ConfigException
- If the add listener could not be registered.void removeAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
listener
- The Account Status Notification Handler configuration add listener.void addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener) throws ConfigException
listener
- The Account Status Notification Handler configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
listener
- The Account Status Notification Handler configuration delete listener.AdministrationConnectorCfg getAdministrationConnector() throws ConfigException
ConfigException
- If the Administration Connector could not be found or it could not
be successfully decoded.String[] listAlertHandlers()
AlertHandlerCfg getAlertHandler(String name) throws ConfigException
name
- The name of the Alert Handler to retrieve.ConfigException
- If the Alert Handler could not be found or it
could not be successfully decoded.void addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener) throws ConfigException
listener
- The Alert Handler configuration add listener.ConfigException
- If the add listener could not be registered.void removeAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
listener
- The Alert Handler configuration add listener.void addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener) throws ConfigException
listener
- The Alert Handler configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
listener
- The Alert Handler configuration delete listener.String[] listAttributeSyntaxes()
AttributeSyntaxCfg getAttributeSyntax(String name) throws ConfigException
name
- The name of the Attribute Syntax to retrieve.ConfigException
- If the Attribute Syntax could not be found or it
could not be successfully decoded.void addAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener) throws ConfigException
listener
- The Attribute Syntax configuration add listener.ConfigException
- If the add listener could not be registered.void removeAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
listener
- The Attribute Syntax configuration add listener.void addAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener) throws ConfigException
listener
- The Attribute Syntax configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
listener
- The Attribute Syntax configuration delete listener.String[] listBackends()
BackendCfg getBackend(String name) throws ConfigException
name
- The name of the Backend to retrieve.ConfigException
- If the Backend could not be found or it
could not be successfully decoded.void addBackendAddListener(ConfigurationAddListener<BackendCfg> listener) throws ConfigException
listener
- The Backend configuration add listener.ConfigException
- If the add listener could not be registered.void removeBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
listener
- The Backend configuration add listener.void addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener) throws ConfigException
listener
- The Backend configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
listener
- The Backend configuration delete listener.String[] listCertificateMappers()
CertificateMapperCfg getCertificateMapper(String name) throws ConfigException
name
- The name of the Certificate Mapper to retrieve.ConfigException
- If the Certificate Mapper could not be found or it
could not be successfully decoded.void addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener) throws ConfigException
listener
- The Certificate Mapper configuration add listener.ConfigException
- If the add listener could not be registered.void removeCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
listener
- The Certificate Mapper configuration add listener.void addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener) throws ConfigException
listener
- The Certificate Mapper configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
listener
- The Certificate Mapper configuration delete listener.String[] listConnectionHandlers()
ConnectionHandlerCfg getConnectionHandler(String name) throws ConfigException
name
- The name of the Connection Handler to retrieve.ConfigException
- If the Connection Handler could not be found or it
could not be successfully decoded.void addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener) throws ConfigException
listener
- The Connection Handler configuration add listener.ConfigException
- If the add listener could not be registered.void removeConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
listener
- The Connection Handler configuration add listener.void addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener) throws ConfigException
listener
- The Connection Handler configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
listener
- The Connection Handler configuration delete listener.CryptoManagerCfg getCryptoManager() throws ConfigException
ConfigException
- If the Crypto Manager could not be found or it could not
be successfully decoded.String[] listEntryCaches()
EntryCacheCfg getEntryCache(String name) throws ConfigException
name
- The name of the Entry Cache to retrieve.ConfigException
- If the Entry Cache could not be found or it
could not be successfully decoded.void addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener) throws ConfigException
listener
- The Entry Cache configuration add listener.ConfigException
- If the add listener could not be registered.void removeEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
listener
- The Entry Cache configuration add listener.void addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener) throws ConfigException
listener
- The Entry Cache configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
listener
- The Entry Cache configuration delete listener.String[] listExtendedOperationHandlers()
ExtendedOperationHandlerCfg getExtendedOperationHandler(String name) throws ConfigException
name
- The name of the Extended Operation Handler to retrieve.ConfigException
- If the Extended Operation Handler could not be found or it
could not be successfully decoded.void addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener) throws ConfigException
listener
- The Extended Operation Handler configuration add listener.ConfigException
- If the add listener could not be registered.void removeExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
listener
- The Extended Operation Handler configuration add listener.void addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener) throws ConfigException
listener
- The Extended Operation Handler configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener)
listener
- The Extended Operation Handler configuration delete listener.GlobalCfg getGlobalConfiguration() throws ConfigException
ConfigException
- If the Global Configuration could not be found or it could not
be successfully decoded.String[] listGroupImplementations()
GroupImplementationCfg getGroupImplementation(String name) throws ConfigException
name
- The name of the Group Implementation to retrieve.ConfigException
- If the Group Implementation could not be found or it
could not be successfully decoded.void addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener) throws ConfigException
listener
- The Group Implementation configuration add listener.ConfigException
- If the add listener could not be registered.void removeGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
listener
- The Group Implementation configuration add listener.void addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener) throws ConfigException
listener
- The Group Implementation configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
listener
- The Group Implementation configuration delete listener.String[] listHTTPAuthorizationMechanisms()
HTTPAuthorizationMechanismCfg getHTTPAuthorizationMechanism(String name) throws ConfigException
name
- The name of the HTTP Authorization Mechanism to retrieve.ConfigException
- If the HTTP Authorization Mechanism could not be found or it
could not be successfully decoded.void addHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener) throws ConfigException
listener
- The HTTP Authorization Mechanism configuration add listener.ConfigException
- If the add listener could not be registered.void removeHTTPAuthorizationMechanismAddListener(ConfigurationAddListener<HTTPAuthorizationMechanismCfg> listener)
listener
- The HTTP Authorization Mechanism configuration add listener.void addHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener) throws ConfigException
listener
- The HTTP Authorization Mechanism configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeHTTPAuthorizationMechanismDeleteListener(ConfigurationDeleteListener<HTTPAuthorizationMechanismCfg> listener)
listener
- The HTTP Authorization Mechanism configuration delete listener.String[] listHTTPEndpoints()
HTTPEndpointCfg getHTTPEndpoint(String name) throws ConfigException
name
- The name of the HTTP Endpoint to retrieve.ConfigException
- If the HTTP Endpoint could not be found or it
could not be successfully decoded.void addHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener) throws ConfigException
listener
- The HTTP Endpoint configuration add listener.ConfigException
- If the add listener could not be registered.void removeHTTPEndpointAddListener(ConfigurationAddListener<HTTPEndpointCfg> listener)
listener
- The HTTP Endpoint configuration add listener.void addHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener) throws ConfigException
listener
- The HTTP Endpoint configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeHTTPEndpointDeleteListener(ConfigurationDeleteListener<HTTPEndpointCfg> listener)
listener
- The HTTP Endpoint configuration delete listener.String[] listIdentityMappers()
IdentityMapperCfg getIdentityMapper(String name) throws ConfigException
name
- The name of the Identity Mapper to retrieve.ConfigException
- If the Identity Mapper could not be found or it
could not be successfully decoded.void addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener) throws ConfigException
listener
- The Identity Mapper configuration add listener.ConfigException
- If the add listener could not be registered.void removeIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
listener
- The Identity Mapper configuration add listener.void addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener) throws ConfigException
listener
- The Identity Mapper configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
listener
- The Identity Mapper configuration delete listener.String[] listKeyManagerProviders()
KeyManagerProviderCfg getKeyManagerProvider(String name) throws ConfigException
name
- The name of the Key Manager Provider to retrieve.ConfigException
- If the Key Manager Provider could not be found or it
could not be successfully decoded.void addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener) throws ConfigException
listener
- The Key Manager Provider configuration add listener.ConfigException
- If the add listener could not be registered.void removeKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
listener
- The Key Manager Provider configuration add listener.void addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener) throws ConfigException
listener
- The Key Manager Provider configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
listener
- The Key Manager Provider configuration delete listener.String[] listLogPublishers()
LogPublisherCfg getLogPublisher(String name) throws ConfigException
name
- The name of the Log Publisher to retrieve.ConfigException
- If the Log Publisher could not be found or it
could not be successfully decoded.void addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener) throws ConfigException
listener
- The Log Publisher configuration add listener.ConfigException
- If the add listener could not be registered.void removeLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
listener
- The Log Publisher configuration add listener.void addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener) throws ConfigException
listener
- The Log Publisher configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener)
listener
- The Log Publisher configuration delete listener.String[] listLogRetentionPolicies()
LogRetentionPolicyCfg getLogRetentionPolicy(String name) throws ConfigException
name
- The name of the Log Retention Policy to retrieve.ConfigException
- If the Log Retention Policy could not be found or it
could not be successfully decoded.void addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener) throws ConfigException
listener
- The Log Retention Policy configuration add listener.ConfigException
- If the add listener could not be registered.void removeLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
listener
- The Log Retention Policy configuration add listener.void addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener) throws ConfigException
listener
- The Log Retention Policy configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener)
listener
- The Log Retention Policy configuration delete listener.String[] listLogRotationPolicies()
LogRotationPolicyCfg getLogRotationPolicy(String name) throws ConfigException
name
- The name of the Log Rotation Policy to retrieve.ConfigException
- If the Log Rotation Policy could not be found or it
could not be successfully decoded.void addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener) throws ConfigException
listener
- The Log Rotation Policy configuration add listener.ConfigException
- If the add listener could not be registered.void removeLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
listener
- The Log Rotation Policy configuration add listener.void addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener) throws ConfigException
listener
- The Log Rotation Policy configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
listener
- The Log Rotation Policy configuration delete listener.String[] listMatchingRules()
MatchingRuleCfg getMatchingRule(String name) throws ConfigException
name
- The name of the Matching Rule to retrieve.ConfigException
- If the Matching Rule could not be found or it
could not be successfully decoded.void addMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener) throws ConfigException
listener
- The Matching Rule configuration add listener.ConfigException
- If the add listener could not be registered.void removeMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
listener
- The Matching Rule configuration add listener.void addMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener) throws ConfigException
listener
- The Matching Rule configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
listener
- The Matching Rule configuration delete listener.String[] listMonitorProviders()
MonitorProviderCfg getMonitorProvider(String name) throws ConfigException
name
- The name of the Monitor Provider to retrieve.ConfigException
- If the Monitor Provider could not be found or it
could not be successfully decoded.void addMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener) throws ConfigException
listener
- The Monitor Provider configuration add listener.ConfigException
- If the add listener could not be registered.void removeMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
listener
- The Monitor Provider configuration add listener.void addMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg> listener) throws ConfigException
listener
- The Monitor Provider configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg> listener)
listener
- The Monitor Provider configuration delete listener.String[] listPasswordGenerators()
PasswordGeneratorCfg getPasswordGenerator(String name) throws ConfigException
name
- The name of the Password Generator to retrieve.ConfigException
- If the Password Generator could not be found or it
could not be successfully decoded.void addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener) throws ConfigException
listener
- The Password Generator configuration add listener.ConfigException
- If the add listener could not be registered.void removePasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
listener
- The Password Generator configuration add listener.void addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener) throws ConfigException
listener
- The Password Generator configuration delete listener.ConfigException
- If the delete listener could not be registered.void removePasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
listener
- The Password Generator configuration delete listener.String[] listPasswordPolicies()
AuthenticationPolicyCfg getPasswordPolicy(String name) throws ConfigException
name
- The name of the Password Policy to retrieve.ConfigException
- If the Password Policy could not be found or it
could not be successfully decoded.void addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener) throws ConfigException
listener
- The Password Policy configuration add listener.ConfigException
- If the add listener could not be registered.void removePasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
listener
- The Password Policy configuration add listener.void addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener) throws ConfigException
listener
- The Password Policy configuration delete listener.ConfigException
- If the delete listener could not be registered.void removePasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
listener
- The Password Policy configuration delete listener.String[] listPasswordStorageSchemes()
PasswordStorageSchemeCfg getPasswordStorageScheme(String name) throws ConfigException
name
- The name of the Password Storage Scheme to retrieve.ConfigException
- If the Password Storage Scheme could not be found or it
could not be successfully decoded.void addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener) throws ConfigException
listener
- The Password Storage Scheme configuration add listener.ConfigException
- If the add listener could not be registered.void removePasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
listener
- The Password Storage Scheme configuration add listener.void addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener) throws ConfigException
listener
- The Password Storage Scheme configuration delete listener.ConfigException
- If the delete listener could not be registered.void removePasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener)
listener
- The Password Storage Scheme configuration delete listener.String[] listPasswordValidators()
PasswordValidatorCfg getPasswordValidator(String name) throws ConfigException
name
- The name of the Password Validator to retrieve.ConfigException
- If the Password Validator could not be found or it
could not be successfully decoded.void addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener) throws ConfigException
listener
- The Password Validator configuration add listener.ConfigException
- If the add listener could not be registered.void removePasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
listener
- The Password Validator configuration add listener.void addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener) throws ConfigException
listener
- The Password Validator configuration delete listener.ConfigException
- If the delete listener could not be registered.void removePasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
listener
- The Password Validator configuration delete listener.PluginRootCfg getPluginRoot() throws ConfigException
ConfigException
- If the Plugin Root could not be found or it could not
be successfully decoded.RootDNCfg getRootDN() throws ConfigException
ConfigException
- If the Root DN could not be found or it could not
be successfully decoded.RootDSEBackendCfg getRootDSEBackend() throws ConfigException
ConfigException
- If the Root DSE Backend could not be found or it could not
be successfully decoded.String[] listSASLMechanismHandlers()
SASLMechanismHandlerCfg getSASLMechanismHandler(String name) throws ConfigException
name
- The name of the SASL Mechanism Handler to retrieve.ConfigException
- If the SASL Mechanism Handler could not be found or it
could not be successfully decoded.void addSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg> listener) throws ConfigException
listener
- The SASL Mechanism Handler configuration add listener.ConfigException
- If the add listener could not be registered.void removeSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg> listener)
listener
- The SASL Mechanism Handler configuration add listener.void addSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg> listener) throws ConfigException
listener
- The SASL Mechanism Handler configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg> listener)
listener
- The SASL Mechanism Handler configuration delete listener.String[] listSchemaProviders()
SchemaProviderCfg getSchemaProvider(String name) throws ConfigException
name
- The name of the Schema Provider to retrieve.ConfigException
- If the Schema Provider could not be found or it
could not be successfully decoded.void addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener) throws ConfigException
listener
- The Schema Provider configuration add listener.ConfigException
- If the add listener could not be registered.void removeSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
listener
- The Schema Provider configuration add listener.void addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener) throws ConfigException
listener
- The Schema Provider configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener)
listener
- The Schema Provider configuration delete listener.String[] listSynchronizationProviders()
SynchronizationProviderCfg getSynchronizationProvider(String name) throws ConfigException
name
- The name of the Synchronization Provider to retrieve.ConfigException
- If the Synchronization Provider could not be found or it
could not be successfully decoded.void addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener) throws ConfigException
listener
- The Synchronization Provider configuration add listener.ConfigException
- If the add listener could not be registered.void removeSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
listener
- The Synchronization Provider configuration add listener.void addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener) throws ConfigException
listener
- The Synchronization Provider configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
listener
- The Synchronization Provider configuration delete listener.String[] listTrustManagerProviders()
TrustManagerProviderCfg getTrustManagerProvider(String name) throws ConfigException
name
- The name of the Trust Manager Provider to retrieve.ConfigException
- If the Trust Manager Provider could not be found or it
could not be successfully decoded.void addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener) throws ConfigException
listener
- The Trust Manager Provider configuration add listener.ConfigException
- If the add listener could not be registered.void removeTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
listener
- The Trust Manager Provider configuration add listener.void addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener) throws ConfigException
listener
- The Trust Manager Provider configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
listener
- The Trust Manager Provider configuration delete listener.String[] listVirtualAttributes()
VirtualAttributeCfg getVirtualAttribute(String name) throws ConfigException
name
- The name of the Virtual Attribute to retrieve.ConfigException
- If the Virtual Attribute could not be found or it
could not be successfully decoded.void addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener) throws ConfigException
listener
- The Virtual Attribute configuration add listener.ConfigException
- If the add listener could not be registered.void removeVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
listener
- The Virtual Attribute configuration add listener.void addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener) throws ConfigException
listener
- The Virtual Attribute configuration delete listener.ConfigException
- If the delete listener could not be registered.void removeVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener)
listener
- The Virtual Attribute configuration delete listener.WorkQueueCfg getWorkQueue() throws ConfigException
ConfigException
- If the Work Queue could not be found or it could not
be successfully decoded.Copyright 2010-2017 ForgeRock AS.