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.server |
Server-side administration interface.
|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
Modifier and Type | Method and Description |
---|---|
static PropertyException |
PropertyException.defaultBehaviorException(PropertyDefinition<?> pd,
Throwable cause)
Creates a new default behavior exception with a cause.
|
static PropertyException |
PropertyException.illegalPropertyValueException(PropertyDefinition<?> pd,
Object value)
Creates a new illegal property value exception.
|
static PropertyException |
PropertyException.illegalPropertyValueException(PropertyDefinition<?> pd,
Object value,
Throwable cause)
Creates a new illegal property value exception.
|
static PropertyException |
PropertyException.propertyIsMandatoryException(PropertyDefinition<?> pd)
Create a new property is mandatory exception.
|
static PropertyException |
PropertyException.propertyIsReadOnlyException(PropertyDefinition<?> pd)
Create a new property is read-only exception.
|
static PropertyException |
PropertyException.propertyIsSingleValuedException(PropertyDefinition<?> pd)
Create a new property is single valued exception.
|
static PropertyException |
PropertyException.unknownPropertyDefinitionException(PropertyDefinition<?> pd,
Object p)
Creates a new unknown property definition exception.
|
Modifier and Type | Method and Description |
---|---|
Aci |
ACIPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
AttributeType |
AttributeTypePropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
Long |
DurationPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
Integer |
IntegerPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
String |
AggregationPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
abstract T |
PropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
E |
EnumPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
Boolean |
BooleanPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
Long |
SizePropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
String |
StringPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
org.forgerock.opendj.ldap.AddressMask |
IPAddressMaskPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
InetAddress |
IPAddressPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
DN |
DNPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
String |
ClassPropertyDefinition.decodeValue(String value)
Parse and validate a string representation of a property value.
|
String |
AttributeTypePropertyDefinition.encodeValue(AttributeType value)
Encode the provided property value into its string
representation.
|
String |
IPAddressPropertyDefinition.encodeValue(InetAddress value)
Encode the provided property value into its string
representation.
|
String |
IntegerPropertyDefinition.encodeValue(Integer value)
Encode the provided property value into its string
representation.
|
String |
DurationPropertyDefinition.encodeValue(Long value)
Encode the provided property value into its string
representation.
|
String |
SizePropertyDefinition.encodeValue(Long value)
Encode the provided property value into its string
representation.
|
String |
PropertyDefinition.encodeValue(T value)
Encode the provided property value into its string
representation.
|
<T> Class<? extends T> |
ClassPropertyDefinition.loadClass(String className,
Class<T> instanceOf)
Validate and load the named class, and cast it to a subclass of
the specified class.
|
String |
EnumPropertyDefinition.normalizeValue(E value)
Get a normalized string representation of a property value.
|
String |
AggregationPropertyDefinition.normalizeValue(String value)
Get a normalized string representation of a property value.
|
String |
StringPropertyDefinition.normalizeValue(String value)
Get a normalized string representation of a property value.
|
String |
ClassPropertyDefinition.normalizeValue(String value)
Get a normalized string representation of a property value.
|
String |
PropertyDefinition.normalizeValue(T value)
Get a normalized string representation of a property value.
|
void |
ACIPropertyDefinition.validateValue(Aci value)
Determine if the provided property value is valid according to
this property definition.
|
void |
IPAddressMaskPropertyDefinition.validateValue(org.forgerock.opendj.ldap.AddressMask value)
Determine if the provided property value is valid according to
this property definition.
|
void |
AttributeTypePropertyDefinition.validateValue(AttributeType value)
Determine if the provided property value is valid according to
this property definition.
|
void |
BooleanPropertyDefinition.validateValue(Boolean value)
Determine if the provided property value is valid according to
this property definition.
|
void |
DNPropertyDefinition.validateValue(DN value)
Determine if the provided property value is valid according to
this property definition.
|
void |
EnumPropertyDefinition.validateValue(E value)
Determine if the provided property value is valid according to
this property definition.
|
void |
IPAddressPropertyDefinition.validateValue(InetAddress value)
Determine if the provided property value is valid according to
this property definition.
|
void |
IntegerPropertyDefinition.validateValue(Integer value)
Determine if the provided property value is valid according to
this property definition.
|
void |
DurationPropertyDefinition.validateValue(Long value)
Determine if the provided property value is valid according to
this property definition.
|
void |
SizePropertyDefinition.validateValue(Long value)
Determine if the provided property value is valid according to
this property definition.
|
void |
AggregationPropertyDefinition.validateValue(String value)
Determine if the provided property value is valid according to
this property definition.
|
void |
StringPropertyDefinition.validateValue(String value)
Determine if the provided property value is valid according to
this property definition.
|
void |
ClassPropertyDefinition.validateValue(String value)
Determine if the provided property value is valid according to
this property definition.
|
abstract void |
PropertyDefinition.validateValue(T value)
Determine if the provided property value is valid according to
this property definition.
|
<T> R |
PropertyDefinitionVisitor.visitUnknown(PropertyDefinition<T> pd,
P p)
Visit an unknown type of property definition.
|
<T> R |
PropertyValueVisitor.visitUnknown(PropertyDefinition<T> pd,
T v,
P p)
Visit an unknown type of property value.
|
Modifier and Type | Method and Description |
---|---|
PropertyException |
MissingMandatoryPropertiesException.getCause()
Gets the first exception that caused this exception.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertyException> |
MissingMandatoryPropertiesException.getCauses()
Gets an unmodifiable collection view of the causes of this
exception.
|
Collection<PropertyException> |
ManagedObjectDecodingException.getCauses()
Get an unmodifiable collection view of the causes of this
exception.
|
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.
|
Modifier and Type | Method and Description |
---|---|
<PD> PD |
ManagementContext.getPropertyValue(ManagedObjectPath<?,?> path,
PropertyDefinition<PD> pd)
Gets the effective value of a property in the named managed
object.
|
<PD> SortedSet<PD> |
ManagementContext.getPropertyValues(ManagedObjectPath<?,?> path,
PropertyDefinition<PD> pd)
Gets the effective values of a property in the named managed
object.
|
<PD> void |
ManagedObject.setPropertyValue(PropertyDefinition<PD> pd,
PD value)
Sets a new pending value for the specified property.
|
<PD> void |
ManagedObject.setPropertyValues(PropertyDefinition<PD> pd,
Collection<PD> values)
Sets a new pending values for the specified property.
|
Constructor and Description |
---|
ManagedObjectDecodingException(ManagedObject<?> partialManagedObject,
Collection<PropertyException> causes)
Create a new property decoding exception.
|
MissingMandatoryPropertiesException(LocalizableMessage ufn,
Collection<PropertyException> causes,
boolean isCreate)
Creates a new missing mandatory properties exception with the
provided causes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected <PD> Collection<PD> |
Driver.findDefaultValues(ManagedObjectPath<?,?> p,
PropertyDefinition<PD> pd,
boolean isCreate)
Gets the default values for the specified property.
|
abstract <C extends ConfigurationClient,S extends Configuration,PD> |
Driver.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective values of a property in the named managed
object.
|
<PD> void |
AbstractManagedObject.setPropertyValue(PropertyDefinition<PD> pd,
PD value)
Sets a new pending value for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValue(PropertyDefinition<PD> pd,
PD value)
Sets a new pending value for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValue(PropertyDefinition<PD> pd,
PD value)
Sets a new pending value for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValues(PropertyDefinition<PD> pd,
Collection<PD> values)
Sets a new pending values for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValues(PropertyDefinition<PD> pd,
Collection<PD> values)
Sets a new pending values for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValues(PropertyDefinition<PD> pd,
Collection<PD> values)
Sets a new pending values for the specified property.
|
<PD> void |
AbstractManagedObject.setPropertyValues(PropertyDefinition<PD> pd,
Collection<PD> values)
Sets a new pending values for the specified property.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertyException> |
ServerManagedObjectDecodingException.getCauses()
Get an unmodifiable collection view of the causes of this
exception.
|
Modifier and Type | Method and Description |
---|---|
<C extends ConfigurationClient,S extends Configuration,PD> |
ServerManagementContext.getPropertyValue(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective value of a property in the named managed
object.
|
<C extends ConfigurationClient,S extends Configuration,PD> |
ServerManagementContext.getPropertyValues(ManagedObjectPath<C,S> path,
PropertyDefinition<PD> pd)
Gets the effective values of a property in the named managed
object.
|
Constructor and Description |
---|
ServerManagedObjectDecodingException(ServerManagedObject<?> partialManagedObject,
Collection<PropertyException> causes)
Create a new property decoding exception.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPConnectionHandlerCfgClient.setAcceptBacklog(Integer value)
Sets the "accept-backlog" property.
|
void |
HTTPConnectionHandlerCfgClient.setAcceptBacklog(Integer value)
Sets the "accept-backlog" property.
|
void |
PasswordPolicyCfgClient.setAccountStatusNotificationHandler(Collection<String> values)
Sets the "account-status-notification-handler" property.
|
void |
ErrorLogAccountStatusNotificationHandlerCfgClient.setAccountStatusNotificationType(Collection<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType> values)
Sets the "account-status-notification-type" property.
|
void |
GlobalCfgClient.setAddMissingRDNAttributes(Boolean value)
Sets the "add-missing-rdn-attributes" property.
|
void |
GlobalCfgClient.setAllowAttributeNameExceptions(Boolean value)
Sets the "allow-attribute-name-exceptions" property.
|
void |
ConnectionHandlerCfgClient.setAllowedClient(Collection<org.forgerock.opendj.ldap.AddressMask> values)
Sets the "allowed-client" property.
|
void |
SNMPConnectionHandlerCfgClient.setAllowedManager(Collection<String> values)
Sets the "allowed-manager" property.
|
void |
GlobalCfgClient.setAllowedTask(Collection<String> values)
Sets the "allowed-task" property.
|
void |
SNMPConnectionHandlerCfgClient.setAllowedUser(Collection<String> values)
Sets the "allowed-user" property.
|
void |
PasswordPolicyCfgClient.setAllowExpiredPasswordChanges(Boolean value)
Sets the "allow-expired-password-changes" property.
|
void |
LDAPConnectionHandlerCfgClient.setAllowLDAPV2(Boolean value)
Sets the "allow-ldap-v2" property.
|
void |
PasswordPolicyCfgClient.setAllowMultiplePasswordValues(Boolean value)
Sets the "allow-multiple-password-values" property.
|
void |
PasswordPolicyCfgClient.setAllowPreEncodedPasswords(Boolean value)
Sets the "allow-pre-encoded-passwords" property.
|
void |
MemberVirtualAttributeCfgClient.setAllowRetrievingMembership(boolean value)
Sets the "allow-retrieving-membership" property.
|
void |
LDAPConnectionHandlerCfgClient.setAllowStartTLS(Boolean value)
Sets the "allow-start-tls" property.
|
void |
LDAPConnectionHandlerCfgClient.setAllowTCPReuseAddress(Boolean value)
Sets the "allow-tcp-reuse-address" property.
|
void |
HTTPConnectionHandlerCfgClient.setAllowTCPReuseAddress(Boolean value)
Sets the "allow-tcp-reuse-address" property.
|
void |
CharacterSetPasswordValidatorCfgClient.setAllowUnclassifiedCharacters(boolean value)
Sets the "allow-unclassified-characters" property.
|
void |
PasswordPolicyCfgClient.setAllowUserPasswordChanges(Boolean value)
Sets the "allow-user-password-changes" property.
|
void |
DirectoryStringAttributeSyntaxCfgClient.setAllowZeroLengthValues(Boolean value)
Sets the "allow-zero-length-values" property.
|
void |
CoreSchemaCfgClient.setAllowZeroLengthValuesDirectoryString(Boolean value)
Sets the "allow-zero-length-values-directory-string" property.
|
void |
RootDNUserCfgClient.setAlternateBindDN(Collection<DN> values)
Sets the "alternate-bind-dn" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setAppend(Boolean value)
Sets the "append" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setAppend(Boolean value)
Sets the "append" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setAppend(Boolean value)
Sets the "append" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setAppend(Boolean value)
Sets the "append" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setAppend(Boolean value)
Sets the "append" property.
|
void |
ReplicationDomainCfgClient.setAssuredSdLevel(Integer value)
Sets the "assured-sd-level" property.
|
void |
ReplicationDomainCfgClient.setAssuredTimeout(Long value)
Sets the "assured-timeout" property.
|
void |
ReplicationServerCfgClient.setAssuredTimeout(Long value)
Sets the "assured-timeout" property.
|
void |
ReplicationDomainCfgClient.setAssuredType(ReplicationDomainCfgDefn.AssuredType value)
Sets the "assured-type" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setAsynchronous(boolean value)
Sets the "asynchronous" property.
|
void |
BackendIndexCfgClient.setAttribute(AttributeType value)
Sets the "attribute" property.
|
void |
BackendIndexCfgClient.setAttribute(AttributeType value)
Sets the "attribute" property.
|
void |
PasswordExpirationTimeVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
VirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntryDNVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
GoverningStructureRuleVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntryUUIDVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
SubschemaSubentryVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
PasswordPolicySubentryVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
EntityTagVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
IsMemberOfVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
StructuralObjectClassVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
NumSubordinatesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
HasSubordinatesVirtualAttributeCfgClient.setAttributeType(AttributeType value)
Sets the "attribute-type" property.
|
void |
ReferentialIntegrityPluginCfgClient.setAttributeType(Collection<AttributeType> values)
Sets the "attribute-type" property.
|
void |
SevenBitCleanPluginCfgClient.setAttributeType(Collection<AttributeType> values)
Sets the "attribute-type" property.
|
void |
HTTPConnectionHandlerCfgClient.setAuthenticationRequired(boolean value)
Sets the "authentication-required" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setAutoFlush(Boolean value)
Sets the "auto-flush" property.
|
void |
BackendCfgClient.setBackendId(String value)
Sets the "backend-id" property.
|
void |
BackendCfgClient.setBackendId(String value)
Sets the "backend-id" property.
|
void |
BackupBackendCfgClient.setBackupDirectory(Collection<String> values)
Sets the "backup-directory" property.
|
void |
VirtualAttributeCfgClient.setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
ReferentialIntegrityPluginCfgClient.setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
SevenBitCleanPluginCfgClient.setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
BackendCfgClient.setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
UniqueAttributePluginCfgClient.setBaseDN(Collection<DN> values)
Sets the "base-dn" property.
|
void |
ReplicationDomainCfgClient.setBaseDN(DN value)
Sets the "base-dn" property.
|
void |
ReplicationDomainCfgClient.setBaseDN(DN value)
Sets the "base-dn" property.
|
void |
BackendVLVIndexCfgClient.setBaseDN(DN value)
Sets the "base-dn" property.
|
void |
GlobalCfgClient.setBindWithDNRequiresPassword(Boolean value)
Sets the "bind-with-dn-requires-password" property.
|
void |
LDAPConnectionHandlerCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
HTTPConnectionHandlerCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setBufferSize(Long value)
Sets the "buffer-size" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setCachedPasswordStorageScheme(String value)
Sets the "cached-password-storage-scheme" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setCachedPasswordTTL(Long value)
Sets the "cached-password-ttl" property.
|
void |
EntryCacheCfgClient.setCacheLevel(int value)
Sets the "cache-level" property.
|
void |
DictionaryPasswordValidatorCfgClient.setCaseSensitiveValidation(boolean value)
Sets the "case-sensitive-validation" property.
|
void |
RepeatedCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation(boolean value)
Sets the "case-sensitive-validation" property.
|
void |
UniqueCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation(boolean value)
Sets the "case-sensitive-validation" property.
|
void |
ExternalSASLMechanismHandlerCfgClient.setCertificateAttribute(AttributeType value)
Sets the "certificate-attribute" property.
|
void |
ExternalSASLMechanismHandlerCfgClient.setCertificateMapper(String value)
Sets the "certificate-mapper" property.
|
void |
ExternalSASLMechanismHandlerCfgClient.setCertificateValidationPolicy(ExternalSASLMechanismHandlerCfgDefn.CertificateValidationPolicy value)
Sets the "certificate-validation-policy" property.
|
void |
ReplicationDomainCfgClient.setChangetimeHeartbeatInterval(Long value)
Sets the "changetime-heartbeat-interval" property.
|
void |
CharacterSetPasswordValidatorCfgClient.setCharacterSet(Collection<String> values)
Sets the "character-set" property.
|
void |
CharacterSetPasswordValidatorCfgClient.setCharacterSetRanges(Collection<String> values)
Sets the "character-set-ranges" property.
|
void |
ReferentialIntegrityPluginCfgClient.setCheckReferences(Boolean value)
Sets the "check-references" property.
|
void |
ReferentialIntegrityPluginCfgClient.setCheckReferencesFilterCriteria(Collection<String> values)
Sets the "check-references-filter-criteria" property.
|
void |
ReferentialIntegrityPluginCfgClient.setCheckReferencesScopeCriteria(ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria value)
Sets the "check-references-scope-criteria" property.
|
void |
GlobalCfgClient.setCheckSchema(Boolean value)
Sets the "check-schema" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setCheckSubstrings(Boolean value)
Sets the "check-substrings" property.
|
void |
DictionaryPasswordValidatorCfgClient.setCheckSubstrings(Boolean value)
Sets the "check-substrings" property.
|
void |
EntityTagVirtualAttributeCfgClient.setChecksumAlgorithm(EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm value)
Sets the "checksum-algorithm" property.
|
void |
CryptoManagerCfgClient.setCipherKeyLength(Integer value)
Sets the "cipher-key-length" property.
|
void |
CryptoManagerCfgClient.setCipherTransformation(String value)
Sets the "cipher-transformation" property.
|
void |
CollationMatchingRuleCfgClient.setCollation(Collection<String> values)
Sets the "collation" property.
|
void |
SNMPConnectionHandlerCfgClient.setCommunity(String value)
Sets the "community" property.
|
void |
PluggableBackendCfgClient.setCompactEncoding(Boolean value)
Sets the "compact-encoding" property.
|
void |
ReplicationServerCfgClient.setComputeChangeNumber(Boolean value)
Sets the "compute-change-number" property.
|
void |
HTTPConnectionHandlerCfgClient.setConfigFile(String value)
Sets the "config-file" property.
|
void |
ExternalHTTPAccessLogPublisherCfgClient.setConfigFile(String value)
Sets the "config-file" property.
|
void |
ExternalAccessLogPublisherCfgClient.setConfigFile(String value)
Sets the "config-file" property.
|
void |
PasswordExpirationTimeVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
MemberVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
VirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
EntryDNVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
GoverningStructureRuleVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
EntryUUIDVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
SubschemaSubentryVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
PasswordPolicySubentryVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
EntityTagVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
IsMemberOfVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
StructuralObjectClassVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
NumSubordinatesVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
HasSubordinatesVirtualAttributeCfgClient.setConflictBehavior(VirtualAttributeCfgDefn.ConflictBehavior value)
Sets the "conflict-behavior" property.
|
void |
ReplicationDomainCfgClient.setConflictsHistoricalPurgeDelay(Long value)
Sets the "conflicts-historical-purge-delay" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressEqualTo(Collection<org.forgerock.opendj.ldap.AddressMask> values)
Sets the "connection-client-address-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressNotEqualTo(Collection<org.forgerock.opendj.ldap.AddressMask> values)
Sets the "connection-client-address-not-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionPortEqualTo(Collection<Integer> values)
Sets the "connection-port-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setConnectionProtocolEqualTo(Collection<String> values)
Sets the "connection-protocol-equal-to" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setConnectionTimeout(Long value)
Sets the "connection-timeout" property.
|
void |
ReplicationSynchronizationProviderCfgClient.setConnectionTimeout(Long value)
Sets the "connection-timeout" property.
|
void |
CryptPasswordStorageSchemeCfgClient.setCryptPasswordStorageEncryptionAlgorithm(CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm value)
Sets the "crypt-password-storage-encryption-algorithm" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setCsvDelimiterChar(String value)
Sets the "csv-delimiter-char" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setCsvDelimiterChar(String value)
Sets the "csv-delimiter-char" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setCsvEolSymbols(String value)
Sets the "csv-eol-symbols" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setCsvEolSymbols(String value)
Sets the "csv-eol-symbols" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setCsvQuoteChar(String value)
Sets the "csv-quote-char" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setCsvQuoteChar(String value)
Sets the "csv-quote-char" property.
|
void |
PDBBackendCfgClient.setDBCachePercent(Integer value)
Sets the "db-cache-percent" property.
|
void |
JEBackendCfgClient.setDBCachePercent(Integer value)
Sets the "db-cache-percent" property.
|
void |
PDBBackendCfgClient.setDBCacheSize(Long value)
Sets the "db-cache-size" property.
|
void |
JEBackendCfgClient.setDBCacheSize(Long value)
Sets the "db-cache-size" property.
|
void |
JEBackendCfgClient.setDBCheckpointerBytesInterval(Long value)
Sets the "db-checkpointer-bytes-interval" property.
|
void |
PDBBackendCfgClient.setDBCheckpointerWakeupInterval(Long value)
Sets the "db-checkpointer-wakeup-interval" property.
|
void |
JEBackendCfgClient.setDBCheckpointerWakeupInterval(Long value)
Sets the "db-checkpointer-wakeup-interval" property.
|
void |
JEBackendCfgClient.setDBCleanerMinUtilization(Integer value)
Sets the "db-cleaner-min-utilization" property.
|
void |
PDBBackendCfgClient.setDBDirectory(String value)
Sets the "db-directory" property.
|
void |
JEBackendCfgClient.setDBDirectory(String value)
Sets the "db-directory" property.
|
void |
PDBBackendCfgClient.setDBDirectoryPermissions(String value)
Sets the "db-directory-permissions" property.
|
void |
JEBackendCfgClient.setDBDirectoryPermissions(String value)
Sets the "db-directory-permissions" property.
|
void |
JEBackendCfgClient.setDBEvictorCoreThreads(Integer value)
Sets the "db-evictor-core-threads" property.
|
void |
JEBackendCfgClient.setDBEvictorKeepAlive(Long value)
Sets the "db-evictor-keep-alive" property.
|
void |
JEBackendCfgClient.setDBEvictorLruOnly(Boolean value)
Sets the "db-evictor-lru-only" property.
|
void |
JEBackendCfgClient.setDBEvictorMaxThreads(Integer value)
Sets the "db-evictor-max-threads" property.
|
void |
JEBackendCfgClient.setDBEvictorNodesPerScan(Integer value)
Sets the "db-evictor-nodes-per-scan" property.
|
void |
JEBackendCfgClient.setDBLogFilecacheSize(Integer value)
Sets the "db-log-filecache-size" property.
|
void |
JEBackendCfgClient.setDBLogFileMax(Long value)
Sets the "db-log-file-max" property.
|
void |
JEBackendCfgClient.setDBLoggingFileHandlerOn(Boolean value)
Sets the "db-logging-file-handler-on" property.
|
void |
JEBackendCfgClient.setDBLoggingLevel(String value)
Sets the "db-logging-level" property.
|
void |
JEBackendCfgClient.setDBNumCleanerThreads(Integer value)
Sets the "db-num-cleaner-threads" property.
|
void |
JEBackendCfgClient.setDBNumLockTables(Integer value)
Sets the "db-num-lock-tables" property.
|
void |
JEBackendCfgClient.setDBRunCleaner(Boolean value)
Sets the "db-run-cleaner" property.
|
void |
PDBBackendCfgClient.setDBTxnNoSync(Boolean value)
Sets the "db-txn-no-sync" property.
|
void |
JEBackendCfgClient.setDBTxnNoSync(Boolean value)
Sets the "db-txn-no-sync" property.
|
void |
JEBackendCfgClient.setDBTxnWriteNoSync(Boolean value)
Sets the "db-txn-write-no-sync" property.
|
void |
DebugTargetCfgClient.setDebugExceptionsOnly(Boolean value)
Sets the "debug-exceptions-only" property.
|
void |
DebugTargetCfgClient.setDebugScope(String value)
Sets the "debug-scope" property.
|
void |
DebugTargetCfgClient.setDebugScope(String value)
Sets the "debug-scope" property.
|
void |
PasswordPolicyImportPluginCfgClient.setDefaultAuthPasswordStorageScheme(Collection<String> values)
Sets the "default-auth-password-storage-scheme" property.
|
void |
DebugLogPublisherCfgClient.setDefaultDebugExceptionsOnly(Boolean value)
Sets the "default-debug-exceptions-only" property.
|
void |
DebugLogPublisherCfgClient.setDefaultIncludeThrowableCause(Boolean value)
Sets the "default-include-throwable-cause" property.
|
void |
DebugLogPublisherCfgClient.setDefaultOmitMethodEntryArguments(Boolean value)
Sets the "default-omit-method-entry-arguments" property.
|
void |
DebugLogPublisherCfgClient.setDefaultOmitMethodReturnValue(Boolean value)
Sets the "default-omit-method-return-value" property.
|
void |
GlobalCfgClient.setDefaultPasswordPolicy(String value)
Sets the "default-password-policy" property.
|
void |
PasswordPolicyCfgClient.setDefaultPasswordStorageScheme(Collection<String> values)
Sets the "default-password-storage-scheme" property.
|
void |
RootDNCfgClient.setDefaultRootPrivilegeName(Collection<RootDNCfgDefn.DefaultRootPrivilegeName> values)
Sets the "default-root-privilege-name" property.
|
void |
ErrorLogPublisherCfgClient.setDefaultSeverity(Collection<ErrorLogPublisherCfgDefn.DefaultSeverity> values)
Sets the "default-severity" property.
|
void |
DebugLogPublisherCfgClient.setDefaultThrowableStackFrames(Integer value)
Sets the "default-throwable-stack-frames" property.
|
void |
PasswordPolicyImportPluginCfgClient.setDefaultUserPasswordStorageScheme(Collection<String> values)
Sets the "default-user-password-storage-scheme" property.
|
void |
ReplicationServerCfgClient.setDegradedStatusThreshold(Integer value)
Sets the "degraded-status-threshold" property.
|
void |
ConnectionHandlerCfgClient.setDeniedClient(Collection<org.forgerock.opendj.ldap.AddressMask> values)
Sets the "denied-client" property.
|
void |
PasswordPolicyCfgClient.setDeprecatedPasswordStorageScheme(Collection<String> values)
Sets the "deprecated-password-storage-scheme" property.
|
void |
DictionaryPasswordValidatorCfgClient.setDictionaryFile(String value)
Sets the "dictionary-file" property.
|
void |
CryptoManagerCfgClient.setDigestAlgorithm(String value)
Sets the "digest-algorithm" property.
|
void |
AlertHandlerCfgClient.setDisabledAlertType(Collection<String> values)
Sets the "disabled-alert-type" property.
|
void |
CoreSchemaCfgClient.setDisabledMatchingRule(Collection<String> values)
Sets the "disabled-matching-rule" property.
|
void |
GlobalCfgClient.setDisabledPrivilege(Collection<GlobalCfgDefn.DisabledPrivilege> values)
Sets the "disabled-privilege" property.
|
void |
CoreSchemaCfgClient.setDisabledSyntax(Collection<String> values)
Sets the "disabled-syntax" property.
|
void |
PDBBackendCfgClient.setDiskFullThreshold(Long value)
Sets the "disk-full-threshold" property.
|
void |
JEBackendCfgClient.setDiskFullThreshold(Long value)
Sets the "disk-full-threshold" property.
|
void |
PDBBackendCfgClient.setDiskLowThreshold(Long value)
Sets the "disk-low-threshold" property.
|
void |
JEBackendCfgClient.setDiskLowThreshold(Long value)
Sets the "disk-low-threshold" property.
|
void |
SizeLimitLogRetentionPolicyCfgClient.setDiskSpaceUsed(long value)
Sets the "disk-space-used" property.
|
void |
ExternalChangelogDomainCfgClient.setECLInclude(Collection<String> values)
Sets the "ecl-include" property.
|
void |
ExternalChangelogDomainCfgClient.setECLIncludeForDeletes(Collection<String> values)
Sets the "ecl-include-for-deletes" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setEmailAddressAttributeType(Collection<AttributeType> values)
Sets the "email-address-attribute-type" property.
|
void |
GroupImplementationCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
PasswordGeneratorCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
IdentityMapperCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
AccountStatusNotificationHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
SASLMechanismHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
AttributeSyntaxCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
CertificateMapperCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
TrustManagerProviderCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
PasswordValidatorCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
VirtualAttributeCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
LogPublisherCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
AlertHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
ConnectionHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
BackendCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
MonitorProviderCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
MatchingRuleCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
KeyManagerProviderCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
ExtendedOperationHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
ExternalChangelogDomainCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
EntryCacheCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
PluginCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
PasswordStorageSchemeCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
SchemaProviderCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
AccessControlHandlerCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
DebugTargetCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
SynchronizationProviderCfgClient.setEnabled(boolean value)
Sets the "enabled" property.
|
void |
AlertHandlerCfgClient.setEnabledAlertType(Collection<String> values)
Sets the "enabled-alert-type" property.
|
void |
ProfilerPluginCfgClient.setEnableProfilingOnStartup(boolean value)
Sets the "enable-profiling-on-startup" property.
|
void |
PluggableBackendCfgClient.setEntriesCompressed(Boolean value)
Sets the "entries-compressed" property.
|
void |
GlobalCfgClient.setEtimeResolution(GlobalCfgDefn.EtimeResolution value)
Sets the "etime-resolution" property.
|
void |
EntityTagVirtualAttributeCfgClient.setExcludedAttribute(Collection<AttributeType> values)
Sets the "excluded-attribute" property.
|
void |
FIFOEntryCacheCfgClient.setExcludeFilter(Collection<String> values)
Sets the "exclude-filter" property.
|
void |
SoftReferenceEntryCacheCfgClient.setExcludeFilter(Collection<String> values)
Sets the "exclude-filter" property.
|
void |
PasswordPolicyCfgClient.setExpirePasswordsWithoutWarning(Boolean value)
Sets the "expire-passwords-without-warning" property.
|
void |
SizeLimitLogRotationPolicyCfgClient.setFileSizeLimit(long value)
Sets the "file-size-limit" property.
|
void |
VirtualAttributeCfgClient.setFilter(Collection<String> values)
Sets the "filter" property.
|
void |
BackendVLVIndexCfgClient.setFilter(String value)
Sets the "filter" property.
|
void |
AccessLogPublisherCfgClient.setFilteringPolicy(AccessLogPublisherCfgDefn.FilteringPolicy value)
Sets the "filtering-policy" property.
|
void |
FingerprintCertificateMapperCfgClient.setFingerprintAlgorithm(FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm value)
Sets the "fingerprint-algorithm" property.
|
void |
FingerprintCertificateMapperCfgClient.setFingerprintAttribute(AttributeType value)
Sets the "fingerprint-attribute" property.
|
void |
PasswordPolicyCfgClient.setForceChangeOnAdd(Boolean value)
Sets the "force-change-on-add" property.
|
void |
PasswordPolicyCfgClient.setForceChangeOnReset(Boolean value)
Sets the "force-change-on-reset" property.
|
void |
ReplicationDomainCfgClient.setFractionalExclude(Collection<String> values)
Sets the "fractional-exclude" property.
|
void |
ReplicationDomainCfgClient.setFractionalInclude(Collection<String> values)
Sets the "fractional-include" property.
|
void |
FreeDiskSpaceLogRetentionPolicyCfgClient.setFreeDiskSpace(long value)
Sets the "free-disk-space" property.
|
void |
DseeCompatAccessControlHandlerCfgClient.setGlobalACI(Collection<Aci> values)
Sets the "global-aci" property.
|
void |
PasswordPolicyCfgClient.setGraceLoginCount(Integer value)
Sets the "grace-login-count" property.
|
void |
VirtualAttributeCfgClient.setGroupDN(Collection<DN> values)
Sets the "group-dn" property.
|
void |
ReplicationDomainCfgClient.setGroupId(Integer value)
Sets the "group-id" property.
|
void |
ReplicationServerCfgClient.setGroupId(Integer value)
Sets the "group-id" property.
|
void |
ReplicationDomainCfgClient.setHeartbeatInterval(Long value)
Sets the "heartbeat-interval" property.
|
void |
CramMD5SASLMechanismHandlerCfgClient.setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
PlainSASLMechanismHandlerCfgClient.setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
DigestMD5SASLMechanismHandlerCfgClient.setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
PasswordModifyExtendedOperationHandlerCfgClient.setIdentityMapper(String value)
Sets the "identity-mapper" property.
|
void |
PasswordPolicyCfgClient.setIdleLockoutInterval(Long value)
Sets the "idle-lockout-interval" property.
|
void |
GlobalCfgClient.setIdleTimeLimit(Long value)
Sets the "idle-time-limit" property.
|
void |
FIFOEntryCacheCfgClient.setIncludeFilter(Collection<String> values)
Sets the "include-filter" property.
|
void |
SoftReferenceEntryCacheCfgClient.setIncludeFilter(Collection<String> values)
Sets the "include-filter" property.
|
void |
DebugTargetCfgClient.setIncludeThrowableCause(Boolean value)
Sets the "include-throwable-cause" property.
|
void |
BackendIndexCfgClient.setIndexEntryLimit(Integer value)
Sets the "index-entry-limit" property.
|
void |
PluggableBackendCfgClient.setIndexEntryLimit(Integer value)
Sets the "index-entry-limit" property.
|
void |
BackendIndexCfgClient.setIndexExtensibleMatchingRule(Collection<String> values)
Sets the "index-extensible-matching-rule" property.
|
void |
PluggableBackendCfgClient.setIndexFilterAnalyzerEnabled(Boolean value)
Sets the "index-filter-analyzer-enabled" property.
|
void |
PluggableBackendCfgClient.setIndexFilterAnalyzerMaxFilters(Integer value)
Sets the "index-filter-analyzer-max-filters" property.
|
void |
BackendIndexCfgClient.setIndexType(Collection<BackendIndexCfgDefn.IndexType> values)
Sets the "index-type" property.
|
void |
ReplicationDomainCfgClient.setInitializationWindowSize(Integer value)
Sets the "initialization-window-size" property.
|
void |
GlobalCfgClient.setInvalidAttributeSyntaxBehavior(GlobalCfgDefn.InvalidAttributeSyntaxBehavior value)
Sets the "invalid-attribute-syntax-behavior" property.
|
void |
AttributeCleanupPluginCfgClient.setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
PasswordPolicyImportPluginCfgClient.setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
PluginCfgClient.setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
ProfilerPluginCfgClient.setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
ReplicationDomainCfgClient.setIsolationPolicy(ReplicationDomainCfgDefn.IsolationPolicy value)
Sets the "isolation-policy" property.
|
void |
LDIFBackendCfgClient.setIsPrivateBackend(Boolean value)
Sets the "is-private-backend" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
VersionMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DseeCompatAccessControlHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
GroupImplementationCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CramMD5SASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordGeneratorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PDBBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordExpirationTimeVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SubjectEqualsDNCertificateMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
RC4PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
IdentityMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LDAPConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AuthenticationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
HTTPConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LastModPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
BackupBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TrustStoreBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MemberVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CryptPasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DebugLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SubjectDNToUserAttributeCertificateMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
BlowfishPasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CharacterSetPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AccountStatusNotificationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CollationMatchingRuleCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SHA1PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CertificateMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TrustManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SNMPConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeCleanupPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
RandomPasswordGeneratorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PlainSASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
StaticGroupImplementationCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ExternalSASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SchemaBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
VirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LogRetentionPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ReferentialIntegrityPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FIFOEntryCacheCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeTypeDescriptionAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AttributeTypeDescriptionAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
GetConnectionIdExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ParallelWorkQueueCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntryDNVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CoreSchemaCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TaskBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CountryStringAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CountryStringAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileCountLogRetentionPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SevenBitCleanPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DictionaryPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FingerprintCertificateMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
WorkQueueCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PKCS5S2PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ClearPasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ExternalHTTPAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
GoverningStructureRuleVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AlertHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TripleDESPasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntryUUIDVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SubschemaSubentryVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SaltedSHA256PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AnonymousSASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordPolicySubentryVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DigestMD5SASLMechanismHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntityTagVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
BlindTrustManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
RepeatedCharactersPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SaltedSHA384PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FixedTimeLogRotationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FreeDiskSpaceLogRetentionPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CertificateAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CertificateAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
BackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CancelExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JEBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntryUUIDPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TimeLimitLogRotationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LDAPAttributeDescriptionListPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
StackTraceMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordPolicyStateExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
IsMemberOfVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
StructuralObjectClassVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MD5PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
NullBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LDIFConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PBKDF2PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MatchingRuleCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ExternalAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MonitorBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SimilarityBasedPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
NumSubordinatesVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
StartTLSExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ClientConnectionMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LengthBasedPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DynamicGroupImplementationCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
Base64PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SaltedSHA1PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ErrorLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SizeLimitLogRotationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SMTPAlertHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LDIFBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SaltedMD5PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AESPasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
KeyManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
HTTPAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ErrorLogAccountStatusNotificationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ReplicationSynchronizationProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SizeLimitLogRetentionPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TelephoneNumberAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TelephoneNumberAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MemoryBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
MemoryUsageMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordModifyExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DirectoryStringAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
DirectoryStringAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JPEGAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JPEGAttributeSyntaxCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
WhoAmIExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
TraditionalWorkQueueCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntryCacheCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JMXConnectionHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SambaPasswordPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordPolicyImportPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ChangeNumberControlPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
EntryCacheMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
VirtualStaticGroupImplementationCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
UniqueAttributePluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SoftReferenceEntryCacheCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
UserDefinedVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ConfigFileHandlerBackendCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
UniqueCharactersPasswordValidatorCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PKCS11KeyManagerProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ExactMatchIdentityMapperCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SaltedSHA512PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
GetSymmetricKeyExtendedOperationHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
PasswordStorageSchemeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SchemaProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
AccessControlHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SystemInfoMonitorProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
SynchronizationProviderCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
HasSubordinatesVirtualAttributeCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
LogRotationPolicyCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
ProfilerPluginCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JMXAlertHandlerCfgClient.setJavaClass(String value)
Sets the "java-class" property.
|
void |
JEBackendCfgClient.setJEProperty(Collection<String> values)
Sets the "je-property" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setKdcAddress(String value)
Sets the "kdc-address" property.
|
void |
LDAPConnectionHandlerCfgClient.setKeepStats(Boolean value)
Sets the "keep-stats" property.
|
void |
HTTPConnectionHandlerCfgClient.setKeepStats(Boolean value)
Sets the "keep-stats" property.
|
void |
LDAPConnectionHandlerCfgClient.setKeyManagerProvider(String value)
Sets the "key-manager-provider" property.
|
void |
HTTPConnectionHandlerCfgClient.setKeyManagerProvider(String value)
Sets the "key-manager-provider" property.
|
void |
AdministrationConnectorCfgClient.setKeyManagerProvider(String value)
Sets the "key-manager-provider" property.
|
void |
JMXConnectionHandlerCfgClient.setKeyManagerProvider(String value)
Sets the "key-manager-provider" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setKeyStoreFile(String value)
Sets the "key-store-file" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStoreFile(String value)
Sets the "key-store-file" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setKeyStoreFile(String value)
Sets the "key-store-file" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStorePin(String value)
Sets the "key-store-pin" property.
|
void |
PKCS11KeyManagerProviderCfgClient.setKeyStorePin(String value)
Sets the "key-store-pin" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStorePinEnvironmentVariable(String value)
Sets the "key-store-pin-environment-variable" property.
|
void |
PKCS11KeyManagerProviderCfgClient.setKeyStorePinEnvironmentVariable(String value)
Sets the "key-store-pin-environment-variable" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setKeyStorePinFile(String value)
Sets the "key-store-pin-file" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStorePinFile(String value)
Sets the "key-store-pin-file" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setKeyStorePinFile(String value)
Sets the "key-store-pin-file" property.
|
void |
PKCS11KeyManagerProviderCfgClient.setKeyStorePinFile(String value)
Sets the "key-store-pin-file" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStorePinProperty(String value)
Sets the "key-store-pin-property" property.
|
void |
PKCS11KeyManagerProviderCfgClient.setKeyStorePinProperty(String value)
Sets the "key-store-pin-property" property.
|
void |
FileBasedKeyManagerProviderCfgClient.setKeyStoreType(String value)
Sets the "key-store-type" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setKeytab(String value)
Sets the "keytab" property.
|
void |
CryptoManagerCfgClient.setKeyWrappingTransformation(String value)
Sets the "key-wrapping-transformation" property.
|
void |
PasswordPolicyCfgClient.setLastLoginTimeAttribute(AttributeType value)
Sets the "last-login-time-attribute" property.
|
void |
PasswordPolicyCfgClient.setLastLoginTimeFormat(String value)
Sets the "last-login-time-format" property.
|
void |
LDIFConnectionHandlerCfgClient.setLDIFDirectory(String value)
Sets the "ldif-directory" property.
|
void |
LDIFBackendCfgClient.setLDIFFile(String value)
Sets the "ldif-file" property.
|
void |
LDAPConnectionHandlerCfgClient.setListenAddress(Collection<InetAddress> values)
Sets the "listen-address" property.
|
void |
HTTPConnectionHandlerCfgClient.setListenAddress(Collection<InetAddress> values)
Sets the "listen-address" property.
|
void |
SNMPConnectionHandlerCfgClient.setListenAddress(Collection<InetAddress> values)
Sets the "listen-address" property.
|
void |
SNMPConnectionHandlerCfgClient.setListenAddress(Collection<InetAddress> values)
Sets the "listen-address" property.
|
void |
AdministrationConnectorCfgClient.setListenAddress(Collection<InetAddress> values)
Sets the "listen-address" property.
|
void |
JMXConnectionHandlerCfgClient.setListenAddress(InetAddress value)
Sets the "listen-address" property.
|
void |
LDAPConnectionHandlerCfgClient.setListenPort(int value)
Sets the "listen-port" property.
|
void |
HTTPConnectionHandlerCfgClient.setListenPort(int value)
Sets the "listen-port" property.
|
void |
SNMPConnectionHandlerCfgClient.setListenPort(int value)
Sets the "listen-port" property.
|
void |
AdministrationConnectorCfgClient.setListenPort(int value)
Sets the "listen-port" property.
|
void |
JMXConnectionHandlerCfgClient.setListenPort(int value)
Sets the "listen-port" property.
|
void |
PasswordPolicyCfgClient.setLockoutDuration(Long value)
Sets the "lockout-duration" property.
|
void |
PasswordPolicyCfgClient.setLockoutFailureCount(Integer value)
Sets the "lockout-failure-count" property.
|
void |
PasswordPolicyCfgClient.setLockoutFailureExpirationInterval(Long value)
Sets the "lockout-failure-expiration-interval" property.
|
void |
FIFOEntryCacheCfgClient.setLockTimeout(Long value)
Sets the "lock-timeout" property.
|
void |
SoftReferenceEntryCacheCfgClient.setLockTimeout(Long value)
Sets the "lock-timeout" property.
|
void |
ReplicationDomainCfgClient.setLogChangenumber(Boolean value)
Sets the "log-changenumber" property.
|
void |
ExternalAccessLogPublisherCfgClient.setLogControlOids(Boolean value)
Sets the "log-control-oids" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setLogControlOids(Boolean value)
Sets the "log-control-oids" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setLogControlOids(Boolean value)
Sets the "log-control-oids" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setLogDirectory(String value)
Sets the "log-directory" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setLogDirectory(String value)
Sets the "log-directory" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
ReferentialIntegrityPluginCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setLogFile(String value)
Sets the "log-file" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setLogFilePermissions(String value)
Sets the "log-file-permissions" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setLogFilePermissions(String value)
Sets the "log-file-permissions" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setLogFilePermissions(String value)
Sets the "log-file-permissions" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setLogFilePermissions(String value)
Sets the "log-file-permissions" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setLogFilePermissions(String value)
Sets the "log-file-permissions" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setLogFormat(FileBasedAccessLogPublisherCfgDefn.LogFormat value)
Sets the "log-format" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setLogFormat(String value)
Sets the "log-format" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setLogRecordTimeFormat(String value)
Sets the "log-record-time-format" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setLogRecordTimeFormat(String value)
Sets the "log-record-time-format" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setLogRecordType(Collection<AccessLogFilteringCriteriaCfgDefn.LogRecordType> values)
Sets the "log-record-type" property.
|
void |
GlobalCfgClient.setLookthroughLimit(Integer value)
Sets the "lookthrough-limit" property.
|
void |
CryptoManagerCfgClient.setMacAlgorithm(String value)
Sets the "mac-algorithm" property.
|
void |
CryptoManagerCfgClient.setMacKeyLength(Integer value)
Sets the "mac-key-length" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedAttribute(Collection<AttributeType> values)
Sets the "mapped-attribute" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBaseDN(Collection<DN> values)
Sets the "mapped-search-base-dn" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindDN(DN value)
Sets the "mapped-search-bind-dn" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPassword(String value)
Sets the "mapped-search-bind-password" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPasswordEnvironmentVariable(String value)
Sets the "mapped-search-bind-password-environment-variable" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPasswordFile(String value)
Sets the "mapped-search-bind-password-file" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPasswordProperty(String value)
Sets the "mapped-search-bind-password-property" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setMappingPolicy(LDAPPassThroughAuthenticationPolicyCfgDefn.MappingPolicy value)
Sets the "mapping-policy" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
ExactMatchIdentityMapperCfgClient.setMatchAttribute(Collection<AttributeType> values)
Sets the "match-attribute" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setMatchBaseDN(Collection<DN> values)
Sets the "match-base-dn" property.
|
void |
ExactMatchIdentityMapperCfgClient.setMatchBaseDN(Collection<DN> values)
Sets the "match-base-dn" property.
|
void |
CollationMatchingRuleCfgClient.setMatchingRuleType(Collection<CollationMatchingRuleCfgDefn.MatchingRuleType> values)
Sets the "matching-rule-type" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setMatchPattern(String value)
Sets the "match-pattern" property.
|
void |
GlobalCfgClient.setMaxAllowedClientConnections(Integer value)
Sets the "max-allowed-client-connections" property.
|
void |
LDAPConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit(Long value)
Sets the "max-blocked-write-time-limit" property.
|
void |
HTTPConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit(Long value)
Sets the "max-blocked-write-time-limit" property.
|
void |
HTTPConnectionHandlerCfgClient.setMaxConcurrentOpsPerConnection(Integer value)
Sets the "max-concurrent-ops-per-connection" property.
|
void |
RepeatedCharactersPasswordValidatorCfgClient.setMaxConsecutiveLength(int value)
Sets the "max-consecutive-length" property.
|
void |
FIFOEntryCacheCfgClient.setMaxEntries(Integer value)
Sets the "max-entries" property.
|
void |
GlobalCfgClient.setMaxInternalBufferSize(Long value)
Sets the "max-internal-buffer-size" property.
|
void |
FIFOEntryCacheCfgClient.setMaxMemoryPercent(Integer value)
Sets the "max-memory-percent" property.
|
void |
PasswordPolicyCfgClient.setMaxPasswordAge(Long value)
Sets the "max-password-age" property.
|
void |
LengthBasedPasswordValidatorCfgClient.setMaxPasswordLength(Integer value)
Sets the "max-password-length" property.
|
void |
PasswordPolicyCfgClient.setMaxPasswordResetAge(Long value)
Sets the "max-password-reset-age" property.
|
void |
GlobalCfgClient.setMaxPsearches(Integer value)
Sets the "max-psearches" property.
|
void |
LDAPConnectionHandlerCfgClient.setMaxRequestSize(Long value)
Sets the "max-request-size" property.
|
void |
HTTPConnectionHandlerCfgClient.setMaxRequestSize(Long value)
Sets the "max-request-size" property.
|
void |
TraditionalWorkQueueCfgClient.setMaxWorkQueueCapacity(Integer value)
Sets the "max-work-queue-capacity" property.
|
void |
SMTPAlertHandlerCfgClient.setMessageBody(String value)
Sets the "message-body" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setMessageSubject(Collection<String> values)
Sets the "message-subject" property.
|
void |
SMTPAlertHandlerCfgClient.setMessageSubject(String value)
Sets the "message-subject" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setMessageTemplateFile(Collection<String> values)
Sets the "message-template-file" property.
|
void |
CharacterSetPasswordValidatorCfgClient.setMinCharacterSets(Integer value)
Sets the "min-character-sets" property.
|
void |
PasswordPolicyCfgClient.setMinPasswordAge(Long value)
Sets the "min-password-age" property.
|
void |
SimilarityBasedPasswordValidatorCfgClient.setMinPasswordDifference(int value)
Sets the "min-password-difference" property.
|
void |
LengthBasedPasswordValidatorCfgClient.setMinPasswordLength(Integer value)
Sets the "min-password-length" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setMinSubstringLength(Integer value)
Sets the "min-substring-length" property.
|
void |
DictionaryPasswordValidatorCfgClient.setMinSubstringLength(Integer value)
Sets the "min-substring-length" property.
|
void |
UniqueCharactersPasswordValidatorCfgClient.setMinUniqueCharacters(int value)
Sets the "min-unique-characters" property.
|
void |
ReplicationServerCfgClient.setMonitoringPeriod(Long value)
Sets the "monitoring-period" property.
|
void |
BackendVLVIndexCfgClient.setName(String value)
Sets the "name" property.
|
void |
BackendVLVIndexCfgClient.setName(String value)
Sets the "name" property.
|
void |
TaskBackendCfgClient.setNotificationSenderAddress(String value)
Sets the "notification-sender-address" property.
|
void |
GlobalCfgClient.setNotifyAbandonedOperations(Boolean value)
Sets the "notify-abandoned-operations" property.
|
void |
FileCountLogRetentionPolicyCfgClient.setNumberOfFiles(int value)
Sets the "number-of-files" property.
|
void |
LDAPConnectionHandlerCfgClient.setNumRequestHandlers(Integer value)
Sets the "num-request-handlers" property.
|
void |
HTTPConnectionHandlerCfgClient.setNumRequestHandlers(Integer value)
Sets the "num-request-handlers" property.
|
void |
ReplicationSynchronizationProviderCfgClient.setNumUpdateReplayThreads(Integer value)
Sets the "num-update-replay-threads" property.
|
void |
ParallelWorkQueueCfgClient.setNumWorkerThreads(Integer value)
Sets the "num-worker-threads" property.
|
void |
TraditionalWorkQueueCfgClient.setNumWorkerThreads(Integer value)
Sets the "num-worker-threads" property.
|
void |
DebugTargetCfgClient.setOmitMethodEntryArguments(Boolean value)
Sets the "omit-method-entry-arguments" property.
|
void |
DebugTargetCfgClient.setOmitMethodReturnValue(Boolean value)
Sets the "omit-method-return-value" property.
|
void |
SNMPConnectionHandlerCfgClient.setOpendmkJarfile(String value)
Sets the "opendmk-jarfile" property.
|
void |
ErrorLogPublisherCfgClient.setOverrideSeverity(Collection<String> values)
Sets the "override-severity" property.
|
void |
PasswordPolicyCfgClient.setPasswordAttribute(AttributeType value)
Sets the "password-attribute" property.
|
void |
PasswordPolicyCfgClient.setPasswordChangeRequiresCurrentPassword(Boolean value)
Sets the "password-change-requires-current-password" property.
|
void |
RandomPasswordGeneratorCfgClient.setPasswordCharacterSet(Collection<String> values)
Sets the "password-character-set" property.
|
void |
PasswordPolicyCfgClient.setPasswordExpirationWarningInterval(Long value)
Sets the "password-expiration-warning-interval" property.
|
void |
RandomPasswordGeneratorCfgClient.setPasswordFormat(String value)
Sets the "password-format" property.
|
void |
PasswordPolicyCfgClient.setPasswordGenerator(String value)
Sets the "password-generator" property.
|
void |
PasswordPolicyCfgClient.setPasswordHistoryCount(Integer value)
Sets the "password-history-count" property.
|
void |
PasswordPolicyCfgClient.setPasswordHistoryDuration(Long value)
Sets the "password-history-duration" property.
|
void |
PasswordPolicyCfgClient.setPasswordValidator(Collection<String> values)
Sets the "password-validator" property.
|
void |
PBKDF2PasswordStorageSchemeCfgClient.setPBKDF2Iterations(Integer value)
Sets the "pbkdf2-iterations" property.
|
void |
PluginRootCfgClient.setPluginOrderIntermediateResponse(String value)
Sets the "plugin-order-intermediate-response" property.
|
void |
PluginRootCfgClient.setPluginOrderLDIFExport(String value)
Sets the "plugin-order-ldif-export" property.
|
void |
PluginRootCfgClient.setPluginOrderLDIFImport(String value)
Sets the "plugin-order-ldif-import" property.
|
void |
PluginRootCfgClient.setPluginOrderLDIFImportBegin(String value)
Sets the "plugin-order-ldif-import-begin" property.
|
void |
PluginRootCfgClient.setPluginOrderLDIFImportEnd(String value)
Sets the "plugin-order-ldif-import-end" property.
|
void |
PluginRootCfgClient.setPluginOrderPostConnect(String value)
Sets the "plugin-order-post-connect" property.
|
void |
PluginRootCfgClient.setPluginOrderPostDisconnect(String value)
Sets the "plugin-order-post-disconnect" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationAbandon(String value)
Sets the "plugin-order-post-operation-abandon" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationAdd(String value)
Sets the "plugin-order-post-operation-add" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationBind(String value)
Sets the "plugin-order-post-operation-bind" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationCompare(String value)
Sets the "plugin-order-post-operation-compare" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationDelete(String value)
Sets the "plugin-order-post-operation-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationExtended(String value)
Sets the "plugin-order-post-operation-extended" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationModify(String value)
Sets the "plugin-order-post-operation-modify" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationModifyDN(String value)
Sets the "plugin-order-post-operation-modify-dn" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationSearch(String value)
Sets the "plugin-order-post-operation-search" property.
|
void |
PluginRootCfgClient.setPluginOrderPostOperationUnbind(String value)
Sets the "plugin-order-post-operation-unbind" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseAdd(String value)
Sets the "plugin-order-post-response-add" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseBind(String value)
Sets the "plugin-order-post-response-bind" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseCompare(String value)
Sets the "plugin-order-post-response-compare" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseDelete(String value)
Sets the "plugin-order-post-response-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseExtended(String value)
Sets the "plugin-order-post-response-extended" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseModify(String value)
Sets the "plugin-order-post-response-modify" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseModifyDN(String value)
Sets the "plugin-order-post-response-modify-dn" property.
|
void |
PluginRootCfgClient.setPluginOrderPostResponseSearch(String value)
Sets the "plugin-order-post-response-search" property.
|
void |
PluginRootCfgClient.setPluginOrderPostSynchronizationAdd(String value)
Sets the "plugin-order-post-synchronization-add" property.
|
void |
PluginRootCfgClient.setPluginOrderPostSynchronizationDelete(String value)
Sets the "plugin-order-post-synchronization-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderPostSynchronizationModify(String value)
Sets the "plugin-order-post-synchronization-modify" property.
|
void |
PluginRootCfgClient.setPluginOrderPostSynchronizationModifyDN(String value)
Sets the "plugin-order-post-synchronization-modify-dn" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationAdd(String value)
Sets the "plugin-order-pre-operation-add" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationBind(String value)
Sets the "plugin-order-pre-operation-bind" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationCompare(String value)
Sets the "plugin-order-pre-operation-compare" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationDelete(String value)
Sets the "plugin-order-pre-operation-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationExtended(String value)
Sets the "plugin-order-pre-operation-extended" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationModify(String value)
Sets the "plugin-order-pre-operation-modify" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationModifyDN(String value)
Sets the "plugin-order-pre-operation-modify-dn" property.
|
void |
PluginRootCfgClient.setPluginOrderPreOperationSearch(String value)
Sets the "plugin-order-pre-operation-search" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseAbandon(String value)
Sets the "plugin-order-pre-parse-abandon" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseAdd(String value)
Sets the "plugin-order-pre-parse-add" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseBind(String value)
Sets the "plugin-order-pre-parse-bind" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseCompare(String value)
Sets the "plugin-order-pre-parse-compare" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseDelete(String value)
Sets the "plugin-order-pre-parse-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseExtended(String value)
Sets the "plugin-order-pre-parse-extended" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseModify(String value)
Sets the "plugin-order-pre-parse-modify" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseModifyDN(String value)
Sets the "plugin-order-pre-parse-modify-dn" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseSearch(String value)
Sets the "plugin-order-pre-parse-search" property.
|
void |
PluginRootCfgClient.setPluginOrderPreParseUnbind(String value)
Sets the "plugin-order-pre-parse-unbind" property.
|
void |
PluginRootCfgClient.setPluginOrderSearchResultEntry(String value)
Sets the "plugin-order-search-result-entry" property.
|
void |
PluginRootCfgClient.setPluginOrderSearchResultReference(String value)
Sets the "plugin-order-search-result-reference" property.
|
void |
PluginRootCfgClient.setPluginOrderShutdown(String value)
Sets the "plugin-order-shutdown" property.
|
void |
PluginRootCfgClient.setPluginOrderStartup(String value)
Sets the "plugin-order-startup" property.
|
void |
PluginRootCfgClient.setPluginOrderSubordinateDelete(String value)
Sets the "plugin-order-subordinate-delete" property.
|
void |
PluginRootCfgClient.setPluginOrderSubordinateModifyDN(String value)
Sets the "plugin-order-subordinate-modify-dn" property.
|
void |
LastModPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
AttributeCleanupPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
ReferentialIntegrityPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
SevenBitCleanPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
EntryUUIDPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
LDAPAttributeDescriptionListPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
SambaPasswordPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
PasswordPolicyImportPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
ChangeNumberControlPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
UniqueAttributePluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
PluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
ProfilerPluginCfgClient.setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
LDIFConnectionHandlerCfgClient.setPollInterval(long value)
Sets the "poll-interval" property.
|
void |
PluggableBackendCfgClient.setPreloadTimeLimit(Long value)
Sets the "preload-time-limit" property.
|
void |
PasswordPolicyCfgClient.setPreviousLastLoginTimeFormat(Collection<String> values)
Sets the "previous-last-login-time-format" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setPrimaryRemoteLDAPServer(Collection<String> values)
Sets the "primary-remote-ldap-server" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setPrincipalName(String value)
Sets the "principal-name" property.
|
void |
ProfilerPluginCfgClient.setProfileAction(ProfilerPluginCfgDefn.ProfileAction value)
Sets the "profile-action" property.
|
void |
ProfilerPluginCfgClient.setProfileDirectory(String value)
Sets the "profile-directory" property.
|
void |
ProfilerPluginCfgClient.setProfileSampleInterval(long value)
Sets the "profile-sample-interval" property.
|
void |
GlobalCfgClient.setProxiedAuthorizationIdentityMapper(String value)
Sets the "proxied-authorization-identity-mapper" property.
|
void |
SambaPasswordPluginCfgClient.setPwdSyncPolicy(Collection<SambaPasswordPluginCfgDefn.PwdSyncPolicy> values)
Sets the "pwd-sync-policy" property.
|
void |
DigestMD5SASLMechanismHandlerCfgClient.setQualityOfProtection(DigestMD5SASLMechanismHandlerCfgDefn.QualityOfProtection value)
Sets the "quality-of-protection" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setQualityOfProtection(GSSAPISASLMechanismHandlerCfgDefn.QualityOfProtection value)
Sets the "quality-of-protection" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
ReplicationServerCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setQueueSize(Integer value)
Sets the "queue-size" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setRealm(String value)
Sets the "realm" property.
|
void |
DigestMD5SASLMechanismHandlerCfgClient.setRealm(String value)
Sets the "realm" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setRecipientAddress(Collection<String> values)
Sets the "recipient-address" property.
|
void |
SMTPAlertHandlerCfgClient.setRecipientAddress(Collection<String> values)
Sets the "recipient-address" property.
|
void |
ReplicationDomainCfgClient.setReferralsUrl(Collection<String> values)
Sets the "referrals-url" property.
|
void |
SNMPConnectionHandlerCfgClient.setRegisteredMbean(Boolean value)
Sets the "registered-mbean" property.
|
void |
GlobalCfgClient.setRejectUnauthenticatedRequests(Boolean value)
Sets the "reject-unauthenticated-requests" property.
|
void |
AttributeCleanupPluginCfgClient.setRemoveInboundAttributes(Collection<String> values)
Sets the "remove-inbound-attributes" property.
|
void |
AttributeCleanupPluginCfgClient.setRenameInboundAttributes(Collection<String> values)
Sets the "rename-inbound-attributes" property.
|
void |
RegularExpressionIdentityMapperCfgClient.setReplacePattern(String value)
Sets the "replace-pattern" property.
|
void |
ReplicationServerCfgClient.setReplicationDBDirectory(String value)
Sets the "replication-db-directory" property.
|
void |
ReplicationServerCfgClient.setReplicationDBDirectory(String value)
Sets the "replication-db-directory" property.
|
void |
ReplicationServerCfgClient.setReplicationPort(int value)
Sets the "replication-port" property.
|
void |
ReplicationServerCfgClient.setReplicationPurgeDelay(Long value)
Sets the "replication-purge-delay" property.
|
void |
ReplicationDomainCfgClient.setReplicationServer(Collection<String> values)
Sets the "replication-server" property.
|
void |
ReplicationServerCfgClient.setReplicationServer(Collection<String> values)
Sets the "replication-server" property.
|
void |
ReplicationServerCfgClient.setReplicationServerId(int value)
Sets the "replication-server-id" property.
|
void |
ReplicationServerCfgClient.setReplicationServerId(int value)
Sets the "replication-server-id" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setRequestTargetDNEqualTo(Collection<String> values)
Sets the "request-target-dn-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setRequestTargetDNNotEqualTo(Collection<String> values)
Sets the "request-target-dn-not-equal-to" property.
|
void |
PasswordPolicyCfgClient.setRequireChangeByTime(String value)
Sets the "require-change-by-time" property.
|
void |
PasswordPolicyCfgClient.setRequireSecureAuthentication(Boolean value)
Sets the "require-secure-authentication" property.
|
void |
PasswordPolicyCfgClient.setRequireSecurePasswordChanges(Boolean value)
Sets the "require-secure-password-changes" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setResponseEtimeGreaterThan(Integer value)
Sets the "response-etime-greater-than" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setResponseEtimeLessThan(Integer value)
Sets the "response-etime-less-than" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setResponseResultCodeEqualTo(Collection<Integer> values)
Sets the "response-result-code-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setResponseResultCodeNotEqualTo(Collection<Integer> values)
Sets the "response-result-code-not-equal-to" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setRetentionPolicy(Collection<String> values)
Sets the "retention-policy" property.
|
void |
GlobalCfgClient.setReturnBindErrorMessages(Boolean value)
Sets the "return-bind-error-messages" property.
|
void |
JMXConnectionHandlerCfgClient.setRmiPort(Integer value)
Sets the "rmi-port" property.
|
void |
TimeLimitLogRotationPolicyCfgClient.setRotationInterval(long value)
Sets the "rotation-interval" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setRotationPolicy(Collection<String> values)
Sets the "rotation-policy" property.
|
void |
SambaPasswordPluginCfgClient.setSambaAdministratorDN(DN value)
Sets the "samba-administrator-dn" property.
|
void |
GlobalCfgClient.setSaveConfigOnSuccessfulStartup(Boolean value)
Sets the "save-config-on-successful-startup" property.
|
void |
SchemaBackendCfgClient.setSchemaEntryDN(Collection<DN> values)
Sets the "schema-entry-dn" property.
|
void |
BackendVLVIndexCfgClient.setScope(BackendVLVIndexCfgDefn.Scope value)
Sets the "scope" property.
|
void |
VirtualAttributeCfgClient.setScope(VirtualAttributeCfgDefn.Scope value)
Sets the "scope" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setSearchResponseIsIndexed(Boolean value)
Sets the "search-response-is-indexed" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesGreaterThan(Integer value)
Sets the "search-response-nentries-greater-than" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesLessThan(Integer value)
Sets the "search-response-nentries-less-than" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setSecondaryRemoteLDAPServer(Collection<String> values)
Sets the "secondary-remote-ldap-server" property.
|
void |
SNMPConnectionHandlerCfgClient.setSecurityAgentFile(String value)
Sets the "security-agent-file" property.
|
void |
SNMPConnectionHandlerCfgClient.setSecurityLevel(SNMPConnectionHandlerCfgDefn.SecurityLevel value)
Sets the "security-level" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setSendEmailAsHtml(Boolean value)
Sets the "send-email-as-html" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setSenderAddress(String value)
Sets the "sender-address" property.
|
void |
SMTPAlertHandlerCfgClient.setSenderAddress(String value)
Sets the "sender-address" property.
|
void |
SMTPAccountStatusNotificationHandlerCfgClient.setSendMessageWithoutEndUserAddress(boolean value)
Sets the "send-message-without-end-user-address" property.
|
void |
LDAPConnectionHandlerCfgClient.setSendRejectionNotice(Boolean value)
Sets the "send-rejection-notice" property.
|
void |
GlobalCfgClient.setServerErrorResultCode(Integer value)
Sets the "server-error-result-code" property.
|
void |
GSSAPISASLMechanismHandlerCfgClient.setServerFqdn(String value)
Sets the "server-fqdn" property.
|
void |
DigestMD5SASLMechanismHandlerCfgClient.setServerFqdn(String value)
Sets the "server-fqdn" property.
|
void |
ReplicationDomainCfgClient.setServerId(int value)
Sets the "server-id" property.
|
void |
ReplicationDomainCfgClient.setServerId(int value)
Sets the "server-id" property.
|
void |
RootDSEBackendCfgClient.setShowAllAttributes(boolean value)
Sets the "show-all-attributes" property.
|
void |
SchemaBackendCfgClient.setShowAllAttributes(boolean value)
Sets the "show-all-attributes" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setSignatureTimeInterval(Long value)
Sets the "signature-time-interval" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setSignatureTimeInterval(Long value)
Sets the "signature-time-interval" property.
|
void |
GlobalCfgClient.setSingleStructuralObjectclassBehavior(GlobalCfgDefn.SingleStructuralObjectclassBehavior value)
Sets the "single-structural-objectclass-behavior" property.
|
void |
GlobalCfgClient.setSizeLimit(Integer value)
Sets the "size-limit" property.
|
void |
PasswordPolicyCfgClient.setSkipValidationForAdministrators(Boolean value)
Sets the "skip-validation-for-administrators" property.
|
void |
GlobalCfgClient.setSMTPServer(Collection<String> values)
Sets the "smtp-server" property.
|
void |
ReplicationDomainCfgClient.setSolveConflicts(Boolean value)
Sets the "solve-conflicts" property.
|
void |
BackendVLVIndexCfgClient.setSortOrder(String value)
Sets the "sort-order" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setSourceAddress(InetAddress value)
Sets the "source-address" property.
|
void |
ReplicationDomainCfgClient.setSourceAddress(InetAddress value)
Sets the "source-address" property.
|
void |
ReplicationServerCfgClient.setSourceAddress(InetAddress value)
Sets the "source-address" property.
|
void |
LDAPConnectionHandlerCfgClient.setSSLCertNickname(Collection<String> values)
Sets the "ssl-cert-nickname" property.
|
void |
HTTPConnectionHandlerCfgClient.setSSLCertNickname(Collection<String> values)
Sets the "ssl-cert-nickname" property.
|
void |
CryptoManagerCfgClient.setSSLCertNickname(Collection<String> values)
Sets the "ssl-cert-nickname" property.
|
void |
AdministrationConnectorCfgClient.setSSLCertNickname(Collection<String> values)
Sets the "ssl-cert-nickname" property.
|
void |
JMXConnectionHandlerCfgClient.setSSLCertNickname(Collection<String> values)
Sets the "ssl-cert-nickname" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setSSLCipherSuite(Collection<String> values)
Sets the "ssl-cipher-suite" property.
|
void |
LDAPConnectionHandlerCfgClient.setSSLCipherSuite(Collection<String> values)
Sets the "ssl-cipher-suite" property.
|
void |
HTTPConnectionHandlerCfgClient.setSSLCipherSuite(Collection<String> values)
Sets the "ssl-cipher-suite" property.
|
void |
CryptoManagerCfgClient.setSSLCipherSuite(Collection<String> values)
Sets the "ssl-cipher-suite" property.
|
void |
AdministrationConnectorCfgClient.setSSLCipherSuite(Collection<String> values)
Sets the "ssl-cipher-suite" property.
|
void |
HTTPConnectionHandlerCfgClient.setSSLClientAuthPolicy(HTTPConnectionHandlerCfgDefn.SSLClientAuthPolicy value)
Sets the "ssl-client-auth-policy" property.
|
void |
LDAPConnectionHandlerCfgClient.setSSLClientAuthPolicy(LDAPConnectionHandlerCfgDefn.SSLClientAuthPolicy value)
Sets the "ssl-client-auth-policy" property.
|
void |
CryptoManagerCfgClient.setSSLEncryption(Boolean value)
Sets the "ssl-encryption" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setSSLProtocol(Collection<String> values)
Sets the "ssl-protocol" property.
|
void |
LDAPConnectionHandlerCfgClient.setSSLProtocol(Collection<String> values)
Sets the "ssl-protocol" property.
|
void |
HTTPConnectionHandlerCfgClient.setSSLProtocol(Collection<String> values)
Sets the "ssl-protocol" property.
|
void |
CryptoManagerCfgClient.setSSLProtocol(Collection<String> values)
Sets the "ssl-protocol" property.
|
void |
AdministrationConnectorCfgClient.setSSLProtocol(Collection<String> values)
Sets the "ssl-protocol" property.
|
void |
PasswordPolicyCfgClient.setStateUpdateFailurePolicy(PasswordPolicyCfgDefn.StateUpdateFailurePolicy value)
Sets the "state-update-failure-policy" property.
|
void |
CountryStringAttributeSyntaxCfgClient.setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
void |
CertificateAttributeSyntaxCfgClient.setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
void |
TelephoneNumberAttributeSyntaxCfgClient.setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
void |
JPEGAttributeSyntaxCfgClient.setStrictFormat(Boolean value)
Sets the "strict-format" property.
|
void |
CoreSchemaCfgClient.setStrictFormatCountryString(Boolean value)
Sets the "strict-format-country-string" property.
|
void |
AttributeTypeDescriptionAttributeSyntaxCfgClient.setStripSyntaxMinUpperBound(Boolean value)
Sets the "strip-syntax-min-upper-bound" property.
|
void |
CoreSchemaCfgClient.setStripSyntaxMinUpperBoundAttributeTypeDescription(Boolean value)
Sets the "strip-syntax-min-upper-bound-attribute-type-description" property.
|
void |
SubjectDNToUserAttributeCertificateMapperCfgClient.setSubjectAttribute(AttributeType value)
Sets the "subject-attribute" property.
|
void |
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setSubjectAttributeMapping(Collection<String> values)
Sets the "subject-attribute-mapping" property.
|
void |
RootDSEBackendCfgClient.setSubordinateBaseDN(Collection<DN> values)
Sets the "subordinate-base-dn" property.
|
void |
BackendIndexCfgClient.setSubstringLength(Integer value)
Sets the "substring-length" property.
|
void |
AccessLogPublisherCfgClient.setSuppressInternalOperations(Boolean value)
Sets the "suppress-internal-operations" property.
|
void |
AccessLogPublisherCfgClient.setSuppressSynchronizationOperations(Boolean value)
Sets the "suppress-synchronization-operations" property.
|
void |
CsvFileHTTPAccessLogPublisherCfgClient.setTamperEvident(Boolean value)
Sets the "tamper-evident" property.
|
void |
CsvFileAccessLogPublisherCfgClient.setTamperEvident(Boolean value)
Sets the "tamper-evident" property.
|
void |
TaskBackendCfgClient.setTaskBackingFile(String value)
Sets the "task-backing-file" property.
|
void |
TaskBackendCfgClient.setTaskRetentionTime(Long value)
Sets the "task-retention-time" property.
|
void |
AttributeValuePasswordValidatorCfgClient.setTestReversedPassword(boolean value)
Sets the "test-reversed-password" property.
|
void |
DictionaryPasswordValidatorCfgClient.setTestReversedPassword(boolean value)
Sets the "test-reversed-password" property.
|
void |
DebugTargetCfgClient.setThrowableStackFrames(Integer value)
Sets the "throwable-stack-frames" property.
|
void |
FileBasedHTTPAccessLogPublisherCfgClient.setTimeInterval(Long value)
Sets the "time-interval" property.
|
void |
FileBasedErrorLogPublisherCfgClient.setTimeInterval(Long value)
Sets the "time-interval" property.
|
void |
FileBasedAuditLogPublisherCfgClient.setTimeInterval(Long value)
Sets the "time-interval" property.
|
void |
FileBasedDebugLogPublisherCfgClient.setTimeInterval(Long value)
Sets the "time-interval" property.
|
void |
FileBasedAccessLogPublisherCfgClient.setTimeInterval(Long value)
Sets the "time-interval" property.
|
void |
GlobalCfgClient.setTimeLimit(Long value)
Sets the "time-limit" property.
|
void |
FixedTimeLogRotationPolicyCfgClient.setTimeOfDay(Collection<String> values)
Sets the "time-of-day" property.
|
void |
SNMPConnectionHandlerCfgClient.setTrapPort(int value)
Sets the "trap-port" property.
|
void |
SNMPConnectionHandlerCfgClient.setTrapsCommunity(String value)
Sets the "traps-community" property.
|
void |
SNMPConnectionHandlerCfgClient.setTrapsDestination(Collection<String> values)
Sets the "traps-destination" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setTrustManagerProvider(String value)
Sets the "trust-manager-provider" property.
|
void |
LDAPConnectionHandlerCfgClient.setTrustManagerProvider(String value)
Sets the "trust-manager-provider" property.
|
void |
HTTPConnectionHandlerCfgClient.setTrustManagerProvider(String value)
Sets the "trust-manager-provider" property.
|
void |
AdministrationConnectorCfgClient.setTrustManagerProvider(String value)
Sets the "trust-manager-provider" property.
|
void |
TrustStoreBackendCfgClient.setTrustStoreFile(String value)
Sets the "trust-store-file" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStoreFile(String value)
Sets the "trust-store-file" property.
|
void |
TrustStoreBackendCfgClient.setTrustStorePin(String value)
Sets the "trust-store-pin" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStorePin(String value)
Sets the "trust-store-pin" property.
|
void |
TrustStoreBackendCfgClient.setTrustStorePinEnvironmentVariable(String value)
Sets the "trust-store-pin-environment-variable" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStorePinEnvironmentVariable(String value)
Sets the "trust-store-pin-environment-variable" property.
|
void |
TrustStoreBackendCfgClient.setTrustStorePinFile(String value)
Sets the "trust-store-pin-file" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStorePinFile(String value)
Sets the "trust-store-pin-file" property.
|
void |
TrustStoreBackendCfgClient.setTrustStorePinProperty(String value)
Sets the "trust-store-pin-property" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStorePinProperty(String value)
Sets the "trust-store-pin-property" property.
|
void |
TrustStoreBackendCfgClient.setTrustStoreType(String value)
Sets the "trust-store-type" property.
|
void |
FileBasedTrustManagerProviderCfgClient.setTrustStoreType(String value)
Sets the "trust-store-type" property.
|
void |
GlobalCfgClient.setTrustTransactionIds(Boolean value)
Sets the "trust-transaction-ids" property.
|
void |
UniqueAttributePluginCfgClient.setType(Collection<AttributeType> values)
Sets the "type" property.
|
void |
ReferentialIntegrityPluginCfgClient.setUpdateInterval(Long value)
Sets the "update-interval" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setUsePasswordCaching(boolean value)
Sets the "use-password-caching" property.
|
void |
SubjectDNToUserAttributeCertificateMapperCfgClient.setUserBaseDN(Collection<DN> values)
Sets the "user-base-dn" property.
|
void |
FingerprintCertificateMapperCfgClient.setUserBaseDN(Collection<DN> values)
Sets the "user-base-dn" property.
|
void |
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setUserBaseDN(Collection<DN> values)
Sets the "user-base-dn" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setUserDNEqualTo(Collection<String> values)
Sets the "user-dn-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setUserDNNotEqualTo(Collection<String> values)
Sets the "user-dn-not-equal-to" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setUserIsMemberOf(Collection<DN> values)
Sets the "user-is-member-of" property.
|
void |
AccessLogFilteringCriteriaCfgClient.setUserIsNotMemberOf(Collection<DN> values)
Sets the "user-is-not-member-of" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setUseSSL(Boolean value)
Sets the "use-ssl" property.
|
void |
LDAPConnectionHandlerCfgClient.setUseSSL(Boolean value)
Sets the "use-ssl" property.
|
void |
HTTPConnectionHandlerCfgClient.setUseSSL(Boolean value)
Sets the "use-ssl" property.
|
void |
JMXConnectionHandlerCfgClient.setUseSSL(Boolean value)
Sets the "use-ssl" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setUseTCPKeepAlive(Boolean value)
Sets the "use-tcp-keep-alive" property.
|
void |
LDAPConnectionHandlerCfgClient.setUseTCPKeepAlive(Boolean value)
Sets the "use-tcp-keep-alive" property.
|
void |
HTTPConnectionHandlerCfgClient.setUseTCPKeepAlive(Boolean value)
Sets the "use-tcp-keep-alive" property.
|
void |
LDAPPassThroughAuthenticationPolicyCfgClient.setUseTCPNoDelay(Boolean value)
Sets the "use-tcp-no-delay" property.
|
void |
LDAPConnectionHandlerCfgClient.setUseTCPNoDelay(Boolean value)
Sets the "use-tcp-no-delay" property.
|
void |
HTTPConnectionHandlerCfgClient.setUseTCPNoDelay(Boolean value)
Sets the "use-tcp-no-delay" property.
|
void |
UserDefinedVirtualAttributeCfgClient.setValue(Collection<String> values)
Sets the "value" property.
|
void |
ReplicationServerCfgClient.setWeight(Integer value)
Sets the "weight" property.
|
void |
ReplicationDomainCfgClient.setWindowSize(Integer value)
Sets the "window-size" property.
|
void |
ReplicationServerCfgClient.setWindowSize(Integer value)
Sets the "window-size" property.
|
void |
PluggableBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
BackupBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
TrustStoreBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
SchemaBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
TaskBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
BackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
NullBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
MonitorBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
LDIFBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
MemoryBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
ConfigFileHandlerBackendCfgClient.setWritabilityMode(BackendCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
void |
GlobalCfgClient.setWritabilityMode(GlobalCfgDefn.WritabilityMode value)
Sets the "writability-mode" property.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.