Package | Description |
---|---|
org.forgerock.opendj.config |
Common administration classes.
|
org.forgerock.opendj.config.conditions |
Logical conditions for defining constraints.
|
org.forgerock.opendj.config.dsconfig |
This package contains the DS config.
|
org.forgerock.opendj.config.server |
Server-side administration interface.
|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.forgerock.opendj.server.config.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationFramework.addExtension(String... extensions)
Loads the named extensions into the configuration framework.
|
ConfigurationFramework |
ConfigurationFramework.initialize()
Initializes the configuration framework using the application's class
loader as the parent class loader, and the current working directory as
the install and instance path.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installAndInstancePath)
Initializes the configuration framework using the application's class
loader as the parent class loader, and the provided install/instance
path.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installPath,
String instancePath)
Initializes the configuration framework using the application's class
loader as the parent class loader, and the provided install and instance
paths.
|
ConfigurationFramework |
ConfigurationFramework.initialize(String installPath,
String instancePath,
ClassLoader parent)
Initializes the configuration framework using the provided parent class
loader and install and instance paths.
|
void |
ConfigurationFramework.reload()
Reloads the configuration framework.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NOTCondition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
boolean |
ANDCondition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
boolean |
IsPresentCondition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
boolean |
ORCondition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
boolean |
Condition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
boolean |
ContainsCondition.evaluate(ServerManagedObject<?> managedObject)
Evaluates this condition against the provided server managed object.
|
Modifier and Type | Method and Description |
---|---|
static BuildVersion |
BuildVersion.binaryVersion(org.forgerock.opendj.ldap.Connection connection)
Returns the build version as specified in the entry "cn=Version,cn=monitor".
|
static void |
BuildVersion.checkVersionMismatch(org.forgerock.opendj.ldap.Connection connection)
Checks if the binary version is the same than the instance version.
|
static BuildVersion |
BuildVersion.instanceVersion()
Reads the instance version from config/buildinfo.
|
Modifier and Type | Method and Description |
---|---|
<M extends Configuration> |
ServerManagedObject.getChild(InstantiableRelationDefinition<?,M> d,
String name)
Retrieve an instantiable child managed object.
|
<M extends Configuration> |
ServerManagedObject.getChild(OptionalRelationDefinition<?,M> d)
Retrieve an optional child managed object.
|
<M extends Configuration> |
ServerManagedObject.getChild(SetRelationDefinition<?,M> d,
String name)
Retrieve a set child managed object.
|
<M extends Configuration> |
ServerManagedObject.getChild(SingletonRelationDefinition<?,M> d)
Retrieve a singleton child managed object.
|
org.forgerock.opendj.ldap.Entry |
ServerManagementContext.getConfigEntry(org.forgerock.opendj.ldap.DN dn)
Retrieves a configuration entry corresponding to the provided DN.
|
<C extends ConfigurationClient,S extends Configuration> |
ServerManagementContext.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
<C extends ConfigurationClient,S extends Configuration,P> |
ServerManagementContext.getPropertyValue(ManagedObjectPath<C,S> path,
PropertyDefinition<P> pd)
Gets the effective value of a property in the named managed object.
|
<C extends ConfigurationClient,S extends Configuration,P> |
ServerManagementContext.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<P> propertyDef)
Gets the effective values of a property in the named managed object.
|
boolean |
ServerConstraintHandler.isDeleteAllowed(ServerManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether or not the existing managed object can be deleted from
the server's configuration.
|
boolean |
ServerConstraintHandler.isUsable(ServerManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether or not the provided managed object can be used by the
server.
|
void |
ServerConstraintHandler.performPostAdd(ServerManagedObject<?> managedObject)
Performs any post-add processing required by this constraint.
|
void |
ServerConstraintHandler.performPostDelete(ServerManagedObject<?> managedObject)
Performs any post-delete processing required by this constraint.
|
void |
ServerConstraintHandler.performPostModify(ServerManagedObject<?> managedObject)
Performs any post-modify processing required by this constraint.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(InstantiableRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when new child configurations are added beneath
an instantiable relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(InstantiableRelationDefinition<?,M> d,
ServerManagedObjectAddListener<M> listener)
Register to be notified when new child server managed object are added
beneath an instantiable relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(OptionalRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when a new child configurations is added beneath
an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectAddListener<M> listener)
Register to be notified when a new child server managed object is added
beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(SetRelationDefinition<?,M> d,
ConfigurationAddListener<M> listener)
Register to be notified when new child configurations are added beneath a
set relation.
|
<M extends Configuration> |
ServerManagedObject.registerAddListener(SetRelationDefinition<?,M> d,
ServerManagedObjectAddListener<M> listener)
Register to be notified when new child server managed object are added
beneath a set relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(InstantiableRelationDefinition<?,M> d,
ConfigurationDeleteListener<M> listener)
Register to be notified when existing child configurations are deleted
beneath an instantiable relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(InstantiableRelationDefinition<?,M> d,
ServerManagedObjectDeleteListener<M> listener)
Register to be notified when existing child server managed objects are
deleted beneath an instantiable relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(OptionalRelationDefinition<?,M> d,
ConfigurationDeleteListener<M> listener)
Register to be notified when an existing child configuration is deleted
beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(OptionalRelationDefinition<?,M> d,
ServerManagedObjectDeleteListener<M> listener)
Register to be notified when an existing child server managed object is
deleted beneath an optional relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(SetRelationDefinition<?,M> d,
ConfigurationDeleteListener<M> listener)
Register to be notified when existing child configurations are deleted
beneath a set relation.
|
<M extends Configuration> |
ServerManagedObject.registerDeleteListener(SetRelationDefinition<?,M> d,
ServerManagedObjectDeleteListener<M> listener)
Register to be notified when existing child server managed objects are
deleted beneath a set relation.
|
Modifier and Type | Method and Description |
---|---|
Set<org.forgerock.opendj.ldap.DN> |
ConfigurationRepository.getChildren(org.forgerock.opendj.ldap.DN dn)
Returns the set of DNs of children of the entry corresponding to the
provided DN.
|
org.forgerock.opendj.ldap.Entry |
ConfigurationRepository.getEntry(org.forgerock.opendj.ldap.DN dn)
Returns the configuration entry for the provided DN.
|
boolean |
ConfigurationRepository.hasEntry(org.forgerock.opendj.ldap.DN dn)
Checks if the provided DN corresponds to a configuration entry.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisherCfg.addAccessLogFilteringCriteriaAddListener(ConfigurationAddListener<AccessLogFilteringCriteriaCfg> listener)
Registers to be notified when new Access Log Filtering Criteria are added.
|
void |
AccessLogPublisherCfg.addAccessLogFilteringCriteriaDeleteListener(ConfigurationDeleteListener<AccessLogFilteringCriteriaCfg> listener)
Registers to be notified when existing Access Log Filtering Criteria are deleted.
|
void |
RootCfg.addAccountStatusNotificationHandlerAddListener(ConfigurationAddListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when new Account Status Notification Handlers are added.
|
void |
RootCfg.addAccountStatusNotificationHandlerDeleteListener(ConfigurationDeleteListener<AccountStatusNotificationHandlerCfg> listener)
Registers to be notified when existing Account Status Notification Handlers are deleted.
|
void |
RootCfg.addAlertHandlerAddListener(ConfigurationAddListener<AlertHandlerCfg> listener)
Registers to be notified when new Alert Handlers are added.
|
void |
RootCfg.addAlertHandlerDeleteListener(ConfigurationDeleteListener<AlertHandlerCfg> listener)
Registers to be notified when existing Alert Handlers are deleted.
|
void |
RootCfg.addAttributeSyntaxAddListener(ConfigurationAddListener<AttributeSyntaxCfg> listener)
Registers to be notified when new Attribute Syntaxes are added.
|
void |
RootCfg.addAttributeSyntaxDeleteListener(ConfigurationDeleteListener<AttributeSyntaxCfg> listener)
Registers to be notified when existing Attribute Syntaxes are deleted.
|
void |
RootCfg.addBackendAddListener(ConfigurationAddListener<BackendCfg> listener)
Registers to be notified when new Backends are added.
|
void |
RootCfg.addBackendDeleteListener(ConfigurationDeleteListener<BackendCfg> listener)
Registers to be notified when existing Backends are deleted.
|
void |
PluggableBackendCfg.addBackendIndexAddListener(ConfigurationAddListener<BackendIndexCfg> listener)
Registers to be notified when new Backend Indexes are added.
|
void |
PluggableBackendCfg.addBackendIndexDeleteListener(ConfigurationDeleteListener<BackendIndexCfg> listener)
Registers to be notified when existing Backend Indexes are deleted.
|
void |
PluggableBackendCfg.addBackendVLVIndexAddListener(ConfigurationAddListener<BackendVLVIndexCfg> listener)
Registers to be notified when new Backend VLV Indexes are added.
|
void |
PluggableBackendCfg.addBackendVLVIndexDeleteListener(ConfigurationDeleteListener<BackendVLVIndexCfg> listener)
Registers to be notified when existing Backend VLV Indexes are deleted.
|
void |
RootCfg.addCertificateMapperAddListener(ConfigurationAddListener<CertificateMapperCfg> listener)
Registers to be notified when new Certificate Mappers are added.
|
void |
RootCfg.addCertificateMapperDeleteListener(ConfigurationDeleteListener<CertificateMapperCfg> listener)
Registers to be notified when existing Certificate Mappers are deleted.
|
void |
RootCfg.addConnectionHandlerAddListener(ConfigurationAddListener<ConnectionHandlerCfg> listener)
Registers to be notified when new Connection Handlers are added.
|
void |
RootCfg.addConnectionHandlerDeleteListener(ConfigurationDeleteListener<ConnectionHandlerCfg> listener)
Registers to be notified when existing Connection Handlers are deleted.
|
void |
DebugLogPublisherCfg.addDebugTargetAddListener(ConfigurationAddListener<DebugTargetCfg> listener)
Registers to be notified when new Debug Targets are added.
|
void |
DebugLogPublisherCfg.addDebugTargetDeleteListener(ConfigurationDeleteListener<DebugTargetCfg> listener)
Registers to be notified when existing Debug Targets are deleted.
|
void |
RootCfg.addEntryCacheAddListener(ConfigurationAddListener<EntryCacheCfg> listener)
Registers to be notified when new Entry Caches are added.
|
void |
RootCfg.addEntryCacheDeleteListener(ConfigurationDeleteListener<EntryCacheCfg> listener)
Registers to be notified when existing Entry Caches are deleted.
|
void |
RootCfg.addExtendedOperationHandlerAddListener(ConfigurationAddListener<ExtendedOperationHandlerCfg> listener)
Registers to be notified when new Extended Operation Handlers are added.
|
void |
RootCfg.addExtendedOperationHandlerDeleteListener(ConfigurationDeleteListener<ExtendedOperationHandlerCfg> listener)
Registers to be notified when existing Extended Operation Handlers are deleted.
|
void |
RootCfg.addGroupImplementationAddListener(ConfigurationAddListener<GroupImplementationCfg> listener)
Registers to be notified when new Group Implementations are added.
|
void |
RootCfg.addGroupImplementationDeleteListener(ConfigurationDeleteListener<GroupImplementationCfg> listener)
Registers to be notified when existing Group Implementations are deleted.
|
void |
RootCfg.addIdentityMapperAddListener(ConfigurationAddListener<IdentityMapperCfg> listener)
Registers to be notified when new Identity Mappers are added.
|
void |
RootCfg.addIdentityMapperDeleteListener(ConfigurationDeleteListener<IdentityMapperCfg> listener)
Registers to be notified when existing Identity Mappers are deleted.
|
void |
RootCfg.addKeyManagerProviderAddListener(ConfigurationAddListener<KeyManagerProviderCfg> listener)
Registers to be notified when new Key Manager Providers are added.
|
void |
RootCfg.addKeyManagerProviderDeleteListener(ConfigurationDeleteListener<KeyManagerProviderCfg> listener)
Registers to be notified when existing Key Manager Providers are deleted.
|
void |
LocalDBBackendCfg.addLocalDBIndexAddListener(ConfigurationAddListener<LocalDBIndexCfg> listener)
Registers to be notified when new Local DB Indexes are added.
|
void |
LocalDBBackendCfg.addLocalDBIndexDeleteListener(ConfigurationDeleteListener<LocalDBIndexCfg> listener)
Registers to be notified when existing Local DB Indexes are deleted.
|
void |
LocalDBBackendCfg.addLocalDBVLVIndexAddListener(ConfigurationAddListener<LocalDBVLVIndexCfg> listener)
Registers to be notified when new Local DB VLV Indexes are added.
|
void |
LocalDBBackendCfg.addLocalDBVLVIndexDeleteListener(ConfigurationDeleteListener<LocalDBVLVIndexCfg> listener)
Registers to be notified when existing Local DB VLV Indexes are deleted.
|
void |
RootCfg.addLogPublisherAddListener(ConfigurationAddListener<LogPublisherCfg> listener)
Registers to be notified when new Log Publishers are added.
|
void |
RootCfg.addLogPublisherDeleteListener(ConfigurationDeleteListener<LogPublisherCfg> listener)
Registers to be notified when existing Log Publishers are deleted.
|
void |
RootCfg.addLogRetentionPolicyAddListener(ConfigurationAddListener<LogRetentionPolicyCfg> listener)
Registers to be notified when new Log Retention Policies are added.
|
void |
RootCfg.addLogRetentionPolicyDeleteListener(ConfigurationDeleteListener<LogRetentionPolicyCfg> listener)
Registers to be notified when existing Log Retention Policies are deleted.
|
void |
RootCfg.addLogRotationPolicyAddListener(ConfigurationAddListener<LogRotationPolicyCfg> listener)
Registers to be notified when new Log Rotation Policies are added.
|
void |
RootCfg.addLogRotationPolicyDeleteListener(ConfigurationDeleteListener<LogRotationPolicyCfg> listener)
Registers to be notified when existing Log Rotation Policies are deleted.
|
void |
RootCfg.addMatchingRuleAddListener(ConfigurationAddListener<MatchingRuleCfg> listener)
Registers to be notified when new Matching Rules are added.
|
void |
RootCfg.addMatchingRuleDeleteListener(ConfigurationDeleteListener<MatchingRuleCfg> listener)
Registers to be notified when existing Matching Rules are deleted.
|
void |
RootCfg.addMonitorProviderAddListener(ConfigurationAddListener<MonitorProviderCfg> listener)
Registers to be notified when new Monitor Providers are added.
|
void |
RootCfg.addMonitorProviderDeleteListener(ConfigurationDeleteListener<MonitorProviderCfg> listener)
Registers to be notified when existing Monitor Providers are deleted.
|
void |
RootCfg.addPasswordGeneratorAddListener(ConfigurationAddListener<PasswordGeneratorCfg> listener)
Registers to be notified when new Password Generators are added.
|
void |
RootCfg.addPasswordGeneratorDeleteListener(ConfigurationDeleteListener<PasswordGeneratorCfg> listener)
Registers to be notified when existing Password Generators are deleted.
|
void |
RootCfg.addPasswordPolicyAddListener(ConfigurationAddListener<AuthenticationPolicyCfg> listener)
Registers to be notified when new Password Policies are added.
|
void |
RootCfg.addPasswordPolicyDeleteListener(ConfigurationDeleteListener<AuthenticationPolicyCfg> listener)
Registers to be notified when existing Password Policies are deleted.
|
void |
RootCfg.addPasswordStorageSchemeAddListener(ConfigurationAddListener<PasswordStorageSchemeCfg> listener)
Registers to be notified when new Password Storage Schemes are added.
|
void |
RootCfg.addPasswordStorageSchemeDeleteListener(ConfigurationDeleteListener<PasswordStorageSchemeCfg> listener)
Registers to be notified when existing Password Storage Schemes are deleted.
|
void |
RootCfg.addPasswordValidatorAddListener(ConfigurationAddListener<PasswordValidatorCfg> listener)
Registers to be notified when new Password Validators are added.
|
void |
RootCfg.addPasswordValidatorDeleteListener(ConfigurationDeleteListener<PasswordValidatorCfg> listener)
Registers to be notified when existing Password Validators are deleted.
|
void |
PluginRootCfg.addPluginAddListener(ConfigurationAddListener<PluginCfg> listener)
Registers to be notified when new Plugins are added.
|
void |
PluginRootCfg.addPluginDeleteListener(ConfigurationDeleteListener<PluginCfg> listener)
Registers to be notified when existing Plugins are deleted.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationDomainAddListener(ConfigurationAddListener<ReplicationDomainCfg> listener)
Registers to be notified when new Replication Domains are added.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationDomainDeleteListener(ConfigurationDeleteListener<ReplicationDomainCfg> listener)
Registers to be notified when existing Replication Domains are deleted.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationServerAddListener(ConfigurationAddListener<ReplicationServerCfg> listener)
Registers to be notified when the Replication Server is added.
|
void |
ReplicationSynchronizationProviderCfg.addReplicationServerDeleteListener(ConfigurationDeleteListener<ReplicationServerCfg> listener)
Registers to be notified the Replication Server is deleted.
|
void |
RootDNCfg.addRootDNUserAddListener(ConfigurationAddListener<RootDNUserCfg> listener)
Registers to be notified when new Root DN Users are added.
|
void |
RootDNCfg.addRootDNUserDeleteListener(ConfigurationDeleteListener<RootDNUserCfg> listener)
Registers to be notified when existing Root DN Users are deleted.
|
void |
RootCfg.addSASLMechanismHandlerAddListener(ConfigurationAddListener<SASLMechanismHandlerCfg> listener)
Registers to be notified when new SASL Mechanism Handlers are added.
|
void |
RootCfg.addSASLMechanismHandlerDeleteListener(ConfigurationDeleteListener<SASLMechanismHandlerCfg> listener)
Registers to be notified when existing SASL Mechanism Handlers are deleted.
|
void |
RootCfg.addSchemaProviderAddListener(ConfigurationAddListener<SchemaProviderCfg> listener)
Registers to be notified when new Schema Providers are added.
|
void |
RootCfg.addSchemaProviderDeleteListener(ConfigurationDeleteListener<SchemaProviderCfg> listener)
Registers to be notified when existing Schema Providers are deleted.
|
void |
RootCfg.addSynchronizationProviderAddListener(ConfigurationAddListener<SynchronizationProviderCfg> listener)
Registers to be notified when new Synchronization Providers are added.
|
void |
RootCfg.addSynchronizationProviderDeleteListener(ConfigurationDeleteListener<SynchronizationProviderCfg> listener)
Registers to be notified when existing Synchronization Providers are deleted.
|
void |
RootCfg.addTrustManagerProviderAddListener(ConfigurationAddListener<TrustManagerProviderCfg> listener)
Registers to be notified when new Trust Manager Providers are added.
|
void |
RootCfg.addTrustManagerProviderDeleteListener(ConfigurationDeleteListener<TrustManagerProviderCfg> listener)
Registers to be notified when existing Trust Manager Providers are deleted.
|
void |
RootCfg.addVirtualAttributeAddListener(ConfigurationAddListener<VirtualAttributeCfg> listener)
Registers to be notified when new Virtual Attributes are added.
|
void |
RootCfg.addVirtualAttributeDeleteListener(ConfigurationDeleteListener<VirtualAttributeCfg> listener)
Registers to be notified when existing Virtual Attributes are deleted.
|
AccessControlHandlerCfg |
RootCfg.getAccessControlHandler()
Gets the Access Control Handler.
|
AccessLogFilteringCriteriaCfg |
AccessLogPublisherCfg.getAccessLogFilteringCriteria(String name)
Gets the named Access Log Filtering Criteria.
|
AccountStatusNotificationHandlerCfg |
RootCfg.getAccountStatusNotificationHandler(String name)
Gets the named Account Status Notification Handler.
|
AdministrationConnectorCfg |
RootCfg.getAdministrationConnector()
Gets the Administration Connector.
|
AlertHandlerCfg |
RootCfg.getAlertHandler(String name)
Gets the named Alert Handler.
|
AttributeSyntaxCfg |
RootCfg.getAttributeSyntax(String name)
Gets the named Attribute Syntax.
|
BackendCfg |
RootCfg.getBackend(String name)
Gets the named Backend.
|
BackendIndexCfg |
PluggableBackendCfg.getBackendIndex(String name)
Gets the named Backend Index.
|
BackendVLVIndexCfg |
PluggableBackendCfg.getBackendVLVIndex(String name)
Gets the named Backend VLV Index.
|
CertificateMapperCfg |
RootCfg.getCertificateMapper(String name)
Gets the named Certificate Mapper.
|
ConnectionHandlerCfg |
RootCfg.getConnectionHandler(String name)
Gets the named Connection Handler.
|
CryptoManagerCfg |
RootCfg.getCryptoManager()
Gets the Crypto Manager.
|
DebugTargetCfg |
DebugLogPublisherCfg.getDebugTarget(String name)
Gets the named Debug Target.
|
EntryCacheCfg |
RootCfg.getEntryCache(String name)
Gets the named Entry Cache.
|
ExtendedOperationHandlerCfg |
RootCfg.getExtendedOperationHandler(String name)
Gets the named Extended Operation Handler.
|
ExternalChangelogDomainCfg |
ReplicationDomainCfg.getExternalChangelogDomain()
Gets the External Changelog Domain.
|
GlobalCfg |
RootCfg.getGlobalConfiguration()
Gets the Global Configuration.
|
GroupImplementationCfg |
RootCfg.getGroupImplementation(String name)
Gets the named Group Implementation.
|
IdentityMapperCfg |
RootCfg.getIdentityMapper(String name)
Gets the named Identity Mapper.
|
KeyManagerProviderCfg |
RootCfg.getKeyManagerProvider(String name)
Gets the named Key Manager Provider.
|
LocalDBIndexCfg |
LocalDBBackendCfg.getLocalDBIndex(String name)
Gets the named Local DB Index.
|
LocalDBVLVIndexCfg |
LocalDBBackendCfg.getLocalDBVLVIndex(String name)
Gets the named Local DB VLV Index.
|
LogPublisherCfg |
RootCfg.getLogPublisher(String name)
Gets the named Log Publisher.
|
LogRetentionPolicyCfg |
RootCfg.getLogRetentionPolicy(String name)
Gets the named Log Retention Policy.
|
LogRotationPolicyCfg |
RootCfg.getLogRotationPolicy(String name)
Gets the named Log Rotation Policy.
|
MatchingRuleCfg |
RootCfg.getMatchingRule(String name)
Gets the named Matching Rule.
|
MonitorProviderCfg |
RootCfg.getMonitorProvider(String name)
Gets the named Monitor Provider.
|
PasswordGeneratorCfg |
RootCfg.getPasswordGenerator(String name)
Gets the named Password Generator.
|
AuthenticationPolicyCfg |
RootCfg.getPasswordPolicy(String name)
Gets the named Password Policy.
|
PasswordStorageSchemeCfg |
RootCfg.getPasswordStorageScheme(String name)
Gets the named Password Storage Scheme.
|
PasswordValidatorCfg |
RootCfg.getPasswordValidator(String name)
Gets the named Password Validator.
|
PluginCfg |
PluginRootCfg.getPlugin(String name)
Gets the named Plugin.
|
PluginRootCfg |
RootCfg.getPluginRoot()
Gets the Plugin Root.
|
ReplicationDomainCfg |
ReplicationSynchronizationProviderCfg.getReplicationDomain(String name)
Gets the named Replication Domain.
|
ReplicationServerCfg |
ReplicationSynchronizationProviderCfg.getReplicationServer()
Gets the Replication Server if it is present.
|
RootDNCfg |
RootCfg.getRootDN()
Gets the Root DN.
|
RootDNUserCfg |
RootDNCfg.getRootDNUser(String name)
Gets the named Root DN User.
|
RootDSEBackendCfg |
RootCfg.getRootDSEBackend()
Gets the Root DSE Backend.
|
SASLMechanismHandlerCfg |
RootCfg.getSASLMechanismHandler(String name)
Gets the named SASL Mechanism Handler.
|
SchemaProviderCfg |
RootCfg.getSchemaProvider(String name)
Gets the named Schema Provider.
|
SynchronizationProviderCfg |
RootCfg.getSynchronizationProvider(String name)
Gets the named Synchronization Provider.
|
TrustManagerProviderCfg |
RootCfg.getTrustManagerProvider(String name)
Gets the named Trust Manager Provider.
|
VirtualAttributeCfg |
RootCfg.getVirtualAttribute(String name)
Gets the named Virtual Attribute.
|
WorkQueueCfg |
RootCfg.getWorkQueue()
Gets the Work Queue.
|
Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.