Package | Description |
---|---|
org.opends.server.admin |
Common administration classes.
|
org.opends.server.admin.client |
Common client-side administration classes.
|
org.opends.server.admin.client.spi |
Client side driver implementation interfaces.
|
org.opends.server.admin.condition |
Logical conditions for defining constraints.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
Modifier and Type | Method and Description |
---|---|
abstract C |
ManagedObjectDefinition.createClientConfiguration(ManagedObject<? extends C> managedObject)
Creates a client configuration view of the provided managed
object.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
String name,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
ManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
ManagementContext.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
ManagedObject<?> |
ManagedObjectDecodingException.getPartialManagedObject()
Get the partially created managed object containing properties
which were successfully decoded and empty properties for those
which were not (this may include empty mandatory properties).
|
ManagedObject<RootCfgClient> |
ManagementContext.getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this
management context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConstraintHandler.isAddAcceptable(ManagementContext context,
ManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether or not the newly created managed object which
is about to be added to the server configuration satisfies this
constraint.
|
boolean |
ClientConstraintHandler.isModifyAcceptable(ManagementContext context,
ManagedObject<?> managedObject,
Collection<LocalizableMessage> unacceptableReasons)
Determines whether or not the changes to an existing managed
object which are about to be committed to the server
configuration satisfies this constraint.
|
Constructor and Description |
---|
ManagedObjectDecodingException(ManagedObject<?> partialManagedObject,
Collection<PropertyException> causes)
Create a new property decoding exception.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractManagedObject<T extends ConfigurationClient>
An abstract managed object implementation.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(InstantiableRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
String name,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
instantiable relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(OptionalRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
optional relation.
|
<C extends ConfigurationClient,S extends Configuration,CC extends C> |
AbstractManagedObject.createChild(SetRelationDefinition<C,S> r,
ManagedObjectDefinition<CC,? extends S> d,
Collection<PropertyException> exceptions)
Creates a new child managed object bound to the specified
set relation.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(InstantiableRelationDefinition<C,S> r,
String name)
Retrieves an instantiable child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(OptionalRelationDefinition<C,S> r)
Retrieves an optional child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SetRelationDefinition<C,S> r,
String name)
Retrieves a set child managed object.
|
<C extends ConfigurationClient,S extends Configuration> |
AbstractManagedObject.getChild(SingletonRelationDefinition<C,S> r)
Retrieves a singleton child managed object.
|
abstract <C extends ConfigurationClient,S extends Configuration> |
Driver.getManagedObject(ManagedObjectPath<C,S> path)
Gets the named managed object.
|
abstract ManagedObject<RootCfgClient> |
Driver.getRootConfigurationManagedObject()
Gets the root configuration managed object associated with this
management context driver.
|
protected abstract <M extends ConfigurationClient> |
AbstractManagedObject.newInstance(ManagedObjectDefinition<M,?> d,
ManagedObjectPath<M,?> path,
PropertySet properties,
boolean existsOnServer,
PropertyDefinition<?> namingPropertyDefinition)
Creates a new managed object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Condition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
IsPresentCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ContainsCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ORCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
ANDCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
boolean |
NOTCondition.evaluate(ManagementContext context,
ManagedObject<?> managedObject)
Evaluates this condition against the provided client managed
object.
|
void |
ContainsCondition.setPropertyValue(ManagedObject<?> managedObject)
Modifies the provided managed object so that it has the property
value associated with this condition.
|
Modifier and Type | Method and Description |
---|---|
AccessControlHandlerCfgClient |
AccessControlHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AccessControlHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AccessLogFilteringCriteriaCfgClient |
AccessLogFilteringCriteriaCfgDefn.createClientConfiguration(ManagedObject<? extends AccessLogFilteringCriteriaCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AccessLogPublisherCfgClient |
AccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends AccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AccountStatusNotificationHandlerCfgClient |
AccountStatusNotificationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AccountStatusNotificationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AdministrationConnectorCfgClient |
AdministrationConnectorCfgDefn.createClientConfiguration(ManagedObject<? extends AdministrationConnectorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AESPasswordStorageSchemeCfgClient |
AESPasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends AESPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AlertHandlerCfgClient |
AlertHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AlertHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AnonymousSASLMechanismHandlerCfgClient |
AnonymousSASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends AnonymousSASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AttributeCleanupPluginCfgClient |
AttributeCleanupPluginCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeCleanupPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AttributeSyntaxCfgClient |
AttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AttributeTypeDescriptionAttributeSyntaxCfgClient |
AttributeTypeDescriptionAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeTypeDescriptionAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
AttributeValuePasswordValidatorCfgClient |
AttributeValuePasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends AttributeValuePasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BackendCfgClient |
BackendCfgDefn.createClientConfiguration(ManagedObject<? extends BackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BackendIndexCfgClient |
BackendIndexCfgDefn.createClientConfiguration(ManagedObject<? extends BackendIndexCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BackendVLVIndexCfgClient |
BackendVLVIndexCfgDefn.createClientConfiguration(ManagedObject<? extends BackendVLVIndexCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BackupBackendCfgClient |
BackupBackendCfgDefn.createClientConfiguration(ManagedObject<? extends BackupBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Base64PasswordStorageSchemeCfgClient |
Base64PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends Base64PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BlindTrustManagerProviderCfgClient |
BlindTrustManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends BlindTrustManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
BlowfishPasswordStorageSchemeCfgClient |
BlowfishPasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends BlowfishPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CancelExtendedOperationHandlerCfgClient |
CancelExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends CancelExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CertificateAttributeSyntaxCfgClient |
CertificateAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends CertificateAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CertificateMapperCfgClient |
CertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends CertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ChangeNumberControlPluginCfgClient |
ChangeNumberControlPluginCfgDefn.createClientConfiguration(ManagedObject<? extends ChangeNumberControlPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CharacterSetPasswordValidatorCfgClient |
CharacterSetPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends CharacterSetPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ClearPasswordStorageSchemeCfgClient |
ClearPasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends ClearPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ClientConnectionMonitorProviderCfgClient |
ClientConnectionMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends ClientConnectionMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CollationMatchingRuleCfgClient |
CollationMatchingRuleCfgDefn.createClientConfiguration(ManagedObject<? extends CollationMatchingRuleCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CollectiveAttributeSubentriesVirtualAttributeCfgClient |
CollectiveAttributeSubentriesVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends CollectiveAttributeSubentriesVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ConfigFileHandlerBackendCfgClient |
ConfigFileHandlerBackendCfgDefn.createClientConfiguration(ManagedObject<? extends ConfigFileHandlerBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ConnectionHandlerCfgClient |
ConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CoreSchemaCfgClient |
CoreSchemaCfgDefn.createClientConfiguration(ManagedObject<? extends CoreSchemaCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CountryStringAttributeSyntaxCfgClient |
CountryStringAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends CountryStringAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CramMD5SASLMechanismHandlerCfgClient |
CramMD5SASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends CramMD5SASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CryptoManagerCfgClient |
CryptoManagerCfgDefn.createClientConfiguration(ManagedObject<? extends CryptoManagerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CryptPasswordStorageSchemeCfgClient |
CryptPasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends CryptPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CsvFileAccessLogPublisherCfgClient |
CsvFileAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends CsvFileAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
CsvFileHTTPAccessLogPublisherCfgClient |
CsvFileHTTPAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends CsvFileHTTPAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DebugLogPublisherCfgClient |
DebugLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends DebugLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DebugTargetCfgClient |
DebugTargetCfgDefn.createClientConfiguration(ManagedObject<? extends DebugTargetCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DictionaryPasswordValidatorCfgClient |
DictionaryPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends DictionaryPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DigestMD5SASLMechanismHandlerCfgClient |
DigestMD5SASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends DigestMD5SASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DirectoryStringAttributeSyntaxCfgClient |
DirectoryStringAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends DirectoryStringAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DseeCompatAccessControlHandlerCfgClient |
DseeCompatAccessControlHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends DseeCompatAccessControlHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
DynamicGroupImplementationCfgClient |
DynamicGroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends DynamicGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntityTagVirtualAttributeCfgClient |
EntityTagVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends EntityTagVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntryCacheCfgClient |
EntryCacheCfgDefn.createClientConfiguration(ManagedObject<? extends EntryCacheCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntryCacheMonitorProviderCfgClient |
EntryCacheMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends EntryCacheMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntryDNVirtualAttributeCfgClient |
EntryDNVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends EntryDNVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntryUUIDPluginCfgClient |
EntryUUIDPluginCfgDefn.createClientConfiguration(ManagedObject<? extends EntryUUIDPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
EntryUUIDVirtualAttributeCfgClient |
EntryUUIDVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends EntryUUIDVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ErrorLogAccountStatusNotificationHandlerCfgClient |
ErrorLogAccountStatusNotificationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ErrorLogAccountStatusNotificationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ErrorLogPublisherCfgClient |
ErrorLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends ErrorLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExactMatchIdentityMapperCfgClient |
ExactMatchIdentityMapperCfgDefn.createClientConfiguration(ManagedObject<? extends ExactMatchIdentityMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExtendedOperationHandlerCfgClient |
ExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExternalAccessLogPublisherCfgClient |
ExternalAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends ExternalAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExternalChangelogDomainCfgClient |
ExternalChangelogDomainCfgDefn.createClientConfiguration(ManagedObject<? extends ExternalChangelogDomainCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExternalHTTPAccessLogPublisherCfgClient |
ExternalHTTPAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends ExternalHTTPAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ExternalSASLMechanismHandlerCfgClient |
ExternalSASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends ExternalSASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FIFOEntryCacheCfgClient |
FIFOEntryCacheCfgDefn.createClientConfiguration(ManagedObject<? extends FIFOEntryCacheCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedAccessLogPublisherCfgClient |
FileBasedAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedAuditLogPublisherCfgClient |
FileBasedAuditLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedAuditLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedDebugLogPublisherCfgClient |
FileBasedDebugLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedDebugLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedErrorLogPublisherCfgClient |
FileBasedErrorLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedErrorLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedHTTPAccessLogPublisherCfgClient |
FileBasedHTTPAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedHTTPAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedKeyManagerProviderCfgClient |
FileBasedKeyManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedKeyManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileBasedTrustManagerProviderCfgClient |
FileBasedTrustManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends FileBasedTrustManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FileCountLogRetentionPolicyCfgClient |
FileCountLogRetentionPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends FileCountLogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FingerprintCertificateMapperCfgClient |
FingerprintCertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends FingerprintCertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FixedTimeLogRotationPolicyCfgClient |
FixedTimeLogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends FixedTimeLogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FractionalLDIFImportPluginCfgClient |
FractionalLDIFImportPluginCfgDefn.createClientConfiguration(ManagedObject<? extends FractionalLDIFImportPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
FreeDiskSpaceLogRetentionPolicyCfgClient |
FreeDiskSpaceLogRetentionPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends FreeDiskSpaceLogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GetConnectionIdExtendedOperationHandlerCfgClient |
GetConnectionIdExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends GetConnectionIdExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GetSymmetricKeyExtendedOperationHandlerCfgClient |
GetSymmetricKeyExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends GetSymmetricKeyExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GlobalCfgClient |
GlobalCfgDefn.createClientConfiguration(ManagedObject<? extends GlobalCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GoverningStructureRuleVirtualAttributeCfgClient |
GoverningStructureRuleVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends GoverningStructureRuleVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GroupImplementationCfgClient |
GroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends GroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
GSSAPISASLMechanismHandlerCfgClient |
GSSAPISASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends GSSAPISASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
HasSubordinatesVirtualAttributeCfgClient |
HasSubordinatesVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends HasSubordinatesVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
HTTPAccessLogPublisherCfgClient |
HTTPAccessLogPublisherCfgDefn.createClientConfiguration(ManagedObject<? extends HTTPAccessLogPublisherCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
HTTPConnectionHandlerCfgClient |
HTTPConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends HTTPConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
IdentityMapperCfgClient |
IdentityMapperCfgDefn.createClientConfiguration(ManagedObject<? extends IdentityMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
IsMemberOfVirtualAttributeCfgClient |
IsMemberOfVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends IsMemberOfVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
JEBackendCfgClient |
JEBackendCfgDefn.createClientConfiguration(ManagedObject<? extends JEBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
JMXAlertHandlerCfgClient |
JMXAlertHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends JMXAlertHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
JMXConnectionHandlerCfgClient |
JMXConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends JMXConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
JPEGAttributeSyntaxCfgClient |
JPEGAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends JPEGAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
KeyManagerProviderCfgClient |
KeyManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends KeyManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LastModPluginCfgClient |
LastModPluginCfgDefn.createClientConfiguration(ManagedObject<? extends LastModPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LDAPAttributeDescriptionListPluginCfgClient |
LDAPAttributeDescriptionListPluginCfgDefn.createClientConfiguration(ManagedObject<? extends LDAPAttributeDescriptionListPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LDAPConnectionHandlerCfgClient |
LDAPConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends LDAPConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LDAPPassThroughAuthenticationPolicyCfgClient |
LDAPPassThroughAuthenticationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends LDAPPassThroughAuthenticationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LDIFBackendCfgClient |
LDIFBackendCfgDefn.createClientConfiguration(ManagedObject<? extends LDIFBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LDIFConnectionHandlerCfgClient |
LDIFConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends LDIFConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LengthBasedPasswordValidatorCfgClient |
LengthBasedPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends LengthBasedPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LogRetentionPolicyCfgClient |
LogRetentionPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends LogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
LogRotationPolicyCfgClient |
LogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends LogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MatchingRuleCfgClient |
MatchingRuleCfgDefn.createClientConfiguration(ManagedObject<? extends MatchingRuleCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MD5PasswordStorageSchemeCfgClient |
MD5PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends MD5PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MemberVirtualAttributeCfgClient |
MemberVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends MemberVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MemoryBackendCfgClient |
MemoryBackendCfgDefn.createClientConfiguration(ManagedObject<? extends MemoryBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MemoryUsageMonitorProviderCfgClient |
MemoryUsageMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends MemoryUsageMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MonitorBackendCfgClient |
MonitorBackendCfgDefn.createClientConfiguration(ManagedObject<? extends MonitorBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
MonitorProviderCfgClient |
MonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends MonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
NullBackendCfgClient |
NullBackendCfgDefn.createClientConfiguration(ManagedObject<? extends NullBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
NumSubordinatesVirtualAttributeCfgClient |
NumSubordinatesVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends NumSubordinatesVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ParallelWorkQueueCfgClient |
ParallelWorkQueueCfgDefn.createClientConfiguration(ManagedObject<? extends ParallelWorkQueueCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordExpirationTimeVirtualAttributeCfgClient |
PasswordExpirationTimeVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordExpirationTimeVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordGeneratorCfgClient |
PasswordGeneratorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordGeneratorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordModifyExtendedOperationHandlerCfgClient |
PasswordModifyExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordModifyExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordPolicyCfgClient |
PasswordPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordPolicyImportPluginCfgClient |
PasswordPolicyImportPluginCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordPolicyImportPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordPolicyStateExtendedOperationHandlerCfgClient |
PasswordPolicyStateExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordPolicyStateExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordPolicySubentryVirtualAttributeCfgClient |
PasswordPolicySubentryVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordPolicySubentryVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordStorageSchemeCfgClient |
PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PasswordValidatorCfgClient |
PasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends PasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PBKDF2PasswordStorageSchemeCfgClient |
PBKDF2PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends PBKDF2PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PDBBackendCfgClient |
PDBBackendCfgDefn.createClientConfiguration(ManagedObject<? extends PDBBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PKCS11KeyManagerProviderCfgClient |
PKCS11KeyManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends PKCS11KeyManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PKCS5S2PasswordStorageSchemeCfgClient |
PKCS5S2PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends PKCS5S2PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PlainSASLMechanismHandlerCfgClient |
PlainSASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends PlainSASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PluginCfgClient |
PluginCfgDefn.createClientConfiguration(ManagedObject<? extends PluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
PluginRootCfgClient |
PluginRootCfgDefn.createClientConfiguration(ManagedObject<? extends PluginRootCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ProfilerPluginCfgClient |
ProfilerPluginCfgDefn.createClientConfiguration(ManagedObject<? extends ProfilerPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RandomPasswordGeneratorCfgClient |
RandomPasswordGeneratorCfgDefn.createClientConfiguration(ManagedObject<? extends RandomPasswordGeneratorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RC4PasswordStorageSchemeCfgClient |
RC4PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends RC4PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ReferentialIntegrityPluginCfgClient |
ReferentialIntegrityPluginCfgDefn.createClientConfiguration(ManagedObject<? extends ReferentialIntegrityPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RegularExpressionIdentityMapperCfgClient |
RegularExpressionIdentityMapperCfgDefn.createClientConfiguration(ManagedObject<? extends RegularExpressionIdentityMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RepeatedCharactersPasswordValidatorCfgClient |
RepeatedCharactersPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends RepeatedCharactersPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ReplicationDomainCfgClient |
ReplicationDomainCfgDefn.createClientConfiguration(ManagedObject<? extends ReplicationDomainCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ReplicationServerCfgClient |
ReplicationServerCfgDefn.createClientConfiguration(ManagedObject<? extends ReplicationServerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
ReplicationSynchronizationProviderCfgClient |
ReplicationSynchronizationProviderCfgDefn.createClientConfiguration(ManagedObject<? extends ReplicationSynchronizationProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RootCfgClient |
RootCfgDefn.createClientConfiguration(ManagedObject<? extends RootCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RootDNCfgClient |
RootDNCfgDefn.createClientConfiguration(ManagedObject<? extends RootDNCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RootDNUserCfgClient |
RootDNUserCfgDefn.createClientConfiguration(ManagedObject<? extends RootDNUserCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
RootDSEBackendCfgClient |
RootDSEBackendCfgDefn.createClientConfiguration(ManagedObject<? extends RootDSEBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SaltedMD5PasswordStorageSchemeCfgClient |
SaltedMD5PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SaltedMD5PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SaltedSHA1PasswordStorageSchemeCfgClient |
SaltedSHA1PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SaltedSHA1PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SaltedSHA256PasswordStorageSchemeCfgClient |
SaltedSHA256PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SaltedSHA256PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SaltedSHA384PasswordStorageSchemeCfgClient |
SaltedSHA384PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SaltedSHA384PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SaltedSHA512PasswordStorageSchemeCfgClient |
SaltedSHA512PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SaltedSHA512PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SambaPasswordPluginCfgClient |
SambaPasswordPluginCfgDefn.createClientConfiguration(ManagedObject<? extends SambaPasswordPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SASLMechanismHandlerCfgClient |
SASLMechanismHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SASLMechanismHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SchemaBackendCfgClient |
SchemaBackendCfgDefn.createClientConfiguration(ManagedObject<? extends SchemaBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SchemaProviderCfgClient |
SchemaProviderCfgDefn.createClientConfiguration(ManagedObject<? extends SchemaProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SevenBitCleanPluginCfgClient |
SevenBitCleanPluginCfgDefn.createClientConfiguration(ManagedObject<? extends SevenBitCleanPluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SHA1PasswordStorageSchemeCfgClient |
SHA1PasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends SHA1PasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SimilarityBasedPasswordValidatorCfgClient |
SimilarityBasedPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends SimilarityBasedPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SizeLimitLogRetentionPolicyCfgClient |
SizeLimitLogRetentionPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends SizeLimitLogRetentionPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SizeLimitLogRotationPolicyCfgClient |
SizeLimitLogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends SizeLimitLogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SMTPAccountStatusNotificationHandlerCfgClient |
SMTPAccountStatusNotificationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SMTPAccountStatusNotificationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SMTPAlertHandlerCfgClient |
SMTPAlertHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SMTPAlertHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SNMPConnectionHandlerCfgClient |
SNMPConnectionHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends SNMPConnectionHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SoftReferenceEntryCacheCfgClient |
SoftReferenceEntryCacheCfgDefn.createClientConfiguration(ManagedObject<? extends SoftReferenceEntryCacheCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
StackTraceMonitorProviderCfgClient |
StackTraceMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends StackTraceMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
StartTLSExtendedOperationHandlerCfgClient |
StartTLSExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends StartTLSExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
StaticGroupImplementationCfgClient |
StaticGroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends StaticGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
StructuralObjectClassVirtualAttributeCfgClient |
StructuralObjectClassVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends StructuralObjectClassVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SubjectAttributeToUserAttributeCertificateMapperCfgClient |
SubjectAttributeToUserAttributeCertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends SubjectAttributeToUserAttributeCertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SubjectDNToUserAttributeCertificateMapperCfgClient |
SubjectDNToUserAttributeCertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends SubjectDNToUserAttributeCertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SubjectEqualsDNCertificateMapperCfgClient |
SubjectEqualsDNCertificateMapperCfgDefn.createClientConfiguration(ManagedObject<? extends SubjectEqualsDNCertificateMapperCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SubschemaSubentryVirtualAttributeCfgClient |
SubschemaSubentryVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends SubschemaSubentryVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SynchronizationProviderCfgClient |
SynchronizationProviderCfgDefn.createClientConfiguration(ManagedObject<? extends SynchronizationProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
SystemInfoMonitorProviderCfgClient |
SystemInfoMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends SystemInfoMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TaskBackendCfgClient |
TaskBackendCfgDefn.createClientConfiguration(ManagedObject<? extends TaskBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TelephoneNumberAttributeSyntaxCfgClient |
TelephoneNumberAttributeSyntaxCfgDefn.createClientConfiguration(ManagedObject<? extends TelephoneNumberAttributeSyntaxCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TimeLimitLogRotationPolicyCfgClient |
TimeLimitLogRotationPolicyCfgDefn.createClientConfiguration(ManagedObject<? extends TimeLimitLogRotationPolicyCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TraditionalWorkQueueCfgClient |
TraditionalWorkQueueCfgDefn.createClientConfiguration(ManagedObject<? extends TraditionalWorkQueueCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TripleDESPasswordStorageSchemeCfgClient |
TripleDESPasswordStorageSchemeCfgDefn.createClientConfiguration(ManagedObject<? extends TripleDESPasswordStorageSchemeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TrustManagerProviderCfgClient |
TrustManagerProviderCfgDefn.createClientConfiguration(ManagedObject<? extends TrustManagerProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
TrustStoreBackendCfgClient |
TrustStoreBackendCfgDefn.createClientConfiguration(ManagedObject<? extends TrustStoreBackendCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
UniqueAttributePluginCfgClient |
UniqueAttributePluginCfgDefn.createClientConfiguration(ManagedObject<? extends UniqueAttributePluginCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
UniqueCharactersPasswordValidatorCfgClient |
UniqueCharactersPasswordValidatorCfgDefn.createClientConfiguration(ManagedObject<? extends UniqueCharactersPasswordValidatorCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
UserDefinedVirtualAttributeCfgClient |
UserDefinedVirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends UserDefinedVirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
VersionMonitorProviderCfgClient |
VersionMonitorProviderCfgDefn.createClientConfiguration(ManagedObject<? extends VersionMonitorProviderCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
VirtualAttributeCfgClient |
VirtualAttributeCfgDefn.createClientConfiguration(ManagedObject<? extends VirtualAttributeCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
VirtualStaticGroupImplementationCfgClient |
VirtualStaticGroupImplementationCfgDefn.createClientConfiguration(ManagedObject<? extends VirtualStaticGroupImplementationCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
WhoAmIExtendedOperationHandlerCfgClient |
WhoAmIExtendedOperationHandlerCfgDefn.createClientConfiguration(ManagedObject<? extends WhoAmIExtendedOperationHandlerCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
WorkQueueCfgClient |
WorkQueueCfgDefn.createClientConfiguration(ManagedObject<? extends WorkQueueCfgClient> impl)
Creates a client configuration view of the provided managed
object.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.