Uses of Class
org.forgerock.opendj.config.ValueOrExpression
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
Contains code of the opendj setup model.
-
Uses of ValueOrExpression in org.forgerock.opendj.config
Modifier and TypeMethodDescriptionfinal ValueOrExpression<T>
PropertyDefinition.decodeValue
(String value) Parse and validate a string representation of a property value.final ValueOrExpression<T>
PropertyDefinition.decodeValueOrExpression
(String value) Parse and validate a string representation of a property value ot expression.static <T> ValueOrExpression<T>
ValueOrExpression.newExpression
(String expression) Creates an expression.static ValueOrExpression<String>
ValueOrExpression.newFileExpression
(String filePath) Creates an expression corresponding to a file path.static <T> ValueOrExpression<T>
ValueOrExpression.newValue
(T value) Creates a value.static <T> ValueOrExpression<T>
ValueOrExpression.newValueOrNull
(T value) Creates a new ValueOrExpression that wraps the provided value if the value is notnull
.Modifier and TypeMethodDescriptionstatic <T> Collection<ValueOrExpression<T>>
Expressions.asSetOfValueOrExpression
(Collection<T> values) Returns a collection of wrapped values from the provided collection of values.static <T> Collection<ValueOrExpression<T>>
Expressions.asSetOfValueOrExpression
(T... values) Returns a collection of wrapped values from the provided values.PropertyDefinition.getDefaultBehaviorProvider()
Get the default behavior provider associated with this property definition.<T> SortedSet<ValueOrExpression<T>>
DefaultManagedObject.getPropertyValues
(PropertyDefinition<T> pd) Gets a mutable copy of the set of property values for the specified property.<T> Collection<ValueOrExpression<T>>
PropertyProvider.getPropertyValues
(PropertyDefinition<T> d) Get the property values associated with the specified property definition.Modifier and TypeMethodDescription<R,
P> R AciPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<String> value, P p) <R,
P> R AggregationPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<String> value, P p) <R,
P> R AttributeTypePropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<AttributeType> value, P p) <R,
P> R BooleanPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<Boolean> value, P p) <R,
P> R ClassPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<String> value, P p) <R,
P> R DnPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<Dn> value, P p) <R,
P> R DurationPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<Long> value, P p) <R,
P> R EnumPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<E> value, P p) <R,
P> R HostPortPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<com.forgerock.opendj.util.HostPort> value, P p) <R,
P> R HostPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<com.forgerock.opendj.util.Host> value, P p) <R,
P> R IntegerPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<Integer> value, P p) <R,
P> R IpAddressMaskPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<AddressMask> value, P p) abstract <R,
P> R PropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<T> value, P p) Apply a visitor to a property value associated with this property definition.<R,
P> R SizePropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<Long> value, P p) <R,
P> R StringPropertyDefinition.accept
(PropertyValueVisitor<R, P> v, ValueOrExpression<String> value, P p) final int
PropertyDefinition.compare
(ValueOrExpression<T> o1, ValueOrExpression<T> o2) Compares two property values for order.final String
PropertyDefinition.encodeValue
(ValueOrExpression<T> value) Encode the provided property value into its string representation.final String
PropertyDefinition.normalizeValue
(ValueOrExpression<T> valueOrExpression) Get a normalized string representation of a property value.final void
PropertyDefinition.validateValue
(ValueOrExpression<T> valueOrExpression) Determine if the provided property value is valid according to this property definition.PropertyValueVisitor.visitAci
(AciPropertyDefinition pd, ValueOrExpression<String> v, P p) Visit a dseecompat ACI.<C extends ConfigurationClient,
S extends Configuration>
RPropertyValueVisitor.visitAggregation
(AggregationPropertyDefinition<C, S> pd, ValueOrExpression<String> v, P p) Visit an aggregation property value.PropertyValueVisitor.visitAttributeType
(AttributeTypePropertyDefinition pd, ValueOrExpression<AttributeType> v, P p) Visit an attribute type.PropertyValueVisitor.visitBoolean
(BooleanPropertyDefinition pd, ValueOrExpression<Boolean> v, P p) Visit a boolean.PropertyValueVisitor.visitClass
(ClassPropertyDefinition pd, ValueOrExpression<String> v, P p) Visit a class.PropertyValueVisitor.visitDn
(DnPropertyDefinition pd, ValueOrExpression<Dn> v, P p) Visit a DN.PropertyValueVisitor.visitDuration
(DurationPropertyDefinition pd, ValueOrExpression<Long> v, P p) Visit a duration.PropertyValueVisitor.visitEnum
(EnumPropertyDefinition<E> pd, ValueOrExpression<E> v, P p) Visit an enumeration.PropertyValueVisitor.visitHost
(HostPropertyDefinition pd, ValueOrExpression<com.forgerock.opendj.util.Host> v, P p) Visit a host.PropertyValueVisitor.visitHostPort
(HostPortPropertyDefinition pd, ValueOrExpression<com.forgerock.opendj.util.HostPort> v, P p) Visit a host:port.PropertyValueVisitor.visitInteger
(IntegerPropertyDefinition pd, ValueOrExpression<Integer> v, P p) Visit an integer.PropertyValueVisitor.visitIpAddressMask
(IpAddressMaskPropertyDefinition pd, ValueOrExpression<AddressMask> v, P p) Visit a IP address mask.PropertyValueVisitor.visitSize
(SizePropertyDefinition pd, ValueOrExpression<Long> v, P p) Visit a size.PropertyValueVisitor.visitString
(StringPropertyDefinition pd, ValueOrExpression<String> v, P p) Visit a string.<T> R
PropertyValueVisitor.visitUnknown
(PropertyDefinition<T> pd, ValueOrExpression<T> v, P p) Visit an unknown type of property value.Modifier and TypeMethodDescriptionprotected AciPropertyDefinition
AciPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected AggregationPropertyDefinition<C,
S> AggregationPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected AttributeTypePropertyDefinition
AttributeTypePropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AttributeType>> defaultBehavior, Deprecated deprecated) protected BooleanPropertyDefinition
BooleanPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Boolean>> defaultBehavior, Deprecated deprecated) protected ClassPropertyDefinition
ClassPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) protected DnPropertyDefinition
DnPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Dn>> defaultBehavior, Deprecated deprecated) protected DurationPropertyDefinition
DurationPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior, Deprecated deprecated) protected EnumPropertyDefinition<E>
EnumPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<E>> defaultBehavior, Deprecated deprecated) protected HostPortPropertyDefinition
HostPortPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> definition, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.HostPort>> defaultBehavior, Deprecated deprecated) protected HostPropertyDefinition
HostPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<com.forgerock.opendj.util.Host>> defaultBehavior, Deprecated deprecated) protected IntegerPropertyDefinition
IntegerPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Integer>> defaultBehavior, Deprecated deprecated) protected IpAddressMaskPropertyDefinition
IpAddressMaskPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<AddressMask>> defaultBehavior, Deprecated deprecated) protected abstract D
PropertyDefinition.AbstractBuilder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Build a property definition based on the properties of this builder.protected SizePropertyDefinition
SizePropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<Long>> defaultBehavior, Deprecated deprecated) protected StringPropertyDefinition
StringPropertyDefinition.Builder.buildInstance
(AbstractManagedObjectDefinition<?, ?> d, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<String>> defaultBehavior, Deprecated deprecated) static <T extends Comparable<T>>
SortedSet<T>Expressions.getValuesOrThrowIfExpression
(Collection<ValueOrExpression<T>> wrappedValues) Returns a sorted set containing values from the provided collection of wrapped values.static <T> SortedSet<T>
Expressions.getValuesOrThrowIfExpression
(Collection<ValueOrExpression<T>> wrappedValues, Comparator<T> comparator) Returns a sorted set containing values from the provided collection of wrapped values.final void
PropertyDefinition.AbstractBuilder.setDefaultBehaviorProvider
(DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior) Set the default behavior provider.ModifierConstructorDescriptionprotected
PropertyDefinition
(AbstractManagedObjectDefinition<?, ?> d, Class<T> theClass, String propertyName, EnumSet<PropertyOption> options, AdministratorAction adminAction, DefaultBehaviorProvider<ValueOrExpression<T>> defaultBehavior, Deprecated deprecated) Create a property definition. -
Uses of ValueOrExpression in org.forgerock.opendj.config.client
Modifier and TypeMethodDescriptionfinal <P> ValueOrExpression<P>
DriverBasedManagementContext.getPropertyValue
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) <P> ValueOrExpression<P>
ManagedObject.getPropertyValue
(PropertyDefinition<P> pd) Gets the effective value of the specified property.<P> ValueOrExpression<P>
ManagementContext.getPropertyValue
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) Gets the effective value of a property in the named managed object.Modifier and TypeMethodDescription<P> SortedSet<ValueOrExpression<P>>
ManagedObject.getPropertyDefaultValues
(PropertyDefinition<P> pd) Gets a mutable copy of the set of default values for the specified property.final <P> SortedSet<ValueOrExpression<P>>
DriverBasedManagementContext.getPropertyValues
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) <P> SortedSet<ValueOrExpression<P>>
ManagedObject.getPropertyValues
(PropertyDefinition<P> pd) Gets a mutable copy of the set of effective values for the specified property.<P> SortedSet<ValueOrExpression<P>>
ManagementContext.getPropertyValues
(ManagedObjectPath<?, ?> path, PropertyDefinition<P> pd) Gets the effective values of a property in the named managed object.Modifier and TypeMethodDescription<P> void
ManagedObject.setPropertyValue
(PropertyDefinition<P> pd, ValueOrExpression<P> value) Sets a new pending value for the specified property.Modifier and TypeMethodDescription<P> void
ManagedObject.setPropertyValues
(PropertyDefinition<P> pd, Collection<ValueOrExpression<P>> values) Sets a new pending values for the specified property. -
Uses of ValueOrExpression in org.forgerock.opendj.config.client.spi
Modifier and TypeMethodDescriptionfinal <P> ValueOrExpression<P>
AbstractManagedObject.getPropertyValue
(PropertyDefinition<P> pd) Modifier and TypeMethodDescriptionprotected final <P> Collection<ValueOrExpression<P>>
Driver.findDefaultValues
(ManagedObjectPath<?, ?> p, PropertyDefinition<P> pd, boolean isCreate) Gets the default values for the specified property.Property.getActiveValues()
Get an immutable set view of this property's active values.Property.getDefaultValues()
Get an immutable set view of this property's default values.Property.getEffectiveValues()
Get an immutable set view of this property's effective values.Property.getPendingValues()
Get an immutable set view of this property's pending values.final <P> SortedSet<ValueOrExpression<P>>
AbstractManagedObject.getPropertyDefaultValues
(PropertyDefinition<P> pd) final <P> SortedSet<ValueOrExpression<P>>
AbstractManagedObject.getPropertyValues
(PropertyDefinition<P> pd) abstract <C extends ConfigurationClient,
S extends Configuration, P>
SortedSet<ValueOrExpression<P>>Driver.getPropertyValues
(ManagedObjectPath<C, S> path, PropertyDefinition<P> pd) Gets the effective values of a property in the named managed object.Modifier and TypeMethodDescriptionfinal <P> void
AbstractManagedObject.setPropertyValue
(PropertyDefinition<P> pd, ValueOrExpression<P> value) Modifier and TypeMethodDescription<T> void
PropertySet.addProperty
(PropertyDefinition<T> pd, Collection<ValueOrExpression<T>> defaultValues, Collection<ValueOrExpression<T>> activeValues) Creates a property with the provided sets of pre-validated default and active values.final <P> void
AbstractManagedObject.setPropertyValues
(PropertyDefinition<P> pd, Collection<ValueOrExpression<P>> values) -
Uses of ValueOrExpression in org.forgerock.opendj.server.config.client
Modifier and TypeMethodDescriptionHttpConnectionHandlerCfgClient.getAcceptBacklog()
Gets the "accept-backlog" property.LdapConnectionHandlerCfgClient.getAcceptBacklog()
Gets the "accept-backlog" property.HttpOauth2AuthorizationMechanismCfgClient.getAccessTokenCacheExpiration()
Gets the "access-token-cache-expiration" property.HttpOauth2FileAuthorizationMechanismCfgClient.getAccessTokenDirectory()
Gets the "access-token-directory" property.ReplicationServerCfgClient.getAllowUpdatesPolicy()
Gets the "allow-updates-policy" property.HttpBasicAuthorizationMechanismCfgClient.getAltPasswordHeader()
Gets the "alt-password-header" property.HttpBasicAuthorizationMechanismCfgClient.getAltUsernameHeader()
Gets the "alt-username-header" property.Argon2PasswordStorageSchemeCfgClient.getArgon2Iterations()
Gets the "argon2-iterations" property.Argon2PasswordStorageSchemeCfgClient.getArgon2Length()
Gets the "argon2-length" property.Argon2PasswordStorageSchemeCfgClient.getArgon2Memory()
Gets the "argon2-memory" property.Argon2PasswordStorageSchemeCfgClient.getArgon2MemoryPoolSize()
Gets the "argon2-memory-pool-size" property.Argon2PasswordStorageSchemeCfgClient.getArgon2Parallelism()
Gets the "argon2-parallelism" property.Argon2PasswordStorageSchemeCfgClient.getArgon2SaltLength()
Gets the "argon2-salt-length" property.Argon2PasswordStorageSchemeCfgClient.getArgon2Variant()
Gets the "argon2-variant" property.BackendIndexCfgClient.getAttribute()
Gets the "attribute" property.CollectiveAttributeSubentriesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.EntityTagVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.EntryDnVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.EntryUuidVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.GoverningStructureRuleVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.HasSubordinatesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.IsMemberOfVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.NumSubordinatesVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.PasswordExpirationTimeVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.PasswordPolicySubentryVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.StructuralObjectClassVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.SubschemaSubentryVirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.VirtualAttributeCfgClient.getAttributeType()
Gets the "attribute-type" property.MailServerCfgClient.getAuthPassword()
Gets the "auth-password" property.MailServerCfgClient.getAuthUsername()
Gets the "auth-username" property.HttpOauth2AuthorizationMechanismCfgClient.getAuthzidJsonPointer()
Gets the "authzid-json-pointer" property.ProxyBackendCfgClient.getAvailabilityCheckInterval()
Gets the "availability-check-interval" property.ProxyBackendCfgClient.getAvailabilityCheckSearchRequestBaseDn()
Gets the "availability-check-search-request-base-dn" property.ProxyBackendCfgClient.getAvailabilityCheckSearchRequestFilter()
Gets the "availability-check-search-request-filter" property.ProxyBackendCfgClient.getAvailabilityCheckTimeout()
Gets the "availability-check-timeout" property.BackendCfgClient.getBackendId()
Gets the "backend-id" property.BackendVlvIndexCfgClient.getBaseDn()
Gets the "base-dn" property.HttpOauth2CtsAuthorizationMechanismCfgClient.getBaseDn()
Gets the "base-dn" property.LdapKeyManagerProviderCfgClient.getBaseDn()
Gets the "base-dn" property.LdapTrustManagerProviderCfgClient.getBaseDn()
Gets the "base-dn" property.ReplicationDomainCfgClient.getBaseDn()
Gets the "base-dn" property.HttpEndpointCfgClient.getBasePath()
Gets the "base-path" property.BcryptPasswordStorageSchemeCfgClient.getBcryptCost()
Gets the "bcrypt-cost" property.ReplicationServiceDiscoveryMechanismCfgClient.getBindDn()
Gets the "bind-dn" property.ReplicationServiceDiscoveryMechanismCfgClient.getBindPassword()
Gets the "bind-password" property.FileBasedAccessLogPublisherCfgClient.getBufferSize()
Gets the "buffer-size" property.FileBasedAuditLogPublisherCfgClient.getBufferSize()
Gets the "buffer-size" property.FileBasedErrorLogPublisherCfgClient.getBufferSize()
Gets the "buffer-size" property.FileBasedHttpAccessLogPublisherCfgClient.getBufferSize()
Gets the "buffer-size" property.HttpConnectionHandlerCfgClient.getBufferSize()
Gets the "buffer-size" property.LdapConnectionHandlerCfgClient.getBufferSize()
Gets the "buffer-size" property.LdapPassThroughAuthenticationPolicyCfgClient.getCachedPasswordStorageScheme()
Gets the "cached-password-storage-scheme" property.LdapPassThroughAuthenticationPolicyCfgClient.getCachedPasswordTtl()
Gets the "cached-password-ttl" property.EntryCacheCfgClient.getCacheLevel()
Gets the "cache-level" property.ExternalSaslMechanismHandlerCfgClient.getCertificateAttribute()
Gets the "certificate-attribute" property.ExternalSaslMechanismHandlerCfgClient.getCertificateValidationPolicy()
Gets the "certificate-validation-policy" property.ReplicationServerCfgClient.getChangelogEnabled()
Gets the "changelog-enabled" property.ReplicationSynchronizationProviderCfgClient.getChangetimeHeartbeatInterval()
Gets the "changetime-heartbeat-interval" property.ReferentialIntegrityPluginCfgClient.getCheckReferencesScopeCriteria()
Gets the "check-references-scope-criteria" property.EntityTagVirtualAttributeCfgClient.getChecksumAlgorithm()
Gets the "checksum-algorithm" property.CryptoManagerCfgClient.getCipherKeyLength()
Gets the "cipher-key-length" property.PluggableBackendCfgClient.getCipherKeyLength()
Gets the "cipher-key-length" property.ReplicationServerCfgClient.getCipherKeyLength()
Gets the "cipher-key-length" property.CryptoManagerCfgClient.getCipherTransformation()
Gets the "cipher-transformation" property.PluggableBackendCfgClient.getCipherTransformation()
Gets the "cipher-transformation" property.ReplicationServerCfgClient.getCipherTransformation()
Gets the "cipher-transformation" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getClientId()
Gets the "client-id" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getClientSecret()
Gets the "client-secret" property.Rest2ldapEndpointCfgClient.getConfigDirectory()
Gets the "config-directory" property.ExternalAccessLogPublisherCfgClient.getConfigFile()
Gets the "config-file" property.ExternalHttpAccessLogPublisherCfgClient.getConfigFile()
Gets the "config-file" property.CollectiveAttributeSubentriesVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.EntityTagVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.EntryDnVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.EntryUuidVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.GoverningStructureRuleVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.HasSubordinatesVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.IsMemberOfVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.MemberVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.NumSubordinatesVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.PasswordExpirationTimeVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.PasswordPolicySubentryVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.StructuralObjectClassVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.SubschemaSubentryVirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.VirtualAttributeCfgClient.getConflictBehavior()
Gets the "conflict-behavior" property.GlobalAccessControlPolicyCfgClient.getConnectionMinimumSsf()
Gets the "connection-minimum-ssf" property.ProxyBackendCfgClient.getConnectionPoolIdleTimeout()
Gets the "connection-pool-idle-timeout" property.ProxyBackendCfgClient.getConnectionPoolMaxSize()
Gets the "connection-pool-max-size" property.ProxyBackendCfgClient.getConnectionPoolMinSize()
Gets the "connection-pool-min-size" property.LdapPassThroughAuthenticationPolicyCfgClient.getConnectionTimeout()
Gets the "connection-timeout" property.ProxyBackendCfgClient.getConnectionTimeout()
Gets the "connection-timeout" property.ReplicationSynchronizationProviderCfgClient.getConnectionTimeout()
Gets the "connection-timeout" property.CryptPasswordStorageSchemeCfgClient.getCryptPasswordStorageEncryptionAlgorithm()
Gets the "crypt-password-storage-encryption-algorithm" property.CsvFileAccessLogPublisherCfgClient.getCsvDelimiterChar()
Gets the "csv-delimiter-char" property.CsvFileHttpAccessLogPublisherCfgClient.getCsvDelimiterChar()
Gets the "csv-delimiter-char" property.CsvFileAccessLogPublisherCfgClient.getCsvEolSymbols()
Gets the "csv-eol-symbols" property.CsvFileHttpAccessLogPublisherCfgClient.getCsvEolSymbols()
Gets the "csv-eol-symbols" property.CsvFileAccessLogPublisherCfgClient.getCsvQuoteChar()
Gets the "csv-quote-char" property.CsvFileHttpAccessLogPublisherCfgClient.getCsvQuoteChar()
Gets the "csv-quote-char" property.JeBackendCfgClient.getDbCacheMode()
Gets the "db-cache-mode" property.JeBackendCfgClient.getDbCachePercent()
Gets the "db-cache-percent" property.JeBackendCfgClient.getDbCacheSize()
Gets the "db-cache-size" property.JeBackendCfgClient.getDbCheckpointerBytesInterval()
Gets the "db-checkpointer-bytes-interval" property.JeBackendCfgClient.getDbCheckpointerWakeupInterval()
Gets the "db-checkpointer-wakeup-interval" property.JeBackendCfgClient.getDbCleanerMinUtilization()
Gets the "db-cleaner-min-utilization" property.JeBackendCfgClient.getDbDirectory()
Gets the "db-directory" property.JeBackendCfgClient.getDbDirectoryPermissions()
Gets the "db-directory-permissions" property.JeBackendCfgClient.getDbDurability()
Gets the "db-durability" property.JeBackendCfgClient.getDbEvictorCoreThreads()
Gets the "db-evictor-core-threads" property.JeBackendCfgClient.getDbEvictorKeepAlive()
Gets the "db-evictor-keep-alive" property.JeBackendCfgClient.getDbEvictorMaxThreads()
Gets the "db-evictor-max-threads" property.JeBackendCfgClient.getDbLogFilecacheSize()
Gets the "db-log-filecache-size" property.JeBackendCfgClient.getDbLogFileMax()
Gets the "db-log-file-max" property.JeBackendCfgClient.getDbLoggingLevel()
Gets the "db-logging-level" property.JeBackendCfgClient.getDbLogVerifierSchedule()
Gets the "db-log-verifier-schedule" property.JeBackendCfgClient.getDbNumCleanerThreads()
Gets the "db-num-cleaner-threads" property.JeBackendCfgClient.getDbNumLockTables()
Gets the "db-num-lock-tables" property.GlobalCfgClient.getDefaultPasswordPolicy()
Gets the "default-password-policy" property.ErrorLogPublisherCfgClient.getDefaultSeverity()
Gets the "default-severity" property.DictionaryPasswordValidatorCfgClient.getDictionaryFile()
Gets the "dictionary-file" property.CryptoManagerCfgClient.getDigestAlgorithm()
Gets the "digest-algorithm" property.ProxyBackendCfgClient.getDiscoveryInterval()
Gets the "discovery-interval" property.ReplicationServiceDiscoveryMechanismCfgClient.getDiscoveryInterval()
Gets the "discovery-interval" property.StaticServiceDiscoveryMechanismCfgClient.getDiscoveryInterval()
Gets the "discovery-interval" property.JeBackendCfgClient.getDiskFullThreshold()
Gets the "disk-full-threshold" property.ReplicationServerCfgClient.getDiskFullThreshold()
Gets the "disk-full-threshold" property.JeBackendCfgClient.getDiskLowThreshold()
Gets the "disk-low-threshold" property.ReplicationServerCfgClient.getDiskLowThreshold()
Gets the "disk-low-threshold" property.SizeLimitLogRetentionPolicyCfgClient.getDiskSpaceUsed()
Gets the "disk-space-used" property.GlobalCfgClient.getEtimeResolution()
Gets the "etime-resolution" property.SizeLimitLogRotationPolicyCfgClient.getFileSizeLimit()
Gets the "file-size-limit" property.BackendVlvIndexCfgClient.getFilter()
Gets the "filter" property.AccessLogPublisherCfgClient.getFilteringPolicy()
Gets the "filtering-policy" property.FingerprintCertificateMapperCfgClient.getFingerprintAlgorithm()
Gets the "fingerprint-algorithm" property.FingerprintCertificateMapperCfgClient.getFingerprintAttribute()
Gets the "fingerprint-attribute" property.FreeDiskSpaceLogRetentionPolicyCfgClient.getFreeDiskSpace()
Gets the "free-disk-space" property.PasswordPolicyCfgClient.getGraceLoginCount()
Gets the "grace-login-count" property.ValueOrExpression<com.forgerock.opendj.util.HostPort>
GraphiteMonitorReporterPluginCfgClient.getGraphiteServer()
Gets the "graphite-server" property.GlobalCfgClient.getGroupId()
Gets the "group-id" property.GlobalCfgClient.getGroupIdFailoverOrder()
Gets the "group-id-failover-order" property.ProxyBackendCfgClient.getHashFunction()
Gets the "hash-function" property.ReplicationSynchronizationProviderCfgClient.getHeartbeatInterval()
Gets the "heartbeat-interval" property.PasswordPolicyCfgClient.getIdleLockoutInterval()
Gets the "idle-lockout-interval" property.GlobalCfgClient.getIdleTimeLimit()
Gets the "idle-time-limit" property.PluggableBackendCfgClient.getImportOffheapMemorySize()
Gets the "import-offheap-memory-size" property.BackendIndexCfgClient.getIndexEntryLimit()
Gets the "index-entry-limit" property.PluggableBackendCfgClient.getIndexEntryLimit()
Gets the "index-entry-limit" property.PluggableBackendCfgClient.getIndexFilterAnalyzerMaxFilters()
Gets the "index-filter-analyzer-max-filters" property.ReplicationSynchronizationProviderCfgClient.getInitializationWindowSize()
Gets the "initialization-window-size" property.GlobalCfgClient.getInvalidAttributeSyntaxBehavior()
Gets the "invalid-attribute-syntax-behavior" property.ReplicationSynchronizationProviderCfgClient.getIsolationPolicy()
Gets the "isolation-policy" property.CertificateMapperCfgClient.getIssuerAttribute()
Gets the "issuer-attribute" property.AccessControlHandlerCfgClient.getJavaClass()
Gets the "java-class" property.AccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.AccountStatusNotificationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.AdminDataTrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.AdminEndpointCfgClient.getJavaClass()
Gets the "java-class" property.AesPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.AlertHandlerCfgClient.getJavaClass()
Gets the "java-class" property.AliveEndpointCfgClient.getJavaClass()
Gets the "java-class" property.AnonymousSaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.Argon2PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.AttributeCleanupPluginCfgClient.getJavaClass()
Gets the "java-class" property.AttributeValuePasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.AuthenticationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.BackendCfgClient.getJavaClass()
Gets the "java-class" property.Base64PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.BcryptPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.BlindTrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.BlowfishPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.CancelExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.CertificateMapperCfgClient.getJavaClass()
Gets the "java-class" property.ChangeNumberControlPluginCfgClient.getJavaClass()
Gets the "java-class" property.CharacterSetPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.ClearPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.CollectiveAttributeSubentriesVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.ConnectionHandlerCfgClient.getJavaClass()
Gets the "java-class" property.ConsoleErrorLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.CoreSchemaCfgClient.getJavaClass()
Gets the "java-class" property.CramMd5SaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.CrestMetricsEndpointCfgClient.getJavaClass()
Gets the "java-class" property.CryptPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.CsvFileAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.CsvFileHttpAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.DictionaryPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.DigestMd5SaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.DseeCompatAccessControlHandlerCfgClient.getJavaClass()
Gets the "java-class" property.EntityTagPluginCfgClient.getJavaClass()
Gets the "java-class" property.EntityTagVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.EntryCacheCfgClient.getJavaClass()
Gets the "java-class" property.EntryDnVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.EntryUuidPluginCfgClient.getJavaClass()
Gets the "java-class" property.EntryUuidVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.ErrorLogAccountStatusNotificationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.ErrorLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.ExactMatchIdentityMapperCfgClient.getJavaClass()
Gets the "java-class" property.ExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.ExternalAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.ExternalHttpAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.ExternalSaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.FifoEntryCacheCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedAuditLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedErrorLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedHttpAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedKeyManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.FileBasedTrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.FileCountLogRetentionPolicyCfgClient.getJavaClass()
Gets the "java-class" property.FingerprintCertificateMapperCfgClient.getJavaClass()
Gets the "java-class" property.FixedTimeLogRotationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.FreeDiskSpaceLogRetentionPolicyCfgClient.getJavaClass()
Gets the "java-class" property.GetConnectionIdExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.GetSymmetricKeyExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.GoverningStructureRuleVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.GraphiteMonitorReporterPluginCfgClient.getJavaClass()
Gets the "java-class" property.GssapiSaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.HasSubordinatesVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.HdapAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HdapEndpointCfgClient.getJavaClass()
Gets the "java-class" property.HealthyEndpointCfgClient.getJavaClass()
Gets the "java-class" property.HttpAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.HttpAnonymousAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpBasicAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpConnectionHandlerCfgClient.getJavaClass()
Gets the "java-class" property.HttpEndpointCfgClient.getJavaClass()
Gets the "java-class" property.HttpOauth2CtsAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpOauth2FileAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getJavaClass()
Gets the "java-class" property.IdentityMapperCfgClient.getJavaClass()
Gets the "java-class" property.IsMemberOfVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.JeBackendCfgClient.getJavaClass()
Gets the "java-class" property.JmxAlertHandlerCfgClient.getJavaClass()
Gets the "java-class" property.JmxConnectionHandlerCfgClient.getJavaClass()
Gets the "java-class" property.JsonEqualityMatchingRuleCfgClient.getJavaClass()
Gets the "java-class" property.JsonFileAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.JsonFileHttpAccessLogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.JsonOrderingMatchingRuleCfgClient.getJavaClass()
Gets the "java-class" property.JsonQueryEqualityMatchingRuleCfgClient.getJavaClass()
Gets the "java-class" property.KeyManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.LastModPluginCfgClient.getJavaClass()
Gets the "java-class" property.LdapAttributeDescriptionListPluginCfgClient.getJavaClass()
Gets the "java-class" property.LdapConnectionHandlerCfgClient.getJavaClass()
Gets the "java-class" property.LdapKeyManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.LdapPassThroughAuthenticationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.LdapTrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.LdifBackendCfgClient.getJavaClass()
Gets the "java-class" property.LdifConnectionHandlerCfgClient.getJavaClass()
Gets the "java-class" property.LengthBasedPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.LogPublisherCfgClient.getJavaClass()
Gets the "java-class" property.LogRetentionPolicyCfgClient.getJavaClass()
Gets the "java-class" property.LogRotationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.Md5PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.MemberVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.MemoryBackendCfgClient.getJavaClass()
Gets the "java-class" property.MonitorBackendCfgClient.getJavaClass()
Gets the "java-class" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.getJavaClass()
Gets the "java-class" property.NullBackendCfgClient.getJavaClass()
Gets the "java-class" property.NumSubordinatesVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.PasswordExpirationTimeVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.PasswordGeneratorCfgClient.getJavaClass()
Gets the "java-class" property.PasswordModifyExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.PasswordPolicyCfgClient.getJavaClass()
Gets the "java-class" property.PasswordPolicyImportPluginCfgClient.getJavaClass()
Gets the "java-class" property.PasswordPolicyStateExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.PasswordPolicySubentryVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.PasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.Pbkdf2HmacSha256PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.Pbkdf2HmacSha512PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.Pbkdf2PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.PemKeyManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.PemTrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.Pkcs11KeyManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.Pkcs11TrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.Pkcs5s2PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.PlainSaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.PluginCfgClient.getJavaClass()
Gets the "java-class" property.PolicyBasedAccessControlHandlerCfgClient.getJavaClass()
Gets the "java-class" property.PrometheusEndpointCfgClient.getJavaClass()
Gets the "java-class" property.ProxyBackendCfgClient.getJavaClass()
Gets the "java-class" property.RandomPasswordGeneratorCfgClient.getJavaClass()
Gets the "java-class" property.Rc4PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.ReferentialIntegrityPluginCfgClient.getJavaClass()
Gets the "java-class" property.RegularExpressionIdentityMapperCfgClient.getJavaClass()
Gets the "java-class" property.RepeatedCharactersPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.ReplicationServiceDiscoveryMechanismCfgClient.getJavaClass()
Gets the "java-class" property.ReplicationSynchronizationProviderCfgClient.getJavaClass()
Gets the "java-class" property.Rest2ldapEndpointCfgClient.getJavaClass()
Gets the "java-class" property.SaltedMd5PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SaltedSha1PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SaltedSha256PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SaltedSha384PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SaltedSha512PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SambaPasswordPluginCfgClient.getJavaClass()
Gets the "java-class" property.SaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.SchemaBackendCfgClient.getJavaClass()
Gets the "java-class" property.SchemaProviderCfgClient.getJavaClass()
Gets the "java-class" property.ScramSha256PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.ScramSha256SaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.ScramSha512PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.ScramSha512SaslMechanismHandlerCfgClient.getJavaClass()
Gets the "java-class" property.ServiceDiscoveryMechanismCfgClient.getJavaClass()
Gets the "java-class" property.SevenBitCleanPluginCfgClient.getJavaClass()
Gets the "java-class" property.Sha1PasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.SimilarityBasedPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.SizeLimitLogRetentionPolicyCfgClient.getJavaClass()
Gets the "java-class" property.SizeLimitLogRotationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.SmtpAccountStatusNotificationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.SmtpAlertHandlerCfgClient.getJavaClass()
Gets the "java-class" property.SoftReferenceEntryCacheCfgClient.getJavaClass()
Gets the "java-class" property.StartTlsExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.StaticServiceDiscoveryMechanismCfgClient.getJavaClass()
Gets the "java-class" property.StructuralObjectClassVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.SubjectAttributeToUserAttributeCertificateMapperCfgClient.getJavaClass()
Gets the "java-class" property.SubjectDnToUserAttributeCertificateMapperCfgClient.getJavaClass()
Gets the "java-class" property.SubjectEqualsDnCertificateMapperCfgClient.getJavaClass()
Gets the "java-class" property.SubschemaSubentryVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.SynchronizationProviderCfgClient.getJavaClass()
Gets the "java-class" property.TaskBackendCfgClient.getJavaClass()
Gets the "java-class" property.TimeLimitLogRotationPolicyCfgClient.getJavaClass()
Gets the "java-class" property.TraditionalWorkQueueCfgClient.getJavaClass()
Gets the "java-class" property.TripleDesPasswordStorageSchemeCfgClient.getJavaClass()
Gets the "java-class" property.TrustManagerProviderCfgClient.getJavaClass()
Gets the "java-class" property.UniqueAttributePluginCfgClient.getJavaClass()
Gets the "java-class" property.UniqueCharactersPasswordValidatorCfgClient.getJavaClass()
Gets the "java-class" property.UserDefinedVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.UserTemplateVirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.VirtualAttributeCfgClient.getJavaClass()
Gets the "java-class" property.WhoAmIExtendedOperationHandlerCfgClient.getJavaClass()
Gets the "java-class" property.WorkQueueCfgClient.getJavaClass()
Gets the "java-class" property.JsonEqualityMatchingRuleCfgClient.getJsonKeys()
Gets the "json-keys" property.JsonOrderingMatchingRuleCfgClient.getJsonKeys()
Gets the "json-keys" property.CoreSchemaCfgClient.getJsonValidationPolicy()
Gets the "json-validation-policy" property.HdapAuthorizationMechanismCfgClient.getJwtAlgorithm()
Gets the "jwt-algorithm" property.HdapAuthorizationMechanismCfgClient.getJwtKeyAlias()
Gets the "jwt-key-alias" property.HdapAuthorizationMechanismCfgClient.getJwtKeyManagerProvider()
Gets the "jwt-key-manager-provider" property.HdapAuthorizationMechanismCfgClient.getJwtValidityPeriod()
Gets the "jwt-validity-period" property.GssapiSaslMechanismHandlerCfgClient.getKdcAddress()
Gets the "kdc-address" property.ProxyBackendCfgClient.getKeepAliveInterval()
Gets the "keep-alive-interval" property.ProxyBackendCfgClient.getKeepAliveSearchRequestBaseDn()
Gets the "keep-alive-search-request-base-dn" property.ProxyBackendCfgClient.getKeepAliveSearchRequestFilter()
Gets the "keep-alive-search-request-filter" property.ProxyBackendCfgClient.getKeepAliveTimeout()
Gets the "keep-alive-timeout" property.AdministrationConnectorCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.CryptoManagerCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.HttpConnectionHandlerCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.JmxConnectionHandlerCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.LdapConnectionHandlerCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.ProxyBackendCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.ReplicationServiceDiscoveryMechanismCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.ReplicationSynchronizationProviderCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.StaticServiceDiscoveryMechanismCfgClient.getKeyManagerProvider()
Gets the "key-manager-provider" property.CsvFileAccessLogPublisherCfgClient.getKeyStoreFile()
Gets the "key-store-file" property.CsvFileHttpAccessLogPublisherCfgClient.getKeyStoreFile()
Gets the "key-store-file" property.FileBasedKeyManagerProviderCfgClient.getKeyStoreFile()
Gets the "key-store-file" property.CsvFileAccessLogPublisherCfgClient.getKeyStorePin()
Gets the "key-store-pin" property.CsvFileHttpAccessLogPublisherCfgClient.getKeyStorePin()
Gets the "key-store-pin" property.FileBasedKeyManagerProviderCfgClient.getKeyStorePin()
Gets the "key-store-pin" property.LdapKeyManagerProviderCfgClient.getKeyStorePin()
Gets the "key-store-pin" property.Pkcs11KeyManagerProviderCfgClient.getKeyStorePin()
Gets the "key-store-pin" property.FileBasedKeyManagerProviderCfgClient.getKeyStoreType()
Gets the "key-store-type" property.Pkcs11KeyManagerProviderCfgClient.getKeyStoreType()
Gets the "key-store-type" property.GssapiSaslMechanismHandlerCfgClient.getKeytab()
Gets the "keytab" property.CryptoManagerCfgClient.getKeyWrappingMode()
Gets the "key-wrapping-mode" property.CryptoManagerCfgClient.getKeyWrappingTransformation()
Gets the "key-wrapping-transformation" property.PasswordPolicyCfgClient.getLastLoginTimeAttribute()
Gets the "last-login-time-attribute" property.PasswordPolicyCfgClient.getLastLoginTimeFormat()
Gets the "last-login-time-format" property.LdifConnectionHandlerCfgClient.getLdifDirectory()
Gets the "ldif-directory" property.LdifBackendCfgClient.getLdifFile()
Gets the "ldif-file" property.ValueOrExpression<com.forgerock.opendj.util.Host>
JmxConnectionHandlerCfgClient.getListenAddress()
Gets the "listen-address" property.AdministrationConnectorCfgClient.getListenPort()
Gets the "listen-port" property.HttpConnectionHandlerCfgClient.getListenPort()
Gets the "listen-port" property.JmxConnectionHandlerCfgClient.getListenPort()
Gets the "listen-port" property.LdapConnectionHandlerCfgClient.getListenPort()
Gets the "listen-port" property.PasswordPolicyCfgClient.getLockoutDuration()
Gets the "lockout-duration" property.PasswordPolicyCfgClient.getLockoutFailureCount()
Gets the "lockout-failure-count" property.PasswordPolicyCfgClient.getLockoutFailureExpirationInterval()
Gets the "lockout-failure-expiration-interval" property.FifoEntryCacheCfgClient.getLockTimeout()
Gets the "lock-timeout" property.SoftReferenceEntryCacheCfgClient.getLockTimeout()
Gets the "lock-timeout" property.CsvFileAccessLogPublisherCfgClient.getLogDirectory()
Gets the "log-directory" property.CsvFileHttpAccessLogPublisherCfgClient.getLogDirectory()
Gets the "log-directory" property.JsonFileAccessLogPublisherCfgClient.getLogDirectory()
Gets the "log-directory" property.JsonFileHttpAccessLogPublisherCfgClient.getLogDirectory()
Gets the "log-directory" property.FileBasedAccessLogPublisherCfgClient.getLogFile()
Gets the "log-file" property.FileBasedAuditLogPublisherCfgClient.getLogFile()
Gets the "log-file" property.FileBasedErrorLogPublisherCfgClient.getLogFile()
Gets the "log-file" property.FileBasedHttpAccessLogPublisherCfgClient.getLogFile()
Gets the "log-file" property.ReferentialIntegrityPluginCfgClient.getLogFile()
Gets the "log-file" property.CsvFileAccessLogPublisherCfgClient.getLogFileNamePrefix()
Gets the "log-file-name-prefix" property.CsvFileHttpAccessLogPublisherCfgClient.getLogFileNamePrefix()
Gets the "log-file-name-prefix" property.JsonFileAccessLogPublisherCfgClient.getLogFileNamePrefix()
Gets the "log-file-name-prefix" property.JsonFileHttpAccessLogPublisherCfgClient.getLogFileNamePrefix()
Gets the "log-file-name-prefix" property.FileBasedAccessLogPublisherCfgClient.getLogFilePermissions()
Gets the "log-file-permissions" property.FileBasedAuditLogPublisherCfgClient.getLogFilePermissions()
Gets the "log-file-permissions" property.FileBasedErrorLogPublisherCfgClient.getLogFilePermissions()
Gets the "log-file-permissions" property.FileBasedHttpAccessLogPublisherCfgClient.getLogFilePermissions()
Gets the "log-file-permissions" property.FileBasedAccessLogPublisherCfgClient.getLogFormat()
Gets the "log-format" property.FileBasedHttpAccessLogPublisherCfgClient.getLogFormat()
Gets the "log-format" property.FileBasedAccessLogPublisherCfgClient.getLogRecordTimeFormat()
Gets the "log-record-time-format" property.FileBasedHttpAccessLogPublisherCfgClient.getLogRecordTimeFormat()
Gets the "log-record-time-format" property.CryptoManagerCfgClient.getMacAlgorithm()
Gets the "mac-algorithm" property.CryptoManagerCfgClient.getMacKeyLength()
Gets the "mac-key-length" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchBindDn()
Gets the "mapped-search-bind-dn" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchBindPassword()
Gets the "mapped-search-bind-password" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchFilterTemplate()
Gets the "mapped-search-filter-template" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappingPolicy()
Gets the "mapping-policy" property.CryptoManagerCfgClient.getMasterKeyAlias()
Gets the "master-key-alias" property.JsonEqualityMatchingRuleCfgClient.getMatchingRuleName()
Gets the "matching-rule-name" property.JsonOrderingMatchingRuleCfgClient.getMatchingRuleName()
Gets the "matching-rule-name" property.JsonQueryEqualityMatchingRuleCfgClient.getMatchingRuleName()
Gets the "matching-rule-name" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.getMatchingRuleName()
Gets the "matching-rule-name" property.JsonEqualityMatchingRuleCfgClient.getMatchingRuleOid()
Gets the "matching-rule-oid" property.JsonOrderingMatchingRuleCfgClient.getMatchingRuleOid()
Gets the "matching-rule-oid" property.JsonQueryEqualityMatchingRuleCfgClient.getMatchingRuleOid()
Gets the "matching-rule-oid" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.getMatchingRuleOid()
Gets the "matching-rule-oid" property.RegularExpressionIdentityMapperCfgClient.getMatchPattern()
Gets the "match-pattern" property.GlobalCfgClient.getMaxAllowedClientConnections()
Gets the "max-allowed-client-connections" property.HttpConnectionHandlerCfgClient.getMaxBlockedWriteTimeLimit()
Gets the "max-blocked-write-time-limit" property.LdapConnectionHandlerCfgClient.getMaxBlockedWriteTimeLimit()
Gets the "max-blocked-write-time-limit" property.GlobalCfgClient.getMaxCandidateSetSize()
Gets the "max-candidate-set-size" property.HttpConnectionHandlerCfgClient.getMaxConcurrentOpsPerConnection()
Gets the "max-concurrent-ops-per-connection" property.RepeatedCharactersPasswordValidatorCfgClient.getMaxConsecutiveLength()
Gets the "max-consecutive-length" property.FifoEntryCacheCfgClient.getMaxEntries()
Gets the "max-entries" property.GlobalCfgClient.getMaxInternalBufferSize()
Gets the "max-internal-buffer-size" property.FifoEntryCacheCfgClient.getMaxMemoryPercent()
Gets the "max-memory-percent" property.PasswordPolicyCfgClient.getMaxPasswordAge()
Gets the "max-password-age" property.LengthBasedPasswordValidatorCfgClient.getMaxPasswordLength()
Gets the "max-password-length" property.PasswordPolicyCfgClient.getMaxPasswordResetAge()
Gets the "max-password-reset-age" property.GlobalCfgClient.getMaxPsearches()
Gets the "max-psearches" property.ReplicationSynchronizationProviderCfgClient.getMaxReplicationDelayHealthCheck()
Gets the "max-replication-delay-health-check" property.HttpConnectionHandlerCfgClient.getMaxRequestSize()
Gets the "max-request-size" property.LdapConnectionHandlerCfgClient.getMaxRequestSize()
Gets the "max-request-size" property.SmtpAlertHandlerCfgClient.getMessageBody()
Gets the "message-body" property.SmtpAlertHandlerCfgClient.getMessageSubject()
Gets the "message-subject" property.GraphiteMonitorReporterPluginCfgClient.getMetricNamePrefix()
Gets the "metric-name-prefix" property.CharacterSetPasswordValidatorCfgClient.getMinCharacterSets()
Gets the "min-character-sets" property.PasswordPolicyCfgClient.getMinPasswordAge()
Gets the "min-password-age" property.SimilarityBasedPasswordValidatorCfgClient.getMinPasswordDifference()
Gets the "min-password-difference" property.LengthBasedPasswordValidatorCfgClient.getMinPasswordLength()
Gets the "min-password-length" property.AttributeValuePasswordValidatorCfgClient.getMinSubstringLength()
Gets the "min-substring-length" property.DictionaryPasswordValidatorCfgClient.getMinSubstringLength()
Gets the "min-substring-length" property.UniqueCharactersPasswordValidatorCfgClient.getMinUniqueCharacters()
Gets the "min-unique-characters" property.BackendVlvIndexCfgClient.getName()
Gets the "name" property.TaskBackendCfgClient.getNotificationSenderAddress()
Gets the "notification-sender-address" property.FileCountLogRetentionPolicyCfgClient.getNumberOfFiles()
Gets the "number-of-files" property.HttpConnectionHandlerCfgClient.getNumRequestHandlers()
Gets the "num-request-handlers" property.LdapConnectionHandlerCfgClient.getNumRequestHandlers()
Gets the "num-request-handlers" property.ReplicationSynchronizationProviderCfgClient.getNumUpdateReplayThreads()
Gets the "num-update-replay-threads" property.TraditionalWorkQueueCfgClient.getNumWorkerThreads()
Gets the "num-worker-threads" property.PasswordPolicyCfgClient.getPasswordAttribute()
Gets the "password-attribute" property.PasswordPolicyCfgClient.getPasswordExpirationWarningInterval()
Gets the "password-expiration-warning-interval" property.RandomPasswordGeneratorCfgClient.getPasswordFormat()
Gets the "password-format" property.PasswordPolicyCfgClient.getPasswordGenerator()
Gets the "password-generator" property.PasswordPolicyCfgClient.getPasswordHistoryCount()
Gets the "password-history-count" property.PasswordPolicyCfgClient.getPasswordHistoryDuration()
Gets the "password-history-duration" property.Pbkdf2PasswordStorageSchemeCfgClient.getPbkdf2Iterations()
Gets the "pbkdf2-iterations" property.PemKeyManagerProviderCfgClient.getPemDirectory()
Gets the "pem-directory" property.PemTrustManagerProviderCfgClient.getPemDirectory()
Gets the "pem-directory" property.Pkcs11KeyManagerProviderCfgClient.getPkcs11ProviderArg()
Gets the "pkcs11-provider-arg" property.Pkcs11TrustManagerProviderCfgClient.getPkcs11ProviderArg()
Gets the "pkcs11-provider-arg" property.Pkcs11KeyManagerProviderCfgClient.getPkcs11ProviderClass()
Gets the "pkcs11-provider-class" property.Pkcs11TrustManagerProviderCfgClient.getPkcs11ProviderClass()
Gets the "pkcs11-provider-class" property.Pkcs11KeyManagerProviderCfgClient.getPkcs11ProviderName()
Gets the "pkcs11-provider-name" property.Pkcs11TrustManagerProviderCfgClient.getPkcs11ProviderName()
Gets the "pkcs11-provider-name" property.PluginRootCfgClient.getPluginOrderIntermediateResponse()
Gets the "plugin-order-intermediate-response" property.PluginRootCfgClient.getPluginOrderLdifImport()
Gets the "plugin-order-ldif-import" property.PluginRootCfgClient.getPluginOrderLdifImportBegin()
Gets the "plugin-order-ldif-import-begin" property.PluginRootCfgClient.getPluginOrderLdifImportEnd()
Gets the "plugin-order-ldif-import-end" property.PluginRootCfgClient.getPluginOrderPostCommitAdd()
Gets the "plugin-order-post-commit-add" property.PluginRootCfgClient.getPluginOrderPostCommitDelete()
Gets the "plugin-order-post-commit-delete" property.PluginRootCfgClient.getPluginOrderPostCommitModify()
Gets the "plugin-order-post-commit-modify" property.PluginRootCfgClient.getPluginOrderPostCommitModifyDn()
Gets the "plugin-order-post-commit-modify-dn" property.PluginRootCfgClient.getPluginOrderPostConnect()
Gets the "plugin-order-post-connect" property.PluginRootCfgClient.getPluginOrderPostDisconnect()
Gets the "plugin-order-post-disconnect" property.PluginRootCfgClient.getPluginOrderPostOperationAbandon()
Gets the "plugin-order-post-operation-abandon" property.PluginRootCfgClient.getPluginOrderPostOperationAdd()
Gets the "plugin-order-post-operation-add" property.PluginRootCfgClient.getPluginOrderPostOperationBind()
Gets the "plugin-order-post-operation-bind" property.PluginRootCfgClient.getPluginOrderPostOperationCompare()
Gets the "plugin-order-post-operation-compare" property.PluginRootCfgClient.getPluginOrderPostOperationDelete()
Gets the "plugin-order-post-operation-delete" property.PluginRootCfgClient.getPluginOrderPostOperationExtended()
Gets the "plugin-order-post-operation-extended" property.PluginRootCfgClient.getPluginOrderPostOperationModify()
Gets the "plugin-order-post-operation-modify" property.PluginRootCfgClient.getPluginOrderPostOperationModifyDn()
Gets the "plugin-order-post-operation-modify-dn" property.PluginRootCfgClient.getPluginOrderPostOperationSearch()
Gets the "plugin-order-post-operation-search" property.PluginRootCfgClient.getPluginOrderPostOperationUnbind()
Gets the "plugin-order-post-operation-unbind" property.PluginRootCfgClient.getPluginOrderPostResponseAdd()
Gets the "plugin-order-post-response-add" property.PluginRootCfgClient.getPluginOrderPostResponseBind()
Gets the "plugin-order-post-response-bind" property.PluginRootCfgClient.getPluginOrderPostResponseCompare()
Gets the "plugin-order-post-response-compare" property.PluginRootCfgClient.getPluginOrderPostResponseDelete()
Gets the "plugin-order-post-response-delete" property.PluginRootCfgClient.getPluginOrderPostResponseExtended()
Gets the "plugin-order-post-response-extended" property.PluginRootCfgClient.getPluginOrderPostResponseModify()
Gets the "plugin-order-post-response-modify" property.PluginRootCfgClient.getPluginOrderPostResponseModifyDn()
Gets the "plugin-order-post-response-modify-dn" property.PluginRootCfgClient.getPluginOrderPostResponseSearch()
Gets the "plugin-order-post-response-search" property.PluginRootCfgClient.getPluginOrderPostSynchronizationAdd()
Gets the "plugin-order-post-synchronization-add" property.PluginRootCfgClient.getPluginOrderPostSynchronizationDelete()
Gets the "plugin-order-post-synchronization-delete" property.PluginRootCfgClient.getPluginOrderPostSynchronizationModify()
Gets the "plugin-order-post-synchronization-modify" property.PluginRootCfgClient.getPluginOrderPostSynchronizationModifyDn()
Gets the "plugin-order-post-synchronization-modify-dn" property.PluginRootCfgClient.getPluginOrderPreOperationAdd()
Gets the "plugin-order-pre-operation-add" property.PluginRootCfgClient.getPluginOrderPreOperationBind()
Gets the "plugin-order-pre-operation-bind" property.PluginRootCfgClient.getPluginOrderPreOperationCompare()
Gets the "plugin-order-pre-operation-compare" property.PluginRootCfgClient.getPluginOrderPreOperationDelete()
Gets the "plugin-order-pre-operation-delete" property.PluginRootCfgClient.getPluginOrderPreOperationExtended()
Gets the "plugin-order-pre-operation-extended" property.PluginRootCfgClient.getPluginOrderPreOperationModify()
Gets the "plugin-order-pre-operation-modify" property.PluginRootCfgClient.getPluginOrderPreOperationModifyDn()
Gets the "plugin-order-pre-operation-modify-dn" property.PluginRootCfgClient.getPluginOrderPreOperationSearch()
Gets the "plugin-order-pre-operation-search" property.PluginRootCfgClient.getPluginOrderPreParseAbandon()
Gets the "plugin-order-pre-parse-abandon" property.PluginRootCfgClient.getPluginOrderPreParseAdd()
Gets the "plugin-order-pre-parse-add" property.PluginRootCfgClient.getPluginOrderPreParseBind()
Gets the "plugin-order-pre-parse-bind" property.PluginRootCfgClient.getPluginOrderPreParseCompare()
Gets the "plugin-order-pre-parse-compare" property.PluginRootCfgClient.getPluginOrderPreParseDelete()
Gets the "plugin-order-pre-parse-delete" property.PluginRootCfgClient.getPluginOrderPreParseExtended()
Gets the "plugin-order-pre-parse-extended" property.PluginRootCfgClient.getPluginOrderPreParseModify()
Gets the "plugin-order-pre-parse-modify" property.PluginRootCfgClient.getPluginOrderPreParseModifyDn()
Gets the "plugin-order-pre-parse-modify-dn" property.PluginRootCfgClient.getPluginOrderPreParseSearch()
Gets the "plugin-order-pre-parse-search" property.PluginRootCfgClient.getPluginOrderPreParseUnbind()
Gets the "plugin-order-pre-parse-unbind" property.PluginRootCfgClient.getPluginOrderSearchResultEntry()
Gets the "plugin-order-search-result-entry" property.PluginRootCfgClient.getPluginOrderSearchResultReference()
Gets the "plugin-order-search-result-reference" property.PluginRootCfgClient.getPluginOrderShutdown()
Gets the "plugin-order-shutdown" property.PluginRootCfgClient.getPluginOrderStartup()
Gets the "plugin-order-startup" property.PluginRootCfgClient.getPluginOrderSubordinateDelete()
Gets the "plugin-order-subordinate-delete" property.PluginRootCfgClient.getPluginOrderSubordinateModifyDn()
Gets the "plugin-order-subordinate-modify-dn" property.LdifConnectionHandlerCfgClient.getPollInterval()
Gets the "poll-interval" property.PluggableBackendCfgClient.getPreloadTimeLimit()
Gets the "preload-time-limit" property.ReplicationServiceDiscoveryMechanismCfgClient.getPrimaryGroupId()
Gets the "primary-group-id" property.GssapiSaslMechanismHandlerCfgClient.getPrincipalName()
Gets the "principal-name" property.ProxyBackendCfgClient.getProxyUserDn()
Gets the "proxy-user-dn" property.ProxyBackendCfgClient.getProxyUserPassword()
Gets the "proxy-user-password" property.DigestMd5SaslMechanismHandlerCfgClient.getQualityOfProtection()
Gets the "quality-of-protection" property.GssapiSaslMechanismHandlerCfgClient.getQualityOfProtection()
Gets the "quality-of-protection" property.FileBasedAccessLogPublisherCfgClient.getQueueSize()
Gets the "queue-size" property.FileBasedAuditLogPublisherCfgClient.getQueueSize()
Gets the "queue-size" property.FileBasedErrorLogPublisherCfgClient.getQueueSize()
Gets the "queue-size" property.FileBasedHttpAccessLogPublisherCfgClient.getQueueSize()
Gets the "queue-size" property.DigestMd5SaslMechanismHandlerCfgClient.getRealm()
Gets the "realm" property.GssapiSaslMechanismHandlerCfgClient.getRealm()
Gets the "realm" property.Argon2PasswordStorageSchemeCfgClient.getRehashPolicy()
Gets the "rehash-policy" property.BcryptPasswordStorageSchemeCfgClient.getRehashPolicy()
Gets the "rehash-policy" property.Pbkdf2PasswordStorageSchemeCfgClient.getRehashPolicy()
Gets the "rehash-policy" property.RegularExpressionIdentityMapperCfgClient.getReplacePattern()
Gets the "replace-pattern" property.ReplicationServerCfgClient.getReplicationDbDirectory()
Gets the "replication-db-directory" property.ReplicationServerCfgClient.getReplicationPort()
Gets the "replication-port" property.ReplicationSynchronizationProviderCfgClient.getReplicationPurgeDelay()
Gets the "replication-purge-delay" property.GraphiteMonitorReporterPluginCfgClient.getReportingInterval()
Gets the "reporting-interval" property.PasswordPolicyCfgClient.getRequireChangeByTime()
Gets the "require-change-by-time" property.AccessLogFilteringCriteriaCfgClient.getResponseEntrySizeGreaterThan()
Gets the "response-entry-size-greater-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeGreaterThan()
Gets the "response-etime-greater-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeLessThan()
Gets the "response-etime-less-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeProcessingGreaterThan()
Gets the "response-etime-processing-greater-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeProcessingLessThan()
Gets the "response-etime-processing-less-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeQueueingGreaterThan()
Gets the "response-etime-queueing-greater-than" property.AccessLogFilteringCriteriaCfgClient.getResponseEtimeQueueingLessThan()
Gets the "response-etime-queueing-less-than" property.AdministrationConnectorCfgClient.getRestrictedClientConnectionLimit()
Gets the "restricted-client-connection-limit" property.ConnectionHandlerCfgClient.getRestrictedClientConnectionLimit()
Gets the "restricted-client-connection-limit" property.GlobalCfgClient.getRestrictedClientConnectionLimit()
Gets the "restricted-client-connection-limit" property.JmxConnectionHandlerCfgClient.getRmiPort()
Gets the "rmi-port" property.TimeLimitLogRotationPolicyCfgClient.getRotationInterval()
Gets the "rotation-interval" property.SambaPasswordPluginCfgClient.getSambaAdministratorDn()
Gets the "samba-administrator-dn" property.BackendVlvIndexCfgClient.getScope()
Gets the "scope" property.VirtualAttributeCfgClient.getScope()
Gets the "scope" property.ScramSha256PasswordStorageSchemeCfgClient.getScramIterations()
Gets the "scram-iterations" property.ScramSha512PasswordStorageSchemeCfgClient.getScramIterations()
Gets the "scram-iterations" property.AccessLogFilteringCriteriaCfgClient.getSearchResponseNentriesGreaterThan()
Gets the "search-response-nentries-greater-than" property.AccessLogFilteringCriteriaCfgClient.getSearchResponseNentriesLessThan()
Gets the "search-response-nentries-less-than" property.SmtpAccountStatusNotificationHandlerCfgClient.getSenderAddress()
Gets the "sender-address" property.SmtpAlertHandlerCfgClient.getSenderAddress()
Gets the "sender-address" property.DigestMd5SaslMechanismHandlerCfgClient.getServerFqdn()
Gets the "server-fqdn" property.GssapiSaslMechanismHandlerCfgClient.getServerFqdn()
Gets the "server-fqdn" property.GlobalCfgClient.getServerId()
Gets the "server-id" property.CsvFileAccessLogPublisherCfgClient.getSignatureTimeInterval()
Gets the "signature-time-interval" property.CsvFileHttpAccessLogPublisherCfgClient.getSignatureTimeInterval()
Gets the "signature-time-interval" property.GlobalCfgClient.getSingleStructuralObjectclassBehavior()
Gets the "single-structural-objectclass-behavior" property.GlobalCfgClient.getSizeLimit()
Gets the "size-limit" property.MailServerCfgClient.getSmtpServer()
Gets the "smtp-server" property.BackendVlvIndexCfgClient.getSortOrder()
Gets the "sort-order" property.ValueOrExpression<com.forgerock.opendj.util.Host>
LdapPassThroughAuthenticationPolicyCfgClient.getSourceAddress()
Gets the "source-address" property.ValueOrExpression<com.forgerock.opendj.util.Host>
ReplicationSynchronizationProviderCfgClient.getSourceAddress()
Gets the "source-address" property.HttpConnectionHandlerCfgClient.getSslClientAuthPolicy()
Gets the "ssl-client-auth-policy" property.LdapConnectionHandlerCfgClient.getSslClientAuthPolicy()
Gets the "ssl-client-auth-policy" property.PasswordPolicyCfgClient.getStateUpdateFailurePolicy()
Gets the "state-update-failure-policy" property.SubjectDnToUserAttributeCertificateMapperCfgClient.getSubjectAttribute()
Gets the "subject-attribute" property.BackendIndexCfgClient.getSubstringLength()
Gets the "substring-length" property.TaskBackendCfgClient.getTaskBackingFile()
Gets the "task-backing-file" property.TaskBackendCfgClient.getTaskRetentionTime()
Gets the "task-retention-time" property.UserTemplateVirtualAttributeCfgClient.getTemplate()
Gets the "template" property.FileBasedAccessLogPublisherCfgClient.getTimeInterval()
Gets the "time-interval" property.FileBasedAuditLogPublisherCfgClient.getTimeInterval()
Gets the "time-interval" property.FileBasedErrorLogPublisherCfgClient.getTimeInterval()
Gets the "time-interval" property.FileBasedHttpAccessLogPublisherCfgClient.getTimeInterval()
Gets the "time-interval" property.GlobalCfgClient.getTimeLimit()
Gets the "time-limit" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getTokenInfoUrl()
Gets the "token-info-url" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getTokenIntrospectionUrl()
Gets the "token-introspection-url" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.LdapPassThroughAuthenticationPolicyCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.MailServerCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.ReplicationServiceDiscoveryMechanismCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.StaticServiceDiscoveryMechanismCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.FileBasedTrustManagerProviderCfgClient.getTrustStoreFile()
Gets the "trust-store-file" property.FileBasedTrustManagerProviderCfgClient.getTrustStorePin()
Gets the "trust-store-pin" property.LdapTrustManagerProviderCfgClient.getTrustStorePin()
Gets the "trust-store-pin" property.Pkcs11TrustManagerProviderCfgClient.getTrustStorePin()
Gets the "trust-store-pin" property.FileBasedTrustManagerProviderCfgClient.getTrustStoreType()
Gets the "trust-store-type" property.Pkcs11TrustManagerProviderCfgClient.getTrustStoreType()
Gets the "trust-store-type" property.BackendIndexCfgClient.getTtlAge()
Gets the "ttl-age" property.GlobalCfgClient.getUnauthenticatedRequestsPolicy()
Gets the "unauthenticated-requests-policy" property.ReferentialIntegrityPluginCfgClient.getUpdateInterval()
Gets the "update-interval" property.HttpAnonymousAuthorizationMechanismCfgClient.getUserDn()
Gets the "user-dn" property.ReplicationServerCfgClient.getWeight()
Gets the "weight" property.GlobalCfgClient.getWritabilityMode()
Gets the "writability-mode" property.LdifBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.LocalBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.MemoryBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.MonitorBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.NullBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.PluggableBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.SchemaBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.TaskBackendCfgClient.getWritabilityMode()
Gets the "writability-mode" property.HttpOauth2AuthorizationMechanismCfgClient.isAccessTokenCacheEnabled()
Gets the "access-token-cache-enabled" property.GlobalCfgClient.isAddMissingRdnAttributes()
Gets the "add-missing-rdn-attributes" property.GlobalCfgClient.isAllowAttributeNameExceptions()
Gets the "allow-attribute-name-exceptions" property.CoreSchemaCfgClient.isAllowAttributeTypesWithNoSupOrSyntax()
Gets the "allow-attribute-types-with-no-sup-or-syntax" property.PasswordPolicyCfgClient.isAllowExpiredPasswordChanges()
Gets the "allow-expired-password-changes" property.LdapConnectionHandlerCfgClient.isAllowLdapV2()
Gets the "allow-ldap-v2" property.PasswordPolicyCfgClient.isAllowMultiplePasswordValues()
Gets the "allow-multiple-password-values" property.PasswordPolicyCfgClient.isAllowPreEncodedPasswords()
Gets the "allow-pre-encoded-passwords" property.MemberVirtualAttributeCfgClient.isAllowRetrievingMembership()
Gets the "allow-retrieving-membership" property.LdapConnectionHandlerCfgClient.isAllowStartTls()
Gets the "allow-start-tls" property.HttpConnectionHandlerCfgClient.isAllowTcpReuseAddress()
Gets the "allow-tcp-reuse-address" property.LdapConnectionHandlerCfgClient.isAllowTcpReuseAddress()
Gets the "allow-tcp-reuse-address" property.CharacterSetPasswordValidatorCfgClient.isAllowUnclassifiedCharacters()
Gets the "allow-unclassified-characters" property.PasswordPolicyCfgClient.isAllowUserPasswordChanges()
Gets the "allow-user-password-changes" property.CoreSchemaCfgClient.isAllowZeroLengthValuesDirectoryString()
Gets the "allow-zero-length-values-directory-string" property.HttpBasicAuthorizationMechanismCfgClient.isAltAuthenticationEnabled()
Gets the "alt-authentication-enabled" property.HttpConnectionHandlerCfgClient.isApiDescriptorEnabled()
Gets the "api-descriptor-enabled" property.FileBasedAccessLogPublisherCfgClient.isAppend()
Gets the "append" property.FileBasedAuditLogPublisherCfgClient.isAppend()
Gets the "append" property.FileBasedErrorLogPublisherCfgClient.isAppend()
Gets the "append" property.FileBasedHttpAccessLogPublisherCfgClient.isAppend()
Gets the "append" property.CsvFileAccessLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.CsvFileHttpAccessLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.FileBasedAccessLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.FileBasedAuditLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.FileBasedErrorLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.FileBasedHttpAccessLogPublisherCfgClient.isAsynchronous()
Gets the "asynchronous" property.GlobalAccessControlPolicyCfgClient.isAuthenticationRequired()
Gets the "authentication-required" property.CsvFileAccessLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.CsvFileHttpAccessLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.FileBasedAccessLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.FileBasedAuditLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.FileBasedErrorLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.FileBasedHttpAccessLogPublisherCfgClient.isAutoFlush()
Gets the "auto-flush" property.GssapiSaslMechanismHandlerCfgClient.isBindToServerFqdn()
Gets the "bind-to-server-fqdn" property.GlobalCfgClient.isBindWithDnRequiresPassword()
Gets the "bind-with-dn-requires-password" property.JsonEqualityMatchingRuleCfgClient.isCaseSensitiveStrings()
Gets the "case-sensitive-strings" property.JsonOrderingMatchingRuleCfgClient.isCaseSensitiveStrings()
Gets the "case-sensitive-strings" property.JsonQueryEqualityMatchingRuleCfgClient.isCaseSensitiveStrings()
Gets the "case-sensitive-strings" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.isCaseSensitiveStrings()
Gets the "case-sensitive-strings" property.DictionaryPasswordValidatorCfgClient.isCaseSensitiveValidation()
Gets the "case-sensitive-validation" property.RepeatedCharactersPasswordValidatorCfgClient.isCaseSensitiveValidation()
Gets the "case-sensitive-validation" property.UniqueCharactersPasswordValidatorCfgClient.isCaseSensitiveValidation()
Gets the "case-sensitive-validation" property.ReferentialIntegrityPluginCfgClient.isCheckReferences()
Gets the "check-references" property.GlobalCfgClient.isCheckSchema()
Gets the "check-schema" property.AttributeValuePasswordValidatorCfgClient.isCheckSubstrings()
Gets the "check-substrings" property.DictionaryPasswordValidatorCfgClient.isCheckSubstrings()
Gets the "check-substrings" property.PluggableBackendCfgClient.isCompactEncoding()
Gets the "compact-encoding" property.BackendIndexCfgClient.isConfidentialityEnabled()
Gets the "confidentiality-enabled" property.PluggableBackendCfgClient.isConfidentialityEnabled()
Gets the "confidentiality-enabled" property.ReplicationServerCfgClient.isConfidentialityEnabled()
Gets the "confidentiality-enabled" property.JeBackendCfgClient.isDbLoggingFileHandlerOn()
Gets the "db-logging-file-handler-on" property.JeBackendCfgClient.isDbRunCleaner()
Gets the "db-run-cleaner" property.JeBackendCfgClient.isDbRunLogVerifier()
Gets the "db-run-log-verifier" property.AccessControlHandlerCfgClient.isEnabled()
Gets the "enabled" property.AccountStatusNotificationHandlerCfgClient.isEnabled()
Gets the "enabled" property.AlertHandlerCfgClient.isEnabled()
Gets the "enabled" property.BackendCfgClient.isEnabled()
Gets the "enabled" property.CertificateMapperCfgClient.isEnabled()
Gets the "enabled" property.ConnectionHandlerCfgClient.isEnabled()
Gets the "enabled" property.EntryCacheCfgClient.isEnabled()
Gets the "enabled" property.ExtendedOperationHandlerCfgClient.isEnabled()
Gets the "enabled" property.HttpAuthorizationMechanismCfgClient.isEnabled()
Gets the "enabled" property.HttpEndpointCfgClient.isEnabled()
Gets the "enabled" property.IdentityMapperCfgClient.isEnabled()
Gets the "enabled" property.KeyManagerProviderCfgClient.isEnabled()
Gets the "enabled" property.LogPublisherCfgClient.isEnabled()
Gets the "enabled" property.MailServerCfgClient.isEnabled()
Gets the "enabled" property.PasswordGeneratorCfgClient.isEnabled()
Gets the "enabled" property.PasswordStorageSchemeCfgClient.isEnabled()
Gets the "enabled" property.PasswordValidatorCfgClient.isEnabled()
Gets the "enabled" property.PluginCfgClient.isEnabled()
Gets the "enabled" property.ReplicationDomainCfgClient.isEnabled()
Gets the "enabled" property.SaslMechanismHandlerCfgClient.isEnabled()
Gets the "enabled" property.SchemaProviderCfgClient.isEnabled()
Gets the "enabled" property.SynchronizationProviderCfgClient.isEnabled()
Gets the "enabled" property.TrustManagerProviderCfgClient.isEnabled()
Gets the "enabled" property.VirtualAttributeCfgClient.isEnabled()
Gets the "enabled" property.PluggableBackendCfgClient.isEntriesCompressed()
Gets the "entries-compressed" property.PasswordPolicyCfgClient.isExpirePasswordsWithoutWarning()
Gets the "expire-passwords-without-warning" property.PasswordPolicyCfgClient.isForceChangeOnAdd()
Gets the "force-change-on-add" property.PasswordPolicyCfgClient.isForceChangeOnReset()
Gets the "force-change-on-reset" property.ReplicationSynchronizationProviderCfgClient.isHealthChecksEnabled()
Gets the "health-checks-enabled" property.JsonEqualityMatchingRuleCfgClient.isIgnoreWhiteSpace()
Gets the "ignore-white-space" property.JsonOrderingMatchingRuleCfgClient.isIgnoreWhiteSpace()
Gets the "ignore-white-space" property.JsonQueryEqualityMatchingRuleCfgClient.isIgnoreWhiteSpace()
Gets the "ignore-white-space" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.isIgnoreWhiteSpace()
Gets the "ignore-white-space" property.PluggableBackendCfgClient.isIndexFilterAnalyzerEnabled()
Gets the "index-filter-analyzer-enabled" property.AttributeCleanupPluginCfgClient.isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property.PasswordPolicyImportPluginCfgClient.isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property.PluginCfgClient.isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property.LdifBackendCfgClient.isIsPrivateBackend()
Gets the "is-private-backend" property.GlobalCfgClient.isJeBackendSharedCacheEnabled()
Gets the "je-backend-shared-cache-enabled" property.ErrorLogPublisherCfgClient.isJsonOutput()
Gets the "json-output" property.HttpConnectionHandlerCfgClient.isKeepStats()
Gets the "keep-stats" property.LdapConnectionHandlerCfgClient.isKeepStats()
Gets the "keep-stats" property.PrometheusEndpointCfgClient.isLegacyFormat()
Gets the "legacy-format" property.ReplicationSynchronizationProviderCfgClient.isLogChangenumber()
Gets the "log-changenumber" property.CommonAuditAccessLogPublisherCfgClient.isLogControls()
Gets the "log-controls" property.FileBasedAccessLogPublisherCfgClient.isLogControls()
Gets the "log-controls" property.JsonFileAccessLogPublisherCfgClient.isLogModifiedAttributeValues()
Gets the "log-modified-attribute-values" property.GlobalCfgClient.isNotifyAbandonedOperations()
Gets the "notify-abandoned-operations" property.PasswordPolicyCfgClient.isPasswordChangeRequiresCurrentPassword()
Gets the "password-change-requires-current-password" property.AdministrationConnectorCfgClient.isProxyProtocolEnabled()
Gets the "proxy-protocol-enabled" property.GlobalCfgClient.isProxyProtocolEnabled()
Gets the "proxy-protocol-enabled" property.LdapConnectionHandlerCfgClient.isProxyProtocolEnabled()
Gets the "proxy-protocol-enabled" property.GlobalAccessControlPolicyCfgClient.isRequestTargetDnEqualToUserDn()
Gets the "request-target-dn-equal-to-user-dn" property.PasswordPolicyCfgClient.isRequireSecureAuthentication()
Gets the "require-secure-authentication" property.PasswordPolicyCfgClient.isRequireSecurePasswordChanges()
Gets the "require-secure-password-changes" property.GlobalCfgClient.isReturnBindErrorMessages()
Gets the "return-bind-error-messages" property.HdapEndpointCfgClient.isReturnNullForMissingProperties()
Gets the "return-null-for-missing-properties" property.Rest2ldapEndpointCfgClient.isReturnNullForMissingProperties()
Gets the "return-null-for-missing-properties" property.ProxyBackendCfgClient.isRouteAll()
Gets the "route-all" property.GlobalCfgClient.isSaveConfigOnSuccessfulStartup()
Gets the "save-config-on-successful-startup" property.AccessLogFilteringCriteriaCfgClient.isSearchResponseIsIndexed()
Gets the "search-response-is-indexed" property.SmtpAccountStatusNotificationHandlerCfgClient.isSendEmailAsHtml()
Gets the "send-email-as-html" property.SmtpAccountStatusNotificationHandlerCfgClient.isSendMessageWithoutEndUserAddress()
Gets the "send-message-without-end-user-address" property.RootDseBackendCfgClient.isShowAllAttributes()
Gets the "show-all-attributes" property.SchemaBackendCfgClient.isShowAllAttributes()
Gets the "show-all-attributes" property.RootDseBackendCfgClient.isShowSubordinateNamingContexts()
Gets the "show-subordinate-naming-contexts" property.PasswordPolicyCfgClient.isSkipValidationForAdministrators()
Gets the "skip-validation-for-administrators" property.ReplicationSynchronizationProviderCfgClient.isSolveConflicts()
Gets the "solve-conflicts" property.ReplicationSynchronizationProviderCfgClient.isSslEncryption()
Gets the "ssl-encryption" property.CoreSchemaCfgClient.isStrictFormatBoolean()
Gets the "strict-format-boolean" property.CoreSchemaCfgClient.isStrictFormatCertificateLists()
Gets the "strict-format-certificate-lists" property.CoreSchemaCfgClient.isStrictFormatCertificatePairs()
Gets the "strict-format-certificate-pairs" property.CoreSchemaCfgClient.isStrictFormatCertificates()
Gets the "strict-format-certificates" property.CoreSchemaCfgClient.isStrictFormatCountryString()
Gets the "strict-format-country-string" property.CoreSchemaCfgClient.isStrictFormatJpegPhotos()
Gets the "strict-format-jpeg-photos" property.CoreSchemaCfgClient.isStrictFormatPostalAddresses()
Gets the "strict-format-postal-addresses" property.CoreSchemaCfgClient.isStrictFormatTelephoneNumbers()
Gets the "strict-format-telephone-numbers" property.CoreSchemaCfgClient.isStripSyntaxMinUpperBoundAttributeTypeDescription()
Gets the "strip-syntax-min-upper-bound-attribute-type-description" property.AccessLogPublisherCfgClient.isSuppressInternalOperations()
Gets the "suppress-internal-operations" property.AccessLogPublisherCfgClient.isSuppressSynchronizationOperations()
Gets the "suppress-synchronization-operations" property.CsvFileAccessLogPublisherCfgClient.isTamperEvident()
Gets the "tamper-evident" property.CsvFileHttpAccessLogPublisherCfgClient.isTamperEvident()
Gets the "tamper-evident" property.AttributeValuePasswordValidatorCfgClient.isTestReversedPassword()
Gets the "test-reversed-password" property.DictionaryPasswordValidatorCfgClient.isTestReversedPassword()
Gets the "test-reversed-password" property.GlobalCfgClient.isTrustTransactionIds()
Gets the "trust-transaction-ids" property.BackendIndexCfgClient.isTtlEnabled()
Gets the "ttl-enabled" property.LdapPassThroughAuthenticationPolicyCfgClient.isUsePasswordCaching()
Gets the "use-password-caching" property.ProxyBackendCfgClient.isUseSaslExternal()
Gets the "use-sasl-external" property.ReplicationServiceDiscoveryMechanismCfgClient.isUseSaslExternal()
Gets the "use-sasl-external" property.StaticServiceDiscoveryMechanismCfgClient.isUseSaslExternal()
Gets the "use-sasl-external" property.HttpConnectionHandlerCfgClient.isUseSsl()
Gets the "use-ssl" property.JmxConnectionHandlerCfgClient.isUseSsl()
Gets the "use-ssl" property.LdapConnectionHandlerCfgClient.isUseSsl()
Gets the "use-ssl" property.LdapPassThroughAuthenticationPolicyCfgClient.isUseSsl()
Gets the "use-ssl" property.MailServerCfgClient.isUseSsl()
Gets the "use-ssl" property.ReplicationServiceDiscoveryMechanismCfgClient.isUseSsl()
Gets the "use-ssl" property.StaticServiceDiscoveryMechanismCfgClient.isUseSsl()
Gets the "use-ssl" property.MailServerCfgClient.isUseStartTls()
Gets the "use-start-tls" property.ReplicationServiceDiscoveryMechanismCfgClient.isUseStartTls()
Gets the "use-start-tls" property.StaticServiceDiscoveryMechanismCfgClient.isUseStartTls()
Gets the "use-start-tls" property.HttpConnectionHandlerCfgClient.isUseTcpKeepAlive()
Gets the "use-tcp-keep-alive" property.LdapConnectionHandlerCfgClient.isUseTcpKeepAlive()
Gets the "use-tcp-keep-alive" property.LdapPassThroughAuthenticationPolicyCfgClient.isUseTcpKeepAlive()
Gets the "use-tcp-keep-alive" property.HttpConnectionHandlerCfgClient.isUseTcpNoDelay()
Gets the "use-tcp-no-delay" property.LdapConnectionHandlerCfgClient.isUseTcpNoDelay()
Gets the "use-tcp-no-delay" property.LdapPassThroughAuthenticationPolicyCfgClient.isUseTcpNoDelay()
Gets the "use-tcp-no-delay" property.GlobalCfgClient.isUseVirtualThreadsIfAvailable()
Gets the "use-virtual-threads-if-available" property.Modifier and TypeMethodDescriptionPasswordPolicyCfgClient.getAccountStatusNotificationHandler()
Gets the "account-status-notification-handler" property.SortedSet<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>>
ErrorLogAccountStatusNotificationHandlerCfgClient.getAccountStatusNotificationType()
Gets the "account-status-notification-type" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
AdministrationConnectorCfgClient.getAdvertisedListenAddress()
Gets the "advertised-listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
GlobalCfgClient.getAdvertisedListenAddress()
Gets the "advertised-listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
HttpConnectionHandlerCfgClient.getAdvertisedListenAddress()
Gets the "advertised-listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
LdapConnectionHandlerCfgClient.getAdvertisedListenAddress()
Gets the "advertised-listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
ReplicationServerCfgClient.getAdvertisedListenAddress()
Gets the "advertised-listen-address" property.GlobalAccessControlPolicyCfgClient.getAllowedAttribute()
Gets the "allowed-attribute" property.GlobalAccessControlPolicyCfgClient.getAllowedAttributeException()
Gets the "allowed-attribute-exception" property.AdministrationConnectorCfgClient.getAllowedClient()
Gets the "allowed-client" property.ConnectionHandlerCfgClient.getAllowedClient()
Gets the "allowed-client" property.GlobalCfgClient.getAllowedClient()
Gets the "allowed-client" property.GlobalAccessControlPolicyCfgClient.getAllowedControl()
Gets the "allowed-control" property.GlobalAccessControlPolicyCfgClient.getAllowedExtendedOperation()
Gets the "allowed-extended-operation" property.GlobalCfgClient.getAllowedTask()
Gets the "allowed-task" property.ReplicationServerCfgClient.getAllowUpdatesServerFingerprints()
Gets the "allow-updates-server-fingerprints" property.ReferentialIntegrityPluginCfgClient.getAttributeType()
Gets the "attribute-type" property.SevenBitCleanPluginCfgClient.getAttributeType()
Gets the "attribute-type" property.HttpEndpointCfgClient.getAuthorizationMechanism()
Gets the "authorization-mechanism" property.LdifBackendCfgClient.getBaseDn()
Gets the "base-dn" property.MemoryBackendCfgClient.getBaseDn()
Gets the "base-dn" property.NullBackendCfgClient.getBaseDn()
Gets the "base-dn" property.PluggableBackendCfgClient.getBaseDn()
Gets the "base-dn" property.ProxyBackendCfgClient.getBaseDn()
Gets the "base-dn" property.ReferentialIntegrityPluginCfgClient.getBaseDn()
Gets the "base-dn" property.SevenBitCleanPluginCfgClient.getBaseDn()
Gets the "base-dn" property.UniqueAttributePluginCfgClient.getBaseDn()
Gets the "base-dn" property.VirtualAttributeCfgClient.getBaseDn()
Gets the "base-dn" property.BackendIndexCfgClient.getBigIndexExtensibleMatchingRule()
Gets the "big-index-extensible-matching-rule" property.BackendIndexCfgClient.getBigIndexIncludedAttributeValue()
Gets the "big-index-included-attribute-value" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
ReplicationServiceDiscoveryMechanismCfgClient.getBootstrapReplicationServer()
Gets the "bootstrap-replication-server" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
ReplicationSynchronizationProviderCfgClient.getBootstrapReplicationServer()
Gets the "bootstrap-replication-server" property.ExternalSaslMechanismHandlerCfgClient.getCertificateMapper()
Gets the "certificate-mapper" property.ReplicationServerCfgClient.getChangelogEnabledExcludedDomains()
Gets the "changelog-enabled-excluded-domains" property.CharacterSetPasswordValidatorCfgClient.getCharacterSet()
Gets the "character-set" property.CharacterSetPasswordValidatorCfgClient.getCharacterSetRanges()
Gets the "character-set-ranges" property.ReferentialIntegrityPluginCfgClient.getCheckReferencesFilterCriteria()
Gets the "check-references-filter-criteria" property.AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionClientAddressEqualTo()
Gets the "connection-client-address-equal-to" property.AccessLogFilteringCriteriaCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionClientAddressNotEqualTo()
Gets the "connection-client-address-not-equal-to" property.AccessLogFilteringCriteriaCfgClient.getConnectionPortEqualTo()
Gets the "connection-port-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionPortEqualTo()
Gets the "connection-port-equal-to" property.AccessLogFilteringCriteriaCfgClient.getConnectionProtocolEqualTo()
Gets the "connection-protocol-equal-to" property.GlobalAccessControlPolicyCfgClient.getConnectionProtocolEqualTo()
Gets the "connection-protocol-equal-to" property.PasswordPolicyImportPluginCfgClient.getDefaultAuthPasswordStorageScheme()
Gets the "default-auth-password-storage-scheme" property.PasswordPolicyCfgClient.getDefaultPasswordStorageScheme()
Gets the "default-password-storage-scheme" property.PasswordPolicyImportPluginCfgClient.getDefaultUserPasswordStorageScheme()
Gets the "default-user-password-storage-scheme" property.AdministrationConnectorCfgClient.getDeniedClient()
Gets the "denied-client" property.ConnectionHandlerCfgClient.getDeniedClient()
Gets the "denied-client" property.GlobalCfgClient.getDeniedClient()
Gets the "denied-client" property.PasswordPolicyCfgClient.getDeprecatedPasswordStorageScheme()
Gets the "deprecated-password-storage-scheme" property.AlertHandlerCfgClient.getDisabledAlertType()
Gets the "disabled-alert-type" property.CoreSchemaCfgClient.getDisabledMatchingRule()
Gets the "disabled-matching-rule" property.GlobalCfgClient.getDisabledPrivilege()
Gets the "disabled-privilege" property.CoreSchemaCfgClient.getDisabledSyntax()
Gets the "disabled-syntax" property.ReplicationDomainCfgClient.getEclInclude()
Gets the "ecl-include" property.ReplicationDomainCfgClient.getEclIncludeForDeletes()
Gets the "ecl-include-for-deletes" property.SmtpAccountStatusNotificationHandlerCfgClient.getEmailAddressAttributeType()
Gets the "email-address-attribute-type" property.AlertHandlerCfgClient.getEnabledAlertType()
Gets the "enabled-alert-type" property.EntityTagVirtualAttributeCfgClient.getExcludedAttribute()
Gets the "excluded-attribute" property.PemKeyManagerProviderCfgClient.getExcludedFilenamePattern()
Gets the "excluded-filename-pattern" property.PemTrustManagerProviderCfgClient.getExcludedFilenamePattern()
Gets the "excluded-filename-pattern" property.CrestMetricsEndpointCfgClient.getExcludedMetricPattern()
Gets the "excluded-metric-pattern" property.GraphiteMonitorReporterPluginCfgClient.getExcludedMetricPattern()
Gets the "excluded-metric-pattern" property.PrometheusEndpointCfgClient.getExcludedMetricPattern()
Gets the "excluded-metric-pattern" property.FifoEntryCacheCfgClient.getExcludeFilter()
Gets the "exclude-filter" property.SoftReferenceEntryCacheCfgClient.getExcludeFilter()
Gets the "exclude-filter" property.JsonFileAccessLogPublisherCfgClient.getExcludeValuesOfAttributes()
Gets the "exclude-values-of-attributes" property.VirtualAttributeCfgClient.getFilter()
Gets the "filter" property.ReplicationDomainCfgClient.getFractionalExclude()
Gets the "fractional-exclude" property.ReplicationDomainCfgClient.getFractionalInclude()
Gets the "fractional-include" property.DseeCompatAccessControlHandlerCfgClient.getGlobalAci()
Gets the "global-aci" property.VirtualAttributeCfgClient.getGroupDn()
Gets the "group-dn" property.CramMd5SaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.DigestMd5SaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.GssapiSaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.HttpBasicAuthorizationMechanismCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.HttpOauth2AuthorizationMechanismCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.PasswordModifyExtendedOperationHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.PlainSaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.ScramSha256SaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.ScramSha512SaslMechanismHandlerCfgClient.getIdentityMapper()
Gets the "identity-mapper" property.CrestMetricsEndpointCfgClient.getIncludedMetricPattern()
Gets the "included-metric-pattern" property.GraphiteMonitorReporterPluginCfgClient.getIncludedMetricPattern()
Gets the "included-metric-pattern" property.PrometheusEndpointCfgClient.getIncludedMetricPattern()
Gets the "included-metric-pattern" property.FifoEntryCacheCfgClient.getIncludeFilter()
Gets the "include-filter" property.SoftReferenceEntryCacheCfgClient.getIncludeFilter()
Gets the "include-filter" property.JsonFileAccessLogPublisherCfgClient.getIncludeValuesOfAttributes()
Gets the "include-values-of-attributes" property.JsonQueryEqualityMatchingRuleCfgClient.getIndexedField()
Gets the "indexed-field" property.NameAndJsonQueryEqualityMatchingRuleCfgClient.getIndexedField()
Gets the "indexed-field" property.BackendIndexCfgClient.getIndexExtensibleMatchingRule()
Gets the "index-extensible-matching-rule" property.BackendIndexCfgClient.getIndexType()
Gets the "index-type" property.JeBackendCfgClient.getJeProperty()
Gets the "je-property" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
AdministrationConnectorCfgClient.getListenAddress()
Gets the "listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
GlobalCfgClient.getListenAddress()
Gets the "listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
HttpConnectionHandlerCfgClient.getListenAddress()
Gets the "listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
LdapConnectionHandlerCfgClient.getListenAddress()
Gets the "listen-address" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.Host>>
ReplicationServerCfgClient.getListenAddress()
Gets the "listen-address" property.CsvFileAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.CsvFileHttpAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.ExternalAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.ExternalHttpAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.JsonFileAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.JsonFileHttpAccessLogPublisherCfgClient.getLogFieldBlacklist()
Gets the "log-field-blacklist" property.CsvFileHttpAccessLogPublisherCfgClient.getLogFieldWhitelist()
Gets the "log-field-whitelist" property.ExternalHttpAccessLogPublisherCfgClient.getLogFieldWhitelist()
Gets the "log-field-whitelist" property.JsonFileHttpAccessLogPublisherCfgClient.getLogFieldWhitelist()
Gets the "log-field-whitelist" property.AccessLogFilteringCriteriaCfgClient.getLogRecordType()
Gets the "log-record-type" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedAttribute()
Gets the "mapped-attribute" property.LdapPassThroughAuthenticationPolicyCfgClient.getMappedSearchBaseDn()
Gets the "mapped-search-base-dn" property.AttributeValuePasswordValidatorCfgClient.getMatchAttribute()
Gets the "match-attribute" property.ExactMatchIdentityMapperCfgClient.getMatchAttribute()
Gets the "match-attribute" property.RegularExpressionIdentityMapperCfgClient.getMatchAttribute()
Gets the "match-attribute" property.ExactMatchIdentityMapperCfgClient.getMatchBaseDn()
Gets the "match-base-dn" property.RegularExpressionIdentityMapperCfgClient.getMatchBaseDn()
Gets the "match-base-dn" property.SmtpAccountStatusNotificationHandlerCfgClient.getMessageSubject()
Gets the "message-subject" property.SmtpAccountStatusNotificationHandlerCfgClient.getMessageTemplateFile()
Gets the "message-template-file" property.ErrorLogPublisherCfgClient.getOverrideSeverity()
Gets the "override-severity" property.ProxyBackendCfgClient.getPartitionBaseDn()
Gets the "partition-base-dn" property.RandomPasswordGeneratorCfgClient.getPasswordCharacterSet()
Gets the "password-character-set" property.PasswordPolicyCfgClient.getPasswordValidator()
Gets the "password-validator" property.GlobalAccessControlPolicyCfgClient.getPermission()
Gets the "permission" property.AttributeCleanupPluginCfgClient.getPluginType()
Gets the "plugin-type" property.ChangeNumberControlPluginCfgClient.getPluginType()
Gets the "plugin-type" property.EntityTagPluginCfgClient.getPluginType()
Gets the "plugin-type" property.EntryUuidPluginCfgClient.getPluginType()
Gets the "plugin-type" property.GraphiteMonitorReporterPluginCfgClient.getPluginType()
Gets the "plugin-type" property.LastModPluginCfgClient.getPluginType()
Gets the "plugin-type" property.LdapAttributeDescriptionListPluginCfgClient.getPluginType()
Gets the "plugin-type" property.PasswordPolicyImportPluginCfgClient.getPluginType()
Gets the "plugin-type" property.PluginCfgClient.getPluginType()
Gets the "plugin-type" property.ReferentialIntegrityPluginCfgClient.getPluginType()
Gets the "plugin-type" property.SambaPasswordPluginCfgClient.getPluginType()
Gets the "plugin-type" property.SevenBitCleanPluginCfgClient.getPluginType()
Gets the "plugin-type" property.UniqueAttributePluginCfgClient.getPluginType()
Gets the "plugin-type" property.PasswordPolicyCfgClient.getPreviousLastLoginTimeFormat()
Gets the "previous-last-login-time-format" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
LdapPassThroughAuthenticationPolicyCfgClient.getPrimaryRemoteLdapServer()
Gets the "primary-remote-ldap-server" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
StaticServiceDiscoveryMechanismCfgClient.getPrimaryServer()
Gets the "primary-server" property.GlobalCfgClient.getProxiedAuthorizationIdentityMapper()
Gets the "proxied-authorization-identity-mapper" property.AdministrationConnectorCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.GlobalCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.LdapConnectionHandlerCfgClient.getProxyProtocolAllowedClient()
Gets the "proxy-protocol-allowed-client" property.SambaPasswordPluginCfgClient.getPwdSyncPolicy()
Gets the "pwd-sync-policy" property.SmtpAccountStatusNotificationHandlerCfgClient.getRecipientAddress()
Gets the "recipient-address" property.SmtpAlertHandlerCfgClient.getRecipientAddress()
Gets the "recipient-address" property.ReplicationSynchronizationProviderCfgClient.getReferralsUrl()
Gets the "referrals-url" property.AttributeCleanupPluginCfgClient.getRemoveInboundAttributes()
Gets the "remove-inbound-attributes" property.AttributeCleanupPluginCfgClient.getRenameInboundAttributes()
Gets the "rename-inbound-attributes" property.AccessLogFilteringCriteriaCfgClient.getRequestTargetDnEqualTo()
Gets the "request-target-dn-equal-to" property.GlobalAccessControlPolicyCfgClient.getRequestTargetDnEqualTo()
Gets the "request-target-dn-equal-to" property.AccessLogFilteringCriteriaCfgClient.getRequestTargetDnNotEqualTo()
Gets the "request-target-dn-not-equal-to" property.GlobalAccessControlPolicyCfgClient.getRequestTargetDnNotEqualTo()
Gets the "request-target-dn-not-equal-to" property.HttpOauth2AuthorizationMechanismCfgClient.getRequiredScope()
Gets the "required-scope" property.AccessLogFilteringCriteriaCfgClient.getResponseResultCodeEqualTo()
Gets the "response-result-code-equal-to" property.AccessLogFilteringCriteriaCfgClient.getResponseResultCodeNotEqualTo()
Gets the "response-result-code-not-equal-to" property.AdministrationConnectorCfgClient.getRestrictedClient()
Gets the "restricted-client" property.ConnectionHandlerCfgClient.getRestrictedClient()
Gets the "restricted-client" property.GlobalCfgClient.getRestrictedClient()
Gets the "restricted-client" property.CsvFileAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.CsvFileHttpAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.FileBasedAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.FileBasedAuditLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.FileBasedErrorLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.FileBasedHttpAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.JsonFileAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.JsonFileHttpAccessLogPublisherCfgClient.getRetentionPolicy()
Gets the "retention-policy" property.CsvFileAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.CsvFileHttpAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.FileBasedAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.FileBasedAuditLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.FileBasedErrorLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.FileBasedHttpAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.JsonFileAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.JsonFileHttpAccessLogPublisherCfgClient.getRotationPolicy()
Gets the "rotation-policy" property.SchemaBackendCfgClient.getSchemaEntryDn()
Gets the "schema-entry-dn" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
LdapPassThroughAuthenticationPolicyCfgClient.getSecondaryRemoteLdapServer()
Gets the "secondary-remote-ldap-server" property.SortedSet<ValueOrExpression<com.forgerock.opendj.util.HostPort>>
StaticServiceDiscoveryMechanismCfgClient.getSecondaryServer()
Gets the "secondary-server" property.ProxyBackendCfgClient.getShard()
Gets the "shard" property.MailServerCfgClient.getSmtpProperty()
Gets the "smtp-property" property.AdministrationConnectorCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.HttpConnectionHandlerCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.JmxConnectionHandlerCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.LdapConnectionHandlerCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.ProxyBackendCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.ReplicationServiceDiscoveryMechanismCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.ReplicationSynchronizationProviderCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.StaticServiceDiscoveryMechanismCfgClient.getSslCertNickname()
Gets the "ssl-cert-nickname" property.AdministrationConnectorCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.HttpConnectionHandlerCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.LdapConnectionHandlerCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.LdapPassThroughAuthenticationPolicyCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.ReplicationServiceDiscoveryMechanismCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.ReplicationSynchronizationProviderCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.StaticServiceDiscoveryMechanismCfgClient.getSslCipherSuite()
Gets the "ssl-cipher-suite" property.AdministrationConnectorCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.HttpConnectionHandlerCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.HttpOauth2OpenamAuthorizationMechanismCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.LdapConnectionHandlerCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.LdapPassThroughAuthenticationPolicyCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.ReplicationServiceDiscoveryMechanismCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.ReplicationSynchronizationProviderCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.StaticServiceDiscoveryMechanismCfgClient.getSslProtocol()
Gets the "ssl-protocol" property.SubjectAttributeToUserAttributeCertificateMapperCfgClient.getSubjectAttributeMapping()
Gets the "subject-attribute-mapping" property.GlobalCfgClient.getSubordinateBaseDn()
Gets the "subordinate-base-dn" property.FixedTimeLogRotationPolicyCfgClient.getTimeOfDay()
Gets the "time-of-day" property.AdministrationConnectorCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.HttpConnectionHandlerCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.LdapConnectionHandlerCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.ReplicationSynchronizationProviderCfgClient.getTrustManagerProvider()
Gets the "trust-manager-provider" property.UniqueAttributePluginCfgClient.getType()
Gets the "type" property.FingerprintCertificateMapperCfgClient.getUserBaseDn()
Gets the "user-base-dn" property.SubjectAttributeToUserAttributeCertificateMapperCfgClient.getUserBaseDn()
Gets the "user-base-dn" property.SubjectDnToUserAttributeCertificateMapperCfgClient.getUserBaseDn()
Gets the "user-base-dn" property.AccessLogFilteringCriteriaCfgClient.getUserDnEqualTo()
Gets the "user-dn-equal-to" property.GlobalAccessControlPolicyCfgClient.getUserDnEqualTo()
Gets the "user-dn-equal-to" property.AccessLogFilteringCriteriaCfgClient.getUserDnNotEqualTo()
Gets the "user-dn-not-equal-to" property.GlobalAccessControlPolicyCfgClient.getUserDnNotEqualTo()
Gets the "user-dn-not-equal-to" property.AccessLogFilteringCriteriaCfgClient.getUserIsMemberOf()
Gets the "user-is-member-of" property.AccessLogFilteringCriteriaCfgClient.getUserIsNotMemberOf()
Gets the "user-is-not-member-of" property.UserDefinedVirtualAttributeCfgClient.getValue()
Gets the "value" property.Modifier and TypeMethodDescriptionvoid
HttpConnectionHandlerCfgClient.setAcceptBacklog
(ValueOrExpression<Integer> value) Sets the "accept-backlog" property.void
LdapConnectionHandlerCfgClient.setAcceptBacklog
(ValueOrExpression<Integer> value) Sets the "accept-backlog" property.void
HttpOauth2AuthorizationMechanismCfgClient.setAccessTokenCacheEnabled
(ValueOrExpression<Boolean> value) Sets the "access-token-cache-enabled" property.void
HttpOauth2AuthorizationMechanismCfgClient.setAccessTokenCacheExpiration
(ValueOrExpression<Long> value) Sets the "access-token-cache-expiration" property.void
HttpOauth2FileAuthorizationMechanismCfgClient.setAccessTokenDirectory
(ValueOrExpression<String> value) Sets the "access-token-directory" property.void
GlobalCfgClient.setAddMissingRdnAttributes
(ValueOrExpression<Boolean> value) Sets the "add-missing-rdn-attributes" property.void
GlobalCfgClient.setAllowAttributeNameExceptions
(ValueOrExpression<Boolean> value) Sets the "allow-attribute-name-exceptions" property.void
CoreSchemaCfgClient.setAllowAttributeTypesWithNoSupOrSyntax
(ValueOrExpression<Boolean> value) Sets the "allow-attribute-types-with-no-sup-or-syntax" property.void
PasswordPolicyCfgClient.setAllowExpiredPasswordChanges
(ValueOrExpression<Boolean> value) Sets the "allow-expired-password-changes" property.void
LdapConnectionHandlerCfgClient.setAllowLdapV2
(ValueOrExpression<Boolean> value) Sets the "allow-ldap-v2" property.void
PasswordPolicyCfgClient.setAllowMultiplePasswordValues
(ValueOrExpression<Boolean> value) Sets the "allow-multiple-password-values" property.void
PasswordPolicyCfgClient.setAllowPreEncodedPasswords
(ValueOrExpression<Boolean> value) Sets the "allow-pre-encoded-passwords" property.void
MemberVirtualAttributeCfgClient.setAllowRetrievingMembership
(ValueOrExpression<Boolean> value) Sets the "allow-retrieving-membership" property.void
LdapConnectionHandlerCfgClient.setAllowStartTls
(ValueOrExpression<Boolean> value) Sets the "allow-start-tls" property.void
HttpConnectionHandlerCfgClient.setAllowTcpReuseAddress
(ValueOrExpression<Boolean> value) Sets the "allow-tcp-reuse-address" property.void
LdapConnectionHandlerCfgClient.setAllowTcpReuseAddress
(ValueOrExpression<Boolean> value) Sets the "allow-tcp-reuse-address" property.void
CharacterSetPasswordValidatorCfgClient.setAllowUnclassifiedCharacters
(ValueOrExpression<Boolean> value) Sets the "allow-unclassified-characters" property.void
ReplicationServerCfgClient.setAllowUpdatesPolicy
(ValueOrExpression<ReplicationServerCfgDefn.AllowUpdatesPolicy> value) Sets the "allow-updates-policy" property.void
PasswordPolicyCfgClient.setAllowUserPasswordChanges
(ValueOrExpression<Boolean> value) Sets the "allow-user-password-changes" property.void
CoreSchemaCfgClient.setAllowZeroLengthValuesDirectoryString
(ValueOrExpression<Boolean> value) Sets the "allow-zero-length-values-directory-string" property.void
HttpBasicAuthorizationMechanismCfgClient.setAltAuthenticationEnabled
(ValueOrExpression<Boolean> value) Sets the "alt-authentication-enabled" property.void
HttpBasicAuthorizationMechanismCfgClient.setAltPasswordHeader
(ValueOrExpression<String> value) Sets the "alt-password-header" property.void
HttpBasicAuthorizationMechanismCfgClient.setAltUsernameHeader
(ValueOrExpression<String> value) Sets the "alt-username-header" property.void
HttpConnectionHandlerCfgClient.setApiDescriptorEnabled
(ValueOrExpression<Boolean> value) Sets the "api-descriptor-enabled" property.void
FileBasedAccessLogPublisherCfgClient.setAppend
(ValueOrExpression<Boolean> value) Sets the "append" property.void
FileBasedAuditLogPublisherCfgClient.setAppend
(ValueOrExpression<Boolean> value) Sets the "append" property.void
FileBasedErrorLogPublisherCfgClient.setAppend
(ValueOrExpression<Boolean> value) Sets the "append" property.void
FileBasedHttpAccessLogPublisherCfgClient.setAppend
(ValueOrExpression<Boolean> value) Sets the "append" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2Iterations
(ValueOrExpression<Integer> value) Sets the "argon2-iterations" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2Length
(ValueOrExpression<Integer> value) Sets the "argon2-length" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2Memory
(ValueOrExpression<Integer> value) Sets the "argon2-memory" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2MemoryPoolSize
(ValueOrExpression<Integer> value) Sets the "argon2-memory-pool-size" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2Parallelism
(ValueOrExpression<Integer> value) Sets the "argon2-parallelism" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2SaltLength
(ValueOrExpression<Integer> value) Sets the "argon2-salt-length" property.void
Argon2PasswordStorageSchemeCfgClient.setArgon2Variant
(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.Argon2Variant> value) Sets the "argon2-variant" property.void
CsvFileAccessLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
CsvFileHttpAccessLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
FileBasedAccessLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
FileBasedAuditLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
FileBasedErrorLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
FileBasedHttpAccessLogPublisherCfgClient.setAsynchronous
(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.void
BackendIndexCfgClient.setAttribute
(ValueOrExpression<AttributeType> value) Sets the "attribute" property.void
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
EntityTagVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
EntryDnVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
EntryUuidVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
GoverningStructureRuleVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
HasSubordinatesVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
IsMemberOfVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
NumSubordinatesVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
PasswordExpirationTimeVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
PasswordPolicySubentryVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
StructuralObjectClassVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
SubschemaSubentryVirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
VirtualAttributeCfgClient.setAttributeType
(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.void
GlobalAccessControlPolicyCfgClient.setAuthenticationRequired
(ValueOrExpression<Boolean> value) Sets the "authentication-required" property.void
MailServerCfgClient.setAuthPassword
(ValueOrExpression<String> value) Sets the "auth-password" property.void
MailServerCfgClient.setAuthUsername
(ValueOrExpression<String> value) Sets the "auth-username" property.void
HttpOauth2AuthorizationMechanismCfgClient.setAuthzidJsonPointer
(ValueOrExpression<String> value) Sets the "authzid-json-pointer" property.void
CsvFileAccessLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
CsvFileHttpAccessLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
FileBasedAccessLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
FileBasedAuditLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
FileBasedErrorLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
FileBasedHttpAccessLogPublisherCfgClient.setAutoFlush
(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.void
ProxyBackendCfgClient.setAvailabilityCheckInterval
(ValueOrExpression<Long> value) Sets the "availability-check-interval" property.void
ProxyBackendCfgClient.setAvailabilityCheckSearchRequestBaseDn
(ValueOrExpression<Dn> value) Sets the "availability-check-search-request-base-dn" property.void
ProxyBackendCfgClient.setAvailabilityCheckSearchRequestFilter
(ValueOrExpression<String> value) Sets the "availability-check-search-request-filter" property.void
ProxyBackendCfgClient.setAvailabilityCheckTimeout
(ValueOrExpression<Long> value) Sets the "availability-check-timeout" property.void
BackendCfgClient.setBackendId
(ValueOrExpression<String> value) Sets the "backend-id" property.void
BackendVlvIndexCfgClient.setBaseDn
(ValueOrExpression<Dn> value) Sets the "base-dn" property.void
HttpOauth2CtsAuthorizationMechanismCfgClient.setBaseDn
(ValueOrExpression<String> value) Sets the "base-dn" property.void
LdapKeyManagerProviderCfgClient.setBaseDn
(ValueOrExpression<Dn> value) Sets the "base-dn" property.void
LdapTrustManagerProviderCfgClient.setBaseDn
(ValueOrExpression<Dn> value) Sets the "base-dn" property.void
ReplicationDomainCfgClient.setBaseDn
(ValueOrExpression<Dn> value) Sets the "base-dn" property.void
HttpEndpointCfgClient.setBasePath
(ValueOrExpression<String> value) Sets the "base-path" property.void
BcryptPasswordStorageSchemeCfgClient.setBcryptCost
(ValueOrExpression<Integer> value) Sets the "bcrypt-cost" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setBindDn
(ValueOrExpression<Dn> value) Sets the "bind-dn" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setBindPassword
(ValueOrExpression<String> value) Sets the "bind-password" property.void
GssapiSaslMechanismHandlerCfgClient.setBindToServerFqdn
(ValueOrExpression<Boolean> value) Sets the "bind-to-server-fqdn" property.void
GlobalCfgClient.setBindWithDnRequiresPassword
(ValueOrExpression<Boolean> value) Sets the "bind-with-dn-requires-password" property.void
FileBasedAccessLogPublisherCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
FileBasedAuditLogPublisherCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
FileBasedErrorLogPublisherCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
FileBasedHttpAccessLogPublisherCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
HttpConnectionHandlerCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
LdapConnectionHandlerCfgClient.setBufferSize
(ValueOrExpression<Long> value) Sets the "buffer-size" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setCachedPasswordStorageScheme
(ValueOrExpression<String> value) Sets the "cached-password-storage-scheme" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setCachedPasswordTtl
(ValueOrExpression<Long> value) Sets the "cached-password-ttl" property.void
EntryCacheCfgClient.setCacheLevel
(ValueOrExpression<Integer> value) Sets the "cache-level" property.void
JsonEqualityMatchingRuleCfgClient.setCaseSensitiveStrings
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.void
JsonOrderingMatchingRuleCfgClient.setCaseSensitiveStrings
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.void
JsonQueryEqualityMatchingRuleCfgClient.setCaseSensitiveStrings
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setCaseSensitiveStrings
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.void
DictionaryPasswordValidatorCfgClient.setCaseSensitiveValidation
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.void
RepeatedCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.void
UniqueCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation
(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.void
ExternalSaslMechanismHandlerCfgClient.setCertificateAttribute
(ValueOrExpression<AttributeType> value) Sets the "certificate-attribute" property.void
ExternalSaslMechanismHandlerCfgClient.setCertificateValidationPolicy
(ValueOrExpression<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy> value) Sets the "certificate-validation-policy" property.void
ReplicationServerCfgClient.setChangelogEnabled
(ValueOrExpression<ReplicationServerCfgDefn.ChangelogEnabled> value) Sets the "changelog-enabled" property.void
ReplicationSynchronizationProviderCfgClient.setChangetimeHeartbeatInterval
(ValueOrExpression<Long> value) Sets the "changetime-heartbeat-interval" property.void
ReferentialIntegrityPluginCfgClient.setCheckReferences
(ValueOrExpression<Boolean> value) Sets the "check-references" property.void
ReferentialIntegrityPluginCfgClient.setCheckReferencesScopeCriteria
(ValueOrExpression<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria> value) Sets the "check-references-scope-criteria" property.void
GlobalCfgClient.setCheckSchema
(ValueOrExpression<Boolean> value) Sets the "check-schema" property.void
AttributeValuePasswordValidatorCfgClient.setCheckSubstrings
(ValueOrExpression<Boolean> value) Sets the "check-substrings" property.void
DictionaryPasswordValidatorCfgClient.setCheckSubstrings
(ValueOrExpression<Boolean> value) Sets the "check-substrings" property.void
EntityTagVirtualAttributeCfgClient.setChecksumAlgorithm
(ValueOrExpression<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm> value) Sets the "checksum-algorithm" property.void
CryptoManagerCfgClient.setCipherKeyLength
(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.void
PluggableBackendCfgClient.setCipherKeyLength
(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.void
ReplicationServerCfgClient.setCipherKeyLength
(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.void
CryptoManagerCfgClient.setCipherTransformation
(ValueOrExpression<String> value) Sets the "cipher-transformation" property.void
PluggableBackendCfgClient.setCipherTransformation
(ValueOrExpression<String> value) Sets the "cipher-transformation" property.void
ReplicationServerCfgClient.setCipherTransformation
(ValueOrExpression<String> value) Sets the "cipher-transformation" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setClientId
(ValueOrExpression<String> value) Sets the "client-id" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setClientSecret
(ValueOrExpression<String> value) Sets the "client-secret" property.void
PluggableBackendCfgClient.setCompactEncoding
(ValueOrExpression<Boolean> value) Sets the "compact-encoding" property.void
BackendIndexCfgClient.setConfidentialityEnabled
(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.void
PluggableBackendCfgClient.setConfidentialityEnabled
(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.void
ReplicationServerCfgClient.setConfidentialityEnabled
(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.void
Rest2ldapEndpointCfgClient.setConfigDirectory
(ValueOrExpression<String> value) Sets the "config-directory" property.void
ExternalAccessLogPublisherCfgClient.setConfigFile
(ValueOrExpression<String> value) Sets the "config-file" property.void
ExternalHttpAccessLogPublisherCfgClient.setConfigFile
(ValueOrExpression<String> value) Sets the "config-file" property.void
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
EntityTagVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
EntryDnVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
EntryUuidVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
GoverningStructureRuleVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
HasSubordinatesVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
IsMemberOfVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
MemberVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
NumSubordinatesVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
PasswordExpirationTimeVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
PasswordPolicySubentryVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
StructuralObjectClassVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
SubschemaSubentryVirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
VirtualAttributeCfgClient.setConflictBehavior
(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.void
GlobalAccessControlPolicyCfgClient.setConnectionMinimumSsf
(ValueOrExpression<Integer> value) Sets the "connection-minimum-ssf" property.void
ProxyBackendCfgClient.setConnectionPoolIdleTimeout
(ValueOrExpression<Long> value) Sets the "connection-pool-idle-timeout" property.void
ProxyBackendCfgClient.setConnectionPoolMaxSize
(ValueOrExpression<Integer> value) Sets the "connection-pool-max-size" property.void
ProxyBackendCfgClient.setConnectionPoolMinSize
(ValueOrExpression<Integer> value) Sets the "connection-pool-min-size" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setConnectionTimeout
(ValueOrExpression<Long> value) Sets the "connection-timeout" property.void
ProxyBackendCfgClient.setConnectionTimeout
(ValueOrExpression<Long> value) Sets the "connection-timeout" property.void
ReplicationSynchronizationProviderCfgClient.setConnectionTimeout
(ValueOrExpression<Long> value) Sets the "connection-timeout" property.void
CryptPasswordStorageSchemeCfgClient.setCryptPasswordStorageEncryptionAlgorithm
(ValueOrExpression<CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm> value) Sets the "crypt-password-storage-encryption-algorithm" property.void
CsvFileAccessLogPublisherCfgClient.setCsvDelimiterChar
(ValueOrExpression<String> value) Sets the "csv-delimiter-char" property.void
CsvFileHttpAccessLogPublisherCfgClient.setCsvDelimiterChar
(ValueOrExpression<String> value) Sets the "csv-delimiter-char" property.void
CsvFileAccessLogPublisherCfgClient.setCsvEolSymbols
(ValueOrExpression<String> value) Sets the "csv-eol-symbols" property.void
CsvFileHttpAccessLogPublisherCfgClient.setCsvEolSymbols
(ValueOrExpression<String> value) Sets the "csv-eol-symbols" property.void
CsvFileAccessLogPublisherCfgClient.setCsvQuoteChar
(ValueOrExpression<String> value) Sets the "csv-quote-char" property.void
CsvFileHttpAccessLogPublisherCfgClient.setCsvQuoteChar
(ValueOrExpression<String> value) Sets the "csv-quote-char" property.void
JeBackendCfgClient.setDbCacheMode
(ValueOrExpression<JeBackendCfgDefn.DbCacheMode> value) Sets the "db-cache-mode" property.void
JeBackendCfgClient.setDbCachePercent
(ValueOrExpression<Integer> value) Sets the "db-cache-percent" property.void
JeBackendCfgClient.setDbCacheSize
(ValueOrExpression<Long> value) Sets the "db-cache-size" property.void
JeBackendCfgClient.setDbCheckpointerBytesInterval
(ValueOrExpression<Long> value) Sets the "db-checkpointer-bytes-interval" property.void
JeBackendCfgClient.setDbCheckpointerWakeupInterval
(ValueOrExpression<Long> value) Sets the "db-checkpointer-wakeup-interval" property.void
JeBackendCfgClient.setDbCleanerMinUtilization
(ValueOrExpression<Integer> value) Sets the "db-cleaner-min-utilization" property.void
JeBackendCfgClient.setDbDirectory
(ValueOrExpression<String> value) Sets the "db-directory" property.void
JeBackendCfgClient.setDbDirectoryPermissions
(ValueOrExpression<String> value) Sets the "db-directory-permissions" property.void
JeBackendCfgClient.setDbDurability
(ValueOrExpression<JeBackendCfgDefn.DbDurability> value) Sets the "db-durability" property.void
JeBackendCfgClient.setDbEvictorCoreThreads
(ValueOrExpression<Integer> value) Sets the "db-evictor-core-threads" property.void
JeBackendCfgClient.setDbEvictorKeepAlive
(ValueOrExpression<Long> value) Sets the "db-evictor-keep-alive" property.void
JeBackendCfgClient.setDbEvictorMaxThreads
(ValueOrExpression<Integer> value) Sets the "db-evictor-max-threads" property.void
JeBackendCfgClient.setDbLogFilecacheSize
(ValueOrExpression<Integer> value) Sets the "db-log-filecache-size" property.void
JeBackendCfgClient.setDbLogFileMax
(ValueOrExpression<Long> value) Sets the "db-log-file-max" property.void
JeBackendCfgClient.setDbLoggingFileHandlerOn
(ValueOrExpression<Boolean> value) Sets the "db-logging-file-handler-on" property.void
JeBackendCfgClient.setDbLoggingLevel
(ValueOrExpression<String> value) Sets the "db-logging-level" property.void
JeBackendCfgClient.setDbLogVerifierSchedule
(ValueOrExpression<String> value) Sets the "db-log-verifier-schedule" property.void
JeBackendCfgClient.setDbNumCleanerThreads
(ValueOrExpression<Integer> value) Sets the "db-num-cleaner-threads" property.void
JeBackendCfgClient.setDbNumLockTables
(ValueOrExpression<Integer> value) Sets the "db-num-lock-tables" property.void
JeBackendCfgClient.setDbRunCleaner
(ValueOrExpression<Boolean> value) Sets the "db-run-cleaner" property.void
JeBackendCfgClient.setDbRunLogVerifier
(ValueOrExpression<Boolean> value) Sets the "db-run-log-verifier" property.void
GlobalCfgClient.setDefaultPasswordPolicy
(ValueOrExpression<String> value) Sets the "default-password-policy" property.void
ErrorLogPublisherCfgClient.setDefaultSeverity
(ValueOrExpression<ErrorLogPublisherCfgDefn.DefaultSeverity> value) Sets the "default-severity" property.void
DictionaryPasswordValidatorCfgClient.setDictionaryFile
(ValueOrExpression<String> value) Sets the "dictionary-file" property.void
CryptoManagerCfgClient.setDigestAlgorithm
(ValueOrExpression<String> value) Sets the "digest-algorithm" property.void
ProxyBackendCfgClient.setDiscoveryInterval
(ValueOrExpression<Long> value) Sets the "discovery-interval" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setDiscoveryInterval
(ValueOrExpression<Long> value) Sets the "discovery-interval" property.void
StaticServiceDiscoveryMechanismCfgClient.setDiscoveryInterval
(ValueOrExpression<Long> value) Sets the "discovery-interval" property.void
JeBackendCfgClient.setDiskFullThreshold
(ValueOrExpression<Long> value) Sets the "disk-full-threshold" property.void
ReplicationServerCfgClient.setDiskFullThreshold
(ValueOrExpression<Long> value) Sets the "disk-full-threshold" property.void
JeBackendCfgClient.setDiskLowThreshold
(ValueOrExpression<Long> value) Sets the "disk-low-threshold" property.void
ReplicationServerCfgClient.setDiskLowThreshold
(ValueOrExpression<Long> value) Sets the "disk-low-threshold" property.void
SizeLimitLogRetentionPolicyCfgClient.setDiskSpaceUsed
(ValueOrExpression<Long> value) Sets the "disk-space-used" property.void
AccessControlHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
AccountStatusNotificationHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
AlertHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
BackendCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
CertificateMapperCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
ConnectionHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
EntryCacheCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
ExtendedOperationHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
HttpAuthorizationMechanismCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
HttpEndpointCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
IdentityMapperCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
KeyManagerProviderCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
LogPublisherCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
MailServerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
PasswordGeneratorCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
PasswordStorageSchemeCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
PasswordValidatorCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
PluginCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
ReplicationDomainCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
SaslMechanismHandlerCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
SchemaProviderCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
SynchronizationProviderCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
TrustManagerProviderCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
VirtualAttributeCfgClient.setEnabled
(ValueOrExpression<Boolean> value) Sets the "enabled" property.void
PluggableBackendCfgClient.setEntriesCompressed
(ValueOrExpression<Boolean> value) Sets the "entries-compressed" property.void
GlobalCfgClient.setEtimeResolution
(ValueOrExpression<GlobalCfgDefn.EtimeResolution> value) Sets the "etime-resolution" property.void
PasswordPolicyCfgClient.setExpirePasswordsWithoutWarning
(ValueOrExpression<Boolean> value) Sets the "expire-passwords-without-warning" property.void
SizeLimitLogRotationPolicyCfgClient.setFileSizeLimit
(ValueOrExpression<Long> value) Sets the "file-size-limit" property.void
BackendVlvIndexCfgClient.setFilter
(ValueOrExpression<String> value) Sets the "filter" property.void
AccessLogPublisherCfgClient.setFilteringPolicy
(ValueOrExpression<AccessLogPublisherCfgDefn.FilteringPolicy> value) Sets the "filtering-policy" property.void
FingerprintCertificateMapperCfgClient.setFingerprintAlgorithm
(ValueOrExpression<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm> value) Sets the "fingerprint-algorithm" property.void
FingerprintCertificateMapperCfgClient.setFingerprintAttribute
(ValueOrExpression<AttributeType> value) Sets the "fingerprint-attribute" property.void
PasswordPolicyCfgClient.setForceChangeOnAdd
(ValueOrExpression<Boolean> value) Sets the "force-change-on-add" property.void
PasswordPolicyCfgClient.setForceChangeOnReset
(ValueOrExpression<Boolean> value) Sets the "force-change-on-reset" property.void
FreeDiskSpaceLogRetentionPolicyCfgClient.setFreeDiskSpace
(ValueOrExpression<Long> value) Sets the "free-disk-space" property.void
PasswordPolicyCfgClient.setGraceLoginCount
(ValueOrExpression<Integer> value) Sets the "grace-login-count" property.void
GraphiteMonitorReporterPluginCfgClient.setGraphiteServer
(ValueOrExpression<com.forgerock.opendj.util.HostPort> value) Sets the "graphite-server" property.void
GlobalCfgClient.setGroupId
(ValueOrExpression<String> value) Sets the "group-id" property.void
GlobalCfgClient.setGroupIdFailoverOrder
(ValueOrExpression<String> value) Sets the "group-id-failover-order" property.void
ProxyBackendCfgClient.setHashFunction
(ValueOrExpression<ProxyBackendCfgDefn.HashFunction> value) Sets the "hash-function" property.void
ReplicationSynchronizationProviderCfgClient.setHealthChecksEnabled
(ValueOrExpression<Boolean> value) Sets the "health-checks-enabled" property.void
ReplicationSynchronizationProviderCfgClient.setHeartbeatInterval
(ValueOrExpression<Long> value) Sets the "heartbeat-interval" property.void
PasswordPolicyCfgClient.setIdleLockoutInterval
(ValueOrExpression<Long> value) Sets the "idle-lockout-interval" property.void
GlobalCfgClient.setIdleTimeLimit
(ValueOrExpression<Long> value) Sets the "idle-time-limit" property.void
JsonEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace
(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.void
JsonOrderingMatchingRuleCfgClient.setIgnoreWhiteSpace
(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.void
JsonQueryEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace
(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace
(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.void
PluggableBackendCfgClient.setImportOffheapMemorySize
(ValueOrExpression<Long> value) Sets the "import-offheap-memory-size" property.void
BackendIndexCfgClient.setIndexEntryLimit
(ValueOrExpression<Integer> value) Sets the "index-entry-limit" property.void
PluggableBackendCfgClient.setIndexEntryLimit
(ValueOrExpression<Integer> value) Sets the "index-entry-limit" property.void
PluggableBackendCfgClient.setIndexFilterAnalyzerEnabled
(ValueOrExpression<Boolean> value) Sets the "index-filter-analyzer-enabled" property.void
PluggableBackendCfgClient.setIndexFilterAnalyzerMaxFilters
(ValueOrExpression<Integer> value) Sets the "index-filter-analyzer-max-filters" property.void
ReplicationSynchronizationProviderCfgClient.setInitializationWindowSize
(ValueOrExpression<Integer> value) Sets the "initialization-window-size" property.void
GlobalCfgClient.setInvalidAttributeSyntaxBehavior
(ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> value) Sets the "invalid-attribute-syntax-behavior" property.void
AttributeCleanupPluginCfgClient.setInvokeForInternalOperations
(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.void
PasswordPolicyImportPluginCfgClient.setInvokeForInternalOperations
(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.void
PluginCfgClient.setInvokeForInternalOperations
(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.void
ReplicationSynchronizationProviderCfgClient.setIsolationPolicy
(ValueOrExpression<ReplicationSynchronizationProviderCfgDefn.IsolationPolicy> value) Sets the "isolation-policy" property.void
LdifBackendCfgClient.setIsPrivateBackend
(ValueOrExpression<Boolean> value) Sets the "is-private-backend" property.void
CertificateMapperCfgClient.setIssuerAttribute
(ValueOrExpression<AttributeType> value) Sets the "issuer-attribute" property.void
AccessControlHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AccountStatusNotificationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AdminDataTrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AdminEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AesPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AlertHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AliveEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AnonymousSaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Argon2PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AttributeCleanupPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AttributeValuePasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
AuthenticationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
BackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Base64PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
BcryptPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
BlindTrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
BlowfishPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CancelExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CertificateMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ChangeNumberControlPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CharacterSetPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ClearPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CollectiveAttributeSubentriesVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ConnectionHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ConsoleErrorLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CoreSchemaCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CramMd5SaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CrestMetricsEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CryptPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CsvFileAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
CsvFileHttpAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
DictionaryPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
DigestMd5SaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
DseeCompatAccessControlHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntityTagPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntityTagVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntryCacheCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntryDnVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntryUuidPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
EntryUuidVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ErrorLogAccountStatusNotificationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ErrorLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ExactMatchIdentityMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ExternalAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ExternalHttpAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ExternalSaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FifoEntryCacheCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedAuditLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedErrorLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedHttpAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedKeyManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileBasedTrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FileCountLogRetentionPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FingerprintCertificateMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FixedTimeLogRotationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
FreeDiskSpaceLogRetentionPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GetConnectionIdExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GetSymmetricKeyExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GoverningStructureRuleVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GraphiteMonitorReporterPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GssapiSaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HasSubordinatesVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HdapAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HdapEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HealthyEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpAnonymousAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpBasicAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpConnectionHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpOauth2CtsAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpOauth2FileAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
IdentityMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
IsMemberOfVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JeBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JmxAlertHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JmxConnectionHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JsonEqualityMatchingRuleCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JsonFileAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JsonFileHttpAccessLogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JsonOrderingMatchingRuleCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
JsonQueryEqualityMatchingRuleCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
KeyManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LastModPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdapAttributeDescriptionListPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdapConnectionHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdapKeyManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdapTrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdifBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LdifConnectionHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LengthBasedPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LogPublisherCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LogRetentionPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
LogRotationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Md5PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
MemberVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
MemoryBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
MonitorBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
NullBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
NumSubordinatesVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordExpirationTimeVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordGeneratorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordModifyExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordPolicyImportPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordPolicyStateExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordPolicySubentryVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pbkdf2HmacSha256PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pbkdf2HmacSha512PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pbkdf2PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PemKeyManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PemTrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pkcs11KeyManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pkcs11TrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Pkcs5s2PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PlainSaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PolicyBasedAccessControlHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
PrometheusEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ProxyBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
RandomPasswordGeneratorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Rc4PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ReferentialIntegrityPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
RegularExpressionIdentityMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
RepeatedCharactersPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ReplicationSynchronizationProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Rest2ldapEndpointCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaltedMd5PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaltedSha1PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaltedSha256PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaltedSha384PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaltedSha512PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SambaPasswordPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SchemaBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SchemaProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ScramSha256PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ScramSha256SaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ScramSha512PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ScramSha512SaslMechanismHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
ServiceDiscoveryMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SevenBitCleanPluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
Sha1PasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SimilarityBasedPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SizeLimitLogRetentionPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SizeLimitLogRotationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SmtpAlertHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SoftReferenceEntryCacheCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
StartTlsExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
StaticServiceDiscoveryMechanismCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
StructuralObjectClassVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SubjectDnToUserAttributeCertificateMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SubjectEqualsDnCertificateMapperCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SubschemaSubentryVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
SynchronizationProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
TaskBackendCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
TimeLimitLogRotationPolicyCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
TraditionalWorkQueueCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
TripleDesPasswordStorageSchemeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
TrustManagerProviderCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
UniqueAttributePluginCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
UniqueCharactersPasswordValidatorCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
UserDefinedVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
UserTemplateVirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
VirtualAttributeCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
WhoAmIExtendedOperationHandlerCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
WorkQueueCfgClient.setJavaClass
(ValueOrExpression<String> value) Sets the "java-class" property.void
GlobalCfgClient.setJeBackendSharedCacheEnabled
(ValueOrExpression<Boolean> value) Sets the "je-backend-shared-cache-enabled" property.void
JsonEqualityMatchingRuleCfgClient.setJsonKeys
(ValueOrExpression<String> value) Sets the "json-keys" property.void
JsonOrderingMatchingRuleCfgClient.setJsonKeys
(ValueOrExpression<String> value) Sets the "json-keys" property.void
ErrorLogPublisherCfgClient.setJsonOutput
(ValueOrExpression<Boolean> value) Sets the "json-output" property.void
CoreSchemaCfgClient.setJsonValidationPolicy
(ValueOrExpression<CoreSchemaCfgDefn.JsonValidationPolicy> value) Sets the "json-validation-policy" property.void
HdapAuthorizationMechanismCfgClient.setJwtAlgorithm
(ValueOrExpression<String> value) Sets the "jwt-algorithm" property.void
HdapAuthorizationMechanismCfgClient.setJwtKeyAlias
(ValueOrExpression<String> value) Sets the "jwt-key-alias" property.void
HdapAuthorizationMechanismCfgClient.setJwtKeyManagerProvider
(ValueOrExpression<String> value) Sets the "jwt-key-manager-provider" property.void
HdapAuthorizationMechanismCfgClient.setJwtValidityPeriod
(ValueOrExpression<Long> value) Sets the "jwt-validity-period" property.void
GssapiSaslMechanismHandlerCfgClient.setKdcAddress
(ValueOrExpression<String> value) Sets the "kdc-address" property.void
ProxyBackendCfgClient.setKeepAliveInterval
(ValueOrExpression<Long> value) Sets the "keep-alive-interval" property.void
ProxyBackendCfgClient.setKeepAliveSearchRequestBaseDn
(ValueOrExpression<Dn> value) Sets the "keep-alive-search-request-base-dn" property.void
ProxyBackendCfgClient.setKeepAliveSearchRequestFilter
(ValueOrExpression<String> value) Sets the "keep-alive-search-request-filter" property.void
ProxyBackendCfgClient.setKeepAliveTimeout
(ValueOrExpression<Long> value) Sets the "keep-alive-timeout" property.void
HttpConnectionHandlerCfgClient.setKeepStats
(ValueOrExpression<Boolean> value) Sets the "keep-stats" property.void
LdapConnectionHandlerCfgClient.setKeepStats
(ValueOrExpression<Boolean> value) Sets the "keep-stats" property.void
AdministrationConnectorCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
CryptoManagerCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
HttpConnectionHandlerCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
JmxConnectionHandlerCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
LdapConnectionHandlerCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
ProxyBackendCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
ReplicationSynchronizationProviderCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
StaticServiceDiscoveryMechanismCfgClient.setKeyManagerProvider
(ValueOrExpression<String> value) Sets the "key-manager-provider" property.void
CsvFileAccessLogPublisherCfgClient.setKeyStoreFile
(ValueOrExpression<String> value) Sets the "key-store-file" property.void
CsvFileHttpAccessLogPublisherCfgClient.setKeyStoreFile
(ValueOrExpression<String> value) Sets the "key-store-file" property.void
FileBasedKeyManagerProviderCfgClient.setKeyStoreFile
(ValueOrExpression<String> value) Sets the "key-store-file" property.void
CsvFileAccessLogPublisherCfgClient.setKeyStorePin
(ValueOrExpression<String> value) Sets the "key-store-pin" property.void
CsvFileHttpAccessLogPublisherCfgClient.setKeyStorePin
(ValueOrExpression<String> value) Sets the "key-store-pin" property.void
FileBasedKeyManagerProviderCfgClient.setKeyStorePin
(ValueOrExpression<String> value) Sets the "key-store-pin" property.void
LdapKeyManagerProviderCfgClient.setKeyStorePin
(ValueOrExpression<String> value) Sets the "key-store-pin" property.void
Pkcs11KeyManagerProviderCfgClient.setKeyStorePin
(ValueOrExpression<String> value) Sets the "key-store-pin" property.void
FileBasedKeyManagerProviderCfgClient.setKeyStoreType
(ValueOrExpression<String> value) Sets the "key-store-type" property.void
Pkcs11KeyManagerProviderCfgClient.setKeyStoreType
(ValueOrExpression<String> value) Sets the "key-store-type" property.void
GssapiSaslMechanismHandlerCfgClient.setKeytab
(ValueOrExpression<String> value) Sets the "keytab" property.void
CryptoManagerCfgClient.setKeyWrappingMode
(ValueOrExpression<CryptoManagerCfgDefn.KeyWrappingMode> value) Sets the "key-wrapping-mode" property.void
CryptoManagerCfgClient.setKeyWrappingTransformation
(ValueOrExpression<String> value) Sets the "key-wrapping-transformation" property.void
PasswordPolicyCfgClient.setLastLoginTimeAttribute
(ValueOrExpression<AttributeType> value) Sets the "last-login-time-attribute" property.void
PasswordPolicyCfgClient.setLastLoginTimeFormat
(ValueOrExpression<String> value) Sets the "last-login-time-format" property.void
LdifConnectionHandlerCfgClient.setLdifDirectory
(ValueOrExpression<String> value) Sets the "ldif-directory" property.void
LdifBackendCfgClient.setLdifFile
(ValueOrExpression<String> value) Sets the "ldif-file" property.void
PrometheusEndpointCfgClient.setLegacyFormat
(ValueOrExpression<Boolean> value) Sets the "legacy-format" property.void
JmxConnectionHandlerCfgClient.setListenAddress
(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "listen-address" property.void
AdministrationConnectorCfgClient.setListenPort
(ValueOrExpression<Integer> value) Sets the "listen-port" property.void
HttpConnectionHandlerCfgClient.setListenPort
(ValueOrExpression<Integer> value) Sets the "listen-port" property.void
JmxConnectionHandlerCfgClient.setListenPort
(ValueOrExpression<Integer> value) Sets the "listen-port" property.void
LdapConnectionHandlerCfgClient.setListenPort
(ValueOrExpression<Integer> value) Sets the "listen-port" property.void
PasswordPolicyCfgClient.setLockoutDuration
(ValueOrExpression<Long> value) Sets the "lockout-duration" property.void
PasswordPolicyCfgClient.setLockoutFailureCount
(ValueOrExpression<Integer> value) Sets the "lockout-failure-count" property.void
PasswordPolicyCfgClient.setLockoutFailureExpirationInterval
(ValueOrExpression<Long> value) Sets the "lockout-failure-expiration-interval" property.void
FifoEntryCacheCfgClient.setLockTimeout
(ValueOrExpression<Long> value) Sets the "lock-timeout" property.void
SoftReferenceEntryCacheCfgClient.setLockTimeout
(ValueOrExpression<Long> value) Sets the "lock-timeout" property.void
ReplicationSynchronizationProviderCfgClient.setLogChangenumber
(ValueOrExpression<Boolean> value) Sets the "log-changenumber" property.void
CommonAuditAccessLogPublisherCfgClient.setLogControls
(ValueOrExpression<Boolean> value) Sets the "log-controls" property.void
FileBasedAccessLogPublisherCfgClient.setLogControls
(ValueOrExpression<Boolean> value) Sets the "log-controls" property.void
CsvFileAccessLogPublisherCfgClient.setLogDirectory
(ValueOrExpression<String> value) Sets the "log-directory" property.void
CsvFileHttpAccessLogPublisherCfgClient.setLogDirectory
(ValueOrExpression<String> value) Sets the "log-directory" property.void
JsonFileAccessLogPublisherCfgClient.setLogDirectory
(ValueOrExpression<String> value) Sets the "log-directory" property.void
JsonFileHttpAccessLogPublisherCfgClient.setLogDirectory
(ValueOrExpression<String> value) Sets the "log-directory" property.void
FileBasedAccessLogPublisherCfgClient.setLogFile
(ValueOrExpression<String> value) Sets the "log-file" property.void
FileBasedAuditLogPublisherCfgClient.setLogFile
(ValueOrExpression<String> value) Sets the "log-file" property.void
FileBasedErrorLogPublisherCfgClient.setLogFile
(ValueOrExpression<String> value) Sets the "log-file" property.void
FileBasedHttpAccessLogPublisherCfgClient.setLogFile
(ValueOrExpression<String> value) Sets the "log-file" property.void
ReferentialIntegrityPluginCfgClient.setLogFile
(ValueOrExpression<String> value) Sets the "log-file" property.void
CsvFileAccessLogPublisherCfgClient.setLogFileNamePrefix
(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.void
CsvFileHttpAccessLogPublisherCfgClient.setLogFileNamePrefix
(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.void
JsonFileAccessLogPublisherCfgClient.setLogFileNamePrefix
(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.void
JsonFileHttpAccessLogPublisherCfgClient.setLogFileNamePrefix
(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.void
FileBasedAccessLogPublisherCfgClient.setLogFilePermissions
(ValueOrExpression<String> value) Sets the "log-file-permissions" property.void
FileBasedAuditLogPublisherCfgClient.setLogFilePermissions
(ValueOrExpression<String> value) Sets the "log-file-permissions" property.void
FileBasedErrorLogPublisherCfgClient.setLogFilePermissions
(ValueOrExpression<String> value) Sets the "log-file-permissions" property.void
FileBasedHttpAccessLogPublisherCfgClient.setLogFilePermissions
(ValueOrExpression<String> value) Sets the "log-file-permissions" property.void
FileBasedAccessLogPublisherCfgClient.setLogFormat
(ValueOrExpression<FileBasedAccessLogPublisherCfgDefn.LogFormat> value) Sets the "log-format" property.void
FileBasedHttpAccessLogPublisherCfgClient.setLogFormat
(ValueOrExpression<String> value) Sets the "log-format" property.void
JsonFileAccessLogPublisherCfgClient.setLogModifiedAttributeValues
(ValueOrExpression<Boolean> value) Sets the "log-modified-attribute-values" property.void
FileBasedAccessLogPublisherCfgClient.setLogRecordTimeFormat
(ValueOrExpression<String> value) Sets the "log-record-time-format" property.void
FileBasedHttpAccessLogPublisherCfgClient.setLogRecordTimeFormat
(ValueOrExpression<String> value) Sets the "log-record-time-format" property.void
CryptoManagerCfgClient.setMacAlgorithm
(ValueOrExpression<String> value) Sets the "mac-algorithm" property.void
CryptoManagerCfgClient.setMacKeyLength
(ValueOrExpression<Integer> value) Sets the "mac-key-length" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindDn
(ValueOrExpression<Dn> value) Sets the "mapped-search-bind-dn" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPassword
(ValueOrExpression<String> value) Sets the "mapped-search-bind-password" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchFilterTemplate
(ValueOrExpression<String> value) Sets the "mapped-search-filter-template" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappingPolicy
(ValueOrExpression<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy> value) Sets the "mapping-policy" property.void
CryptoManagerCfgClient.setMasterKeyAlias
(ValueOrExpression<String> value) Sets the "master-key-alias" property.void
JsonEqualityMatchingRuleCfgClient.setMatchingRuleName
(ValueOrExpression<String> value) Sets the "matching-rule-name" property.void
JsonOrderingMatchingRuleCfgClient.setMatchingRuleName
(ValueOrExpression<String> value) Sets the "matching-rule-name" property.void
JsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleName
(ValueOrExpression<String> value) Sets the "matching-rule-name" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleName
(ValueOrExpression<String> value) Sets the "matching-rule-name" property.void
JsonEqualityMatchingRuleCfgClient.setMatchingRuleOid
(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.void
JsonOrderingMatchingRuleCfgClient.setMatchingRuleOid
(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.void
JsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleOid
(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleOid
(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.void
RegularExpressionIdentityMapperCfgClient.setMatchPattern
(ValueOrExpression<String> value) Sets the "match-pattern" property.void
GlobalCfgClient.setMaxAllowedClientConnections
(ValueOrExpression<Integer> value) Sets the "max-allowed-client-connections" property.void
HttpConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit
(ValueOrExpression<Long> value) Sets the "max-blocked-write-time-limit" property.void
LdapConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit
(ValueOrExpression<Long> value) Sets the "max-blocked-write-time-limit" property.void
GlobalCfgClient.setMaxCandidateSetSize
(ValueOrExpression<Integer> value) Sets the "max-candidate-set-size" property.void
HttpConnectionHandlerCfgClient.setMaxConcurrentOpsPerConnection
(ValueOrExpression<Integer> value) Sets the "max-concurrent-ops-per-connection" property.void
RepeatedCharactersPasswordValidatorCfgClient.setMaxConsecutiveLength
(ValueOrExpression<Integer> value) Sets the "max-consecutive-length" property.void
FifoEntryCacheCfgClient.setMaxEntries
(ValueOrExpression<Integer> value) Sets the "max-entries" property.void
GlobalCfgClient.setMaxInternalBufferSize
(ValueOrExpression<Long> value) Sets the "max-internal-buffer-size" property.void
FifoEntryCacheCfgClient.setMaxMemoryPercent
(ValueOrExpression<Integer> value) Sets the "max-memory-percent" property.void
PasswordPolicyCfgClient.setMaxPasswordAge
(ValueOrExpression<Long> value) Sets the "max-password-age" property.void
LengthBasedPasswordValidatorCfgClient.setMaxPasswordLength
(ValueOrExpression<Integer> value) Sets the "max-password-length" property.void
PasswordPolicyCfgClient.setMaxPasswordResetAge
(ValueOrExpression<Long> value) Sets the "max-password-reset-age" property.void
GlobalCfgClient.setMaxPsearches
(ValueOrExpression<Integer> value) Sets the "max-psearches" property.void
ReplicationSynchronizationProviderCfgClient.setMaxReplicationDelayHealthCheck
(ValueOrExpression<Long> value) Sets the "max-replication-delay-health-check" property.void
HttpConnectionHandlerCfgClient.setMaxRequestSize
(ValueOrExpression<Long> value) Sets the "max-request-size" property.void
LdapConnectionHandlerCfgClient.setMaxRequestSize
(ValueOrExpression<Long> value) Sets the "max-request-size" property.void
SmtpAlertHandlerCfgClient.setMessageBody
(ValueOrExpression<String> value) Sets the "message-body" property.void
SmtpAlertHandlerCfgClient.setMessageSubject
(ValueOrExpression<String> value) Sets the "message-subject" property.void
GraphiteMonitorReporterPluginCfgClient.setMetricNamePrefix
(ValueOrExpression<String> value) Sets the "metric-name-prefix" property.void
CharacterSetPasswordValidatorCfgClient.setMinCharacterSets
(ValueOrExpression<Integer> value) Sets the "min-character-sets" property.void
PasswordPolicyCfgClient.setMinPasswordAge
(ValueOrExpression<Long> value) Sets the "min-password-age" property.void
SimilarityBasedPasswordValidatorCfgClient.setMinPasswordDifference
(ValueOrExpression<Integer> value) Sets the "min-password-difference" property.void
LengthBasedPasswordValidatorCfgClient.setMinPasswordLength
(ValueOrExpression<Integer> value) Sets the "min-password-length" property.void
AttributeValuePasswordValidatorCfgClient.setMinSubstringLength
(ValueOrExpression<Integer> value) Sets the "min-substring-length" property.void
DictionaryPasswordValidatorCfgClient.setMinSubstringLength
(ValueOrExpression<Integer> value) Sets the "min-substring-length" property.void
UniqueCharactersPasswordValidatorCfgClient.setMinUniqueCharacters
(ValueOrExpression<Integer> value) Sets the "min-unique-characters" property.void
BackendVlvIndexCfgClient.setName
(ValueOrExpression<String> value) Sets the "name" property.void
TaskBackendCfgClient.setNotificationSenderAddress
(ValueOrExpression<String> value) Sets the "notification-sender-address" property.void
GlobalCfgClient.setNotifyAbandonedOperations
(ValueOrExpression<Boolean> value) Sets the "notify-abandoned-operations" property.void
FileCountLogRetentionPolicyCfgClient.setNumberOfFiles
(ValueOrExpression<Integer> value) Sets the "number-of-files" property.void
HttpConnectionHandlerCfgClient.setNumRequestHandlers
(ValueOrExpression<Integer> value) Sets the "num-request-handlers" property.void
LdapConnectionHandlerCfgClient.setNumRequestHandlers
(ValueOrExpression<Integer> value) Sets the "num-request-handlers" property.void
ReplicationSynchronizationProviderCfgClient.setNumUpdateReplayThreads
(ValueOrExpression<Integer> value) Sets the "num-update-replay-threads" property.void
TraditionalWorkQueueCfgClient.setNumWorkerThreads
(ValueOrExpression<Integer> value) Sets the "num-worker-threads" property.void
PasswordPolicyCfgClient.setPasswordAttribute
(ValueOrExpression<AttributeType> value) Sets the "password-attribute" property.void
PasswordPolicyCfgClient.setPasswordChangeRequiresCurrentPassword
(ValueOrExpression<Boolean> value) Sets the "password-change-requires-current-password" property.void
PasswordPolicyCfgClient.setPasswordExpirationWarningInterval
(ValueOrExpression<Long> value) Sets the "password-expiration-warning-interval" property.void
RandomPasswordGeneratorCfgClient.setPasswordFormat
(ValueOrExpression<String> value) Sets the "password-format" property.void
PasswordPolicyCfgClient.setPasswordGenerator
(ValueOrExpression<String> value) Sets the "password-generator" property.void
PasswordPolicyCfgClient.setPasswordHistoryCount
(ValueOrExpression<Integer> value) Sets the "password-history-count" property.void
PasswordPolicyCfgClient.setPasswordHistoryDuration
(ValueOrExpression<Long> value) Sets the "password-history-duration" property.void
Pbkdf2PasswordStorageSchemeCfgClient.setPbkdf2Iterations
(ValueOrExpression<Integer> value) Sets the "pbkdf2-iterations" property.void
PemKeyManagerProviderCfgClient.setPemDirectory
(ValueOrExpression<String> value) Sets the "pem-directory" property.void
PemTrustManagerProviderCfgClient.setPemDirectory
(ValueOrExpression<String> value) Sets the "pem-directory" property.void
Pkcs11KeyManagerProviderCfgClient.setPkcs11ProviderArg
(ValueOrExpression<String> value) Sets the "pkcs11-provider-arg" property.void
Pkcs11TrustManagerProviderCfgClient.setPkcs11ProviderArg
(ValueOrExpression<String> value) Sets the "pkcs11-provider-arg" property.void
Pkcs11KeyManagerProviderCfgClient.setPkcs11ProviderClass
(ValueOrExpression<String> value) Sets the "pkcs11-provider-class" property.void
Pkcs11TrustManagerProviderCfgClient.setPkcs11ProviderClass
(ValueOrExpression<String> value) Sets the "pkcs11-provider-class" property.void
Pkcs11KeyManagerProviderCfgClient.setPkcs11ProviderName
(ValueOrExpression<String> value) Sets the "pkcs11-provider-name" property.void
Pkcs11TrustManagerProviderCfgClient.setPkcs11ProviderName
(ValueOrExpression<String> value) Sets the "pkcs11-provider-name" property.void
PluginRootCfgClient.setPluginOrderIntermediateResponse
(ValueOrExpression<String> value) Sets the "plugin-order-intermediate-response" property.void
PluginRootCfgClient.setPluginOrderLdifImport
(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import" property.void
PluginRootCfgClient.setPluginOrderLdifImportBegin
(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import-begin" property.void
PluginRootCfgClient.setPluginOrderLdifImportEnd
(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import-end" property.void
PluginRootCfgClient.setPluginOrderPostCommitAdd
(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-add" property.void
PluginRootCfgClient.setPluginOrderPostCommitDelete
(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-delete" property.void
PluginRootCfgClient.setPluginOrderPostCommitModify
(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-modify" property.void
PluginRootCfgClient.setPluginOrderPostCommitModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPostConnect
(ValueOrExpression<String> value) Sets the "plugin-order-post-connect" property.void
PluginRootCfgClient.setPluginOrderPostDisconnect
(ValueOrExpression<String> value) Sets the "plugin-order-post-disconnect" property.void
PluginRootCfgClient.setPluginOrderPostOperationAbandon
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-abandon" property.void
PluginRootCfgClient.setPluginOrderPostOperationAdd
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-add" property.void
PluginRootCfgClient.setPluginOrderPostOperationBind
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-bind" property.void
PluginRootCfgClient.setPluginOrderPostOperationCompare
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-compare" property.void
PluginRootCfgClient.setPluginOrderPostOperationDelete
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-delete" property.void
PluginRootCfgClient.setPluginOrderPostOperationExtended
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-extended" property.void
PluginRootCfgClient.setPluginOrderPostOperationModify
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-modify" property.void
PluginRootCfgClient.setPluginOrderPostOperationModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPostOperationSearch
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-search" property.void
PluginRootCfgClient.setPluginOrderPostOperationUnbind
(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-unbind" property.void
PluginRootCfgClient.setPluginOrderPostResponseAdd
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-add" property.void
PluginRootCfgClient.setPluginOrderPostResponseBind
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-bind" property.void
PluginRootCfgClient.setPluginOrderPostResponseCompare
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-compare" property.void
PluginRootCfgClient.setPluginOrderPostResponseDelete
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-delete" property.void
PluginRootCfgClient.setPluginOrderPostResponseExtended
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-extended" property.void
PluginRootCfgClient.setPluginOrderPostResponseModify
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-modify" property.void
PluginRootCfgClient.setPluginOrderPostResponseModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPostResponseSearch
(ValueOrExpression<String> value) Sets the "plugin-order-post-response-search" property.void
PluginRootCfgClient.setPluginOrderPostSynchronizationAdd
(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-add" property.void
PluginRootCfgClient.setPluginOrderPostSynchronizationDelete
(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-delete" property.void
PluginRootCfgClient.setPluginOrderPostSynchronizationModify
(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-modify" property.void
PluginRootCfgClient.setPluginOrderPostSynchronizationModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPreOperationAdd
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-add" property.void
PluginRootCfgClient.setPluginOrderPreOperationBind
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-bind" property.void
PluginRootCfgClient.setPluginOrderPreOperationCompare
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-compare" property.void
PluginRootCfgClient.setPluginOrderPreOperationDelete
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-delete" property.void
PluginRootCfgClient.setPluginOrderPreOperationExtended
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-extended" property.void
PluginRootCfgClient.setPluginOrderPreOperationModify
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-modify" property.void
PluginRootCfgClient.setPluginOrderPreOperationModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPreOperationSearch
(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-search" property.void
PluginRootCfgClient.setPluginOrderPreParseAbandon
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-abandon" property.void
PluginRootCfgClient.setPluginOrderPreParseAdd
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-add" property.void
PluginRootCfgClient.setPluginOrderPreParseBind
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-bind" property.void
PluginRootCfgClient.setPluginOrderPreParseCompare
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-compare" property.void
PluginRootCfgClient.setPluginOrderPreParseDelete
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-delete" property.void
PluginRootCfgClient.setPluginOrderPreParseExtended
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-extended" property.void
PluginRootCfgClient.setPluginOrderPreParseModify
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-modify" property.void
PluginRootCfgClient.setPluginOrderPreParseModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-modify-dn" property.void
PluginRootCfgClient.setPluginOrderPreParseSearch
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-search" property.void
PluginRootCfgClient.setPluginOrderPreParseUnbind
(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-unbind" property.void
PluginRootCfgClient.setPluginOrderSearchResultEntry
(ValueOrExpression<String> value) Sets the "plugin-order-search-result-entry" property.void
PluginRootCfgClient.setPluginOrderSearchResultReference
(ValueOrExpression<String> value) Sets the "plugin-order-search-result-reference" property.void
PluginRootCfgClient.setPluginOrderShutdown
(ValueOrExpression<String> value) Sets the "plugin-order-shutdown" property.void
PluginRootCfgClient.setPluginOrderStartup
(ValueOrExpression<String> value) Sets the "plugin-order-startup" property.void
PluginRootCfgClient.setPluginOrderSubordinateDelete
(ValueOrExpression<String> value) Sets the "plugin-order-subordinate-delete" property.void
PluginRootCfgClient.setPluginOrderSubordinateModifyDn
(ValueOrExpression<String> value) Sets the "plugin-order-subordinate-modify-dn" property.void
LdifConnectionHandlerCfgClient.setPollInterval
(ValueOrExpression<Long> value) Sets the "poll-interval" property.void
PluggableBackendCfgClient.setPreloadTimeLimit
(ValueOrExpression<Long> value) Sets the "preload-time-limit" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setPrimaryGroupId
(ValueOrExpression<String> value) Sets the "primary-group-id" property.void
GssapiSaslMechanismHandlerCfgClient.setPrincipalName
(ValueOrExpression<String> value) Sets the "principal-name" property.void
AdministrationConnectorCfgClient.setProxyProtocolEnabled
(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.void
GlobalCfgClient.setProxyProtocolEnabled
(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.void
LdapConnectionHandlerCfgClient.setProxyProtocolEnabled
(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.void
ProxyBackendCfgClient.setProxyUserDn
(ValueOrExpression<Dn> value) Sets the "proxy-user-dn" property.void
ProxyBackendCfgClient.setProxyUserPassword
(ValueOrExpression<String> value) Sets the "proxy-user-password" property.void
DigestMd5SaslMechanismHandlerCfgClient.setQualityOfProtection
(ValueOrExpression<DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection> value) Sets the "quality-of-protection" property.void
GssapiSaslMechanismHandlerCfgClient.setQualityOfProtection
(ValueOrExpression<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection> value) Sets the "quality-of-protection" property.void
FileBasedAccessLogPublisherCfgClient.setQueueSize
(ValueOrExpression<Integer> value) Sets the "queue-size" property.void
FileBasedAuditLogPublisherCfgClient.setQueueSize
(ValueOrExpression<Integer> value) Sets the "queue-size" property.void
FileBasedErrorLogPublisherCfgClient.setQueueSize
(ValueOrExpression<Integer> value) Sets the "queue-size" property.void
FileBasedHttpAccessLogPublisherCfgClient.setQueueSize
(ValueOrExpression<Integer> value) Sets the "queue-size" property.void
DigestMd5SaslMechanismHandlerCfgClient.setRealm
(ValueOrExpression<String> value) Sets the "realm" property.void
GssapiSaslMechanismHandlerCfgClient.setRealm
(ValueOrExpression<String> value) Sets the "realm" property.void
Argon2PasswordStorageSchemeCfgClient.setRehashPolicy
(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.void
BcryptPasswordStorageSchemeCfgClient.setRehashPolicy
(ValueOrExpression<BcryptPasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.void
Pbkdf2PasswordStorageSchemeCfgClient.setRehashPolicy
(ValueOrExpression<Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.void
RegularExpressionIdentityMapperCfgClient.setReplacePattern
(ValueOrExpression<String> value) Sets the "replace-pattern" property.void
ReplicationServerCfgClient.setReplicationDbDirectory
(ValueOrExpression<String> value) Sets the "replication-db-directory" property.void
ReplicationServerCfgClient.setReplicationPort
(ValueOrExpression<Integer> value) Sets the "replication-port" property.void
ReplicationSynchronizationProviderCfgClient.setReplicationPurgeDelay
(ValueOrExpression<Long> value) Sets the "replication-purge-delay" property.void
GraphiteMonitorReporterPluginCfgClient.setReportingInterval
(ValueOrExpression<Long> value) Sets the "reporting-interval" property.void
GlobalAccessControlPolicyCfgClient.setRequestTargetDnEqualToUserDn
(ValueOrExpression<Boolean> value) Sets the "request-target-dn-equal-to-user-dn" property.void
PasswordPolicyCfgClient.setRequireChangeByTime
(ValueOrExpression<String> value) Sets the "require-change-by-time" property.void
PasswordPolicyCfgClient.setRequireSecureAuthentication
(ValueOrExpression<Boolean> value) Sets the "require-secure-authentication" property.void
PasswordPolicyCfgClient.setRequireSecurePasswordChanges
(ValueOrExpression<Boolean> value) Sets the "require-secure-password-changes" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEntrySizeGreaterThan
(ValueOrExpression<Long> value) Sets the "response-entry-size-greater-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeGreaterThan
(ValueOrExpression<Integer> value) Sets the "response-etime-greater-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeLessThan
(ValueOrExpression<Integer> value) Sets the "response-etime-less-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeProcessingGreaterThan
(ValueOrExpression<Integer> value) Sets the "response-etime-processing-greater-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeProcessingLessThan
(ValueOrExpression<Integer> value) Sets the "response-etime-processing-less-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeQueueingGreaterThan
(ValueOrExpression<Integer> value) Sets the "response-etime-queueing-greater-than" property.void
AccessLogFilteringCriteriaCfgClient.setResponseEtimeQueueingLessThan
(ValueOrExpression<Integer> value) Sets the "response-etime-queueing-less-than" property.void
AdministrationConnectorCfgClient.setRestrictedClientConnectionLimit
(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.void
ConnectionHandlerCfgClient.setRestrictedClientConnectionLimit
(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.void
GlobalCfgClient.setRestrictedClientConnectionLimit
(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.void
GlobalCfgClient.setReturnBindErrorMessages
(ValueOrExpression<Boolean> value) Sets the "return-bind-error-messages" property.void
HdapEndpointCfgClient.setReturnNullForMissingProperties
(ValueOrExpression<Boolean> value) Sets the "return-null-for-missing-properties" property.void
Rest2ldapEndpointCfgClient.setReturnNullForMissingProperties
(ValueOrExpression<Boolean> value) Sets the "return-null-for-missing-properties" property.void
JmxConnectionHandlerCfgClient.setRmiPort
(ValueOrExpression<Integer> value) Sets the "rmi-port" property.void
TimeLimitLogRotationPolicyCfgClient.setRotationInterval
(ValueOrExpression<Long> value) Sets the "rotation-interval" property.void
ProxyBackendCfgClient.setRouteAll
(ValueOrExpression<Boolean> value) Sets the "route-all" property.void
SambaPasswordPluginCfgClient.setSambaAdministratorDn
(ValueOrExpression<Dn> value) Sets the "samba-administrator-dn" property.void
GlobalCfgClient.setSaveConfigOnSuccessfulStartup
(ValueOrExpression<Boolean> value) Sets the "save-config-on-successful-startup" property.void
BackendVlvIndexCfgClient.setScope
(ValueOrExpression<BackendVlvIndexCfgDefn.Scope> value) Sets the "scope" property.void
VirtualAttributeCfgClient.setScope
(ValueOrExpression<VirtualAttributeCfgDefn.Scope> value) Sets the "scope" property.void
ScramSha256PasswordStorageSchemeCfgClient.setScramIterations
(ValueOrExpression<Integer> value) Sets the "scram-iterations" property.void
ScramSha512PasswordStorageSchemeCfgClient.setScramIterations
(ValueOrExpression<Integer> value) Sets the "scram-iterations" property.void
AccessLogFilteringCriteriaCfgClient.setSearchResponseIsIndexed
(ValueOrExpression<Boolean> value) Sets the "search-response-is-indexed" property.void
AccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesGreaterThan
(ValueOrExpression<Integer> value) Sets the "search-response-nentries-greater-than" property.void
AccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesLessThan
(ValueOrExpression<Integer> value) Sets the "search-response-nentries-less-than" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setSendEmailAsHtml
(ValueOrExpression<Boolean> value) Sets the "send-email-as-html" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setSenderAddress
(ValueOrExpression<String> value) Sets the "sender-address" property.void
SmtpAlertHandlerCfgClient.setSenderAddress
(ValueOrExpression<String> value) Sets the "sender-address" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setSendMessageWithoutEndUserAddress
(ValueOrExpression<Boolean> value) Sets the "send-message-without-end-user-address" property.void
DigestMd5SaslMechanismHandlerCfgClient.setServerFqdn
(ValueOrExpression<String> value) Sets the "server-fqdn" property.void
GssapiSaslMechanismHandlerCfgClient.setServerFqdn
(ValueOrExpression<String> value) Sets the "server-fqdn" property.void
GlobalCfgClient.setServerId
(ValueOrExpression<String> value) Sets the "server-id" property.void
RootDseBackendCfgClient.setShowAllAttributes
(ValueOrExpression<Boolean> value) Sets the "show-all-attributes" property.void
SchemaBackendCfgClient.setShowAllAttributes
(ValueOrExpression<Boolean> value) Sets the "show-all-attributes" property.void
RootDseBackendCfgClient.setShowSubordinateNamingContexts
(ValueOrExpression<Boolean> value) Sets the "show-subordinate-naming-contexts" property.void
CsvFileAccessLogPublisherCfgClient.setSignatureTimeInterval
(ValueOrExpression<Long> value) Sets the "signature-time-interval" property.void
CsvFileHttpAccessLogPublisherCfgClient.setSignatureTimeInterval
(ValueOrExpression<Long> value) Sets the "signature-time-interval" property.void
GlobalCfgClient.setSingleStructuralObjectclassBehavior
(ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> value) Sets the "single-structural-objectclass-behavior" property.void
GlobalCfgClient.setSizeLimit
(ValueOrExpression<Integer> value) Sets the "size-limit" property.void
PasswordPolicyCfgClient.setSkipValidationForAdministrators
(ValueOrExpression<Boolean> value) Sets the "skip-validation-for-administrators" property.void
MailServerCfgClient.setSmtpServer
(ValueOrExpression<String> value) Sets the "smtp-server" property.void
ReplicationSynchronizationProviderCfgClient.setSolveConflicts
(ValueOrExpression<Boolean> value) Sets the "solve-conflicts" property.void
BackendVlvIndexCfgClient.setSortOrder
(ValueOrExpression<String> value) Sets the "sort-order" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setSourceAddress
(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "source-address" property.void
ReplicationSynchronizationProviderCfgClient.setSourceAddress
(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "source-address" property.void
HttpConnectionHandlerCfgClient.setSslClientAuthPolicy
(ValueOrExpression<HttpConnectionHandlerCfgDefn.SslClientAuthPolicy> value) Sets the "ssl-client-auth-policy" property.void
LdapConnectionHandlerCfgClient.setSslClientAuthPolicy
(ValueOrExpression<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy> value) Sets the "ssl-client-auth-policy" property.void
ReplicationSynchronizationProviderCfgClient.setSslEncryption
(ValueOrExpression<Boolean> value) Sets the "ssl-encryption" property.void
PasswordPolicyCfgClient.setStateUpdateFailurePolicy
(ValueOrExpression<PasswordPolicyCfgDefn.StateUpdateFailurePolicy> value) Sets the "state-update-failure-policy" property.void
CoreSchemaCfgClient.setStrictFormatBoolean
(ValueOrExpression<Boolean> value) Sets the "strict-format-boolean" property.void
CoreSchemaCfgClient.setStrictFormatCertificateLists
(ValueOrExpression<Boolean> value) Sets the "strict-format-certificate-lists" property.void
CoreSchemaCfgClient.setStrictFormatCertificatePairs
(ValueOrExpression<Boolean> value) Sets the "strict-format-certificate-pairs" property.void
CoreSchemaCfgClient.setStrictFormatCertificates
(ValueOrExpression<Boolean> value) Sets the "strict-format-certificates" property.void
CoreSchemaCfgClient.setStrictFormatCountryString
(ValueOrExpression<Boolean> value) Sets the "strict-format-country-string" property.void
CoreSchemaCfgClient.setStrictFormatJpegPhotos
(ValueOrExpression<Boolean> value) Sets the "strict-format-jpeg-photos" property.void
CoreSchemaCfgClient.setStrictFormatPostalAddresses
(ValueOrExpression<Boolean> value) Sets the "strict-format-postal-addresses" property.void
CoreSchemaCfgClient.setStrictFormatTelephoneNumbers
(ValueOrExpression<Boolean> value) Sets the "strict-format-telephone-numbers" property.void
CoreSchemaCfgClient.setStripSyntaxMinUpperBoundAttributeTypeDescription
(ValueOrExpression<Boolean> value) Sets the "strip-syntax-min-upper-bound-attribute-type-description" property.void
SubjectDnToUserAttributeCertificateMapperCfgClient.setSubjectAttribute
(ValueOrExpression<AttributeType> value) Sets the "subject-attribute" property.void
BackendIndexCfgClient.setSubstringLength
(ValueOrExpression<Integer> value) Sets the "substring-length" property.void
AccessLogPublisherCfgClient.setSuppressInternalOperations
(ValueOrExpression<Boolean> value) Sets the "suppress-internal-operations" property.void
AccessLogPublisherCfgClient.setSuppressSynchronizationOperations
(ValueOrExpression<Boolean> value) Sets the "suppress-synchronization-operations" property.void
CsvFileAccessLogPublisherCfgClient.setTamperEvident
(ValueOrExpression<Boolean> value) Sets the "tamper-evident" property.void
CsvFileHttpAccessLogPublisherCfgClient.setTamperEvident
(ValueOrExpression<Boolean> value) Sets the "tamper-evident" property.void
TaskBackendCfgClient.setTaskBackingFile
(ValueOrExpression<String> value) Sets the "task-backing-file" property.void
TaskBackendCfgClient.setTaskRetentionTime
(ValueOrExpression<Long> value) Sets the "task-retention-time" property.void
UserTemplateVirtualAttributeCfgClient.setTemplate
(ValueOrExpression<String> value) Sets the "template" property.void
AttributeValuePasswordValidatorCfgClient.setTestReversedPassword
(ValueOrExpression<Boolean> value) Sets the "test-reversed-password" property.void
DictionaryPasswordValidatorCfgClient.setTestReversedPassword
(ValueOrExpression<Boolean> value) Sets the "test-reversed-password" property.void
FileBasedAccessLogPublisherCfgClient.setTimeInterval
(ValueOrExpression<Long> value) Sets the "time-interval" property.void
FileBasedAuditLogPublisherCfgClient.setTimeInterval
(ValueOrExpression<Long> value) Sets the "time-interval" property.void
FileBasedErrorLogPublisherCfgClient.setTimeInterval
(ValueOrExpression<Long> value) Sets the "time-interval" property.void
FileBasedHttpAccessLogPublisherCfgClient.setTimeInterval
(ValueOrExpression<Long> value) Sets the "time-interval" property.void
GlobalCfgClient.setTimeLimit
(ValueOrExpression<Long> value) Sets the "time-limit" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setTokenInfoUrl
(ValueOrExpression<String> value) Sets the "token-info-url" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setTokenIntrospectionUrl
(ValueOrExpression<String> value) Sets the "token-introspection-url" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
MailServerCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
StaticServiceDiscoveryMechanismCfgClient.setTrustManagerProvider
(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.void
FileBasedTrustManagerProviderCfgClient.setTrustStoreFile
(ValueOrExpression<String> value) Sets the "trust-store-file" property.void
FileBasedTrustManagerProviderCfgClient.setTrustStorePin
(ValueOrExpression<String> value) Sets the "trust-store-pin" property.void
LdapTrustManagerProviderCfgClient.setTrustStorePin
(ValueOrExpression<String> value) Sets the "trust-store-pin" property.void
Pkcs11TrustManagerProviderCfgClient.setTrustStorePin
(ValueOrExpression<String> value) Sets the "trust-store-pin" property.void
FileBasedTrustManagerProviderCfgClient.setTrustStoreType
(ValueOrExpression<String> value) Sets the "trust-store-type" property.void
Pkcs11TrustManagerProviderCfgClient.setTrustStoreType
(ValueOrExpression<String> value) Sets the "trust-store-type" property.void
GlobalCfgClient.setTrustTransactionIds
(ValueOrExpression<Boolean> value) Sets the "trust-transaction-ids" property.void
BackendIndexCfgClient.setTtlAge
(ValueOrExpression<Long> value) Sets the "ttl-age" property.void
BackendIndexCfgClient.setTtlEnabled
(ValueOrExpression<Boolean> value) Sets the "ttl-enabled" property.void
GlobalCfgClient.setUnauthenticatedRequestsPolicy
(ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy> value) Sets the "unauthenticated-requests-policy" property.void
ReferentialIntegrityPluginCfgClient.setUpdateInterval
(ValueOrExpression<Long> value) Sets the "update-interval" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setUsePasswordCaching
(ValueOrExpression<Boolean> value) Sets the "use-password-caching" property.void
HttpAnonymousAuthorizationMechanismCfgClient.setUserDn
(ValueOrExpression<Dn> value) Sets the "user-dn" property.void
ProxyBackendCfgClient.setUseSaslExternal
(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setUseSaslExternal
(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.void
StaticServiceDiscoveryMechanismCfgClient.setUseSaslExternal
(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.void
HttpConnectionHandlerCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
JmxConnectionHandlerCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
LdapConnectionHandlerCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
MailServerCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
StaticServiceDiscoveryMechanismCfgClient.setUseSsl
(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.void
MailServerCfgClient.setUseStartTls
(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setUseStartTls
(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.void
StaticServiceDiscoveryMechanismCfgClient.setUseStartTls
(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.void
HttpConnectionHandlerCfgClient.setUseTcpKeepAlive
(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.void
LdapConnectionHandlerCfgClient.setUseTcpKeepAlive
(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setUseTcpKeepAlive
(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.void
HttpConnectionHandlerCfgClient.setUseTcpNoDelay
(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.void
LdapConnectionHandlerCfgClient.setUseTcpNoDelay
(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setUseTcpNoDelay
(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.void
GlobalCfgClient.setUseVirtualThreadsIfAvailable
(ValueOrExpression<Boolean> value) Sets the "use-virtual-threads-if-available" property.void
ReplicationServerCfgClient.setWeight
(ValueOrExpression<Integer> value) Sets the "weight" property.void
GlobalCfgClient.setWritabilityMode
(ValueOrExpression<GlobalCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
LdifBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
LocalBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
MemoryBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
MonitorBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
NullBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
PluggableBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
SchemaBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.void
TaskBackendCfgClient.setWritabilityMode
(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.Modifier and TypeMethodDescriptionvoid
PasswordPolicyCfgClient.setAccountStatusNotificationHandler
(Collection<ValueOrExpression<String>> values) Sets the "account-status-notification-handler" property.void
ErrorLogAccountStatusNotificationHandlerCfgClient.setAccountStatusNotificationType
(Collection<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>> values) Sets the "account-status-notification-type" property.void
AdministrationConnectorCfgClient.setAdvertisedListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.void
GlobalCfgClient.setAdvertisedListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.void
HttpConnectionHandlerCfgClient.setAdvertisedListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.void
LdapConnectionHandlerCfgClient.setAdvertisedListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.void
ReplicationServerCfgClient.setAdvertisedListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.void
GlobalAccessControlPolicyCfgClient.setAllowedAttribute
(Collection<ValueOrExpression<String>> values) Sets the "allowed-attribute" property.void
GlobalAccessControlPolicyCfgClient.setAllowedAttributeException
(Collection<ValueOrExpression<String>> values) Sets the "allowed-attribute-exception" property.void
AdministrationConnectorCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
ConnectionHandlerCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
GlobalCfgClient.setAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.void
GlobalAccessControlPolicyCfgClient.setAllowedControl
(Collection<ValueOrExpression<String>> values) Sets the "allowed-control" property.void
GlobalAccessControlPolicyCfgClient.setAllowedExtendedOperation
(Collection<ValueOrExpression<String>> values) Sets the "allowed-extended-operation" property.void
GlobalCfgClient.setAllowedTask
(Collection<ValueOrExpression<String>> values) Sets the "allowed-task" property.void
ReplicationServerCfgClient.setAllowUpdatesServerFingerprints
(Collection<ValueOrExpression<String>> values) Sets the "allow-updates-server-fingerprints" property.void
ReferentialIntegrityPluginCfgClient.setAttributeType
(Collection<ValueOrExpression<AttributeType>> values) Sets the "attribute-type" property.void
SevenBitCleanPluginCfgClient.setAttributeType
(Collection<ValueOrExpression<AttributeType>> values) Sets the "attribute-type" property.void
HttpEndpointCfgClient.setAuthorizationMechanism
(Collection<ValueOrExpression<String>> values) Sets the "authorization-mechanism" property.void
LdifBackendCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
MemoryBackendCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
NullBackendCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
PluggableBackendCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
ProxyBackendCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
ReferentialIntegrityPluginCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
SevenBitCleanPluginCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
UniqueAttributePluginCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
VirtualAttributeCfgClient.setBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.void
BackendIndexCfgClient.setBigIndexExtensibleMatchingRule
(Collection<ValueOrExpression<String>> values) Sets the "big-index-extensible-matching-rule" property.void
BackendIndexCfgClient.setBigIndexIncludedAttributeValue
(Collection<ValueOrExpression<String>> values) Sets the "big-index-included-attribute-value" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setBootstrapReplicationServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "bootstrap-replication-server" property.void
ReplicationSynchronizationProviderCfgClient.setBootstrapReplicationServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "bootstrap-replication-server" property.void
ExternalSaslMechanismHandlerCfgClient.setCertificateMapper
(Collection<ValueOrExpression<String>> values) Sets the "certificate-mapper" property.void
ReplicationServerCfgClient.setChangelogEnabledExcludedDomains
(Collection<ValueOrExpression<Dn>> values) Sets the "changelog-enabled-excluded-domains" property.void
CharacterSetPasswordValidatorCfgClient.setCharacterSet
(Collection<ValueOrExpression<String>> values) Sets the "character-set" property.void
CharacterSetPasswordValidatorCfgClient.setCharacterSetRanges
(Collection<ValueOrExpression<String>> values) Sets the "character-set-ranges" property.void
ReferentialIntegrityPluginCfgClient.setCheckReferencesFilterCriteria
(Collection<ValueOrExpression<String>> values) Sets the "check-references-filter-criteria" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionClientAddressNotEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionClientAddressNotEqualTo
(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionPortEqualTo
(Collection<ValueOrExpression<Integer>> values) Sets the "connection-port-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionPortEqualTo
(Collection<ValueOrExpression<Integer>> values) Sets the "connection-port-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setConnectionProtocolEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "connection-protocol-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setConnectionProtocolEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "connection-protocol-equal-to" property.void
PasswordPolicyImportPluginCfgClient.setDefaultAuthPasswordStorageScheme
(Collection<ValueOrExpression<String>> values) Sets the "default-auth-password-storage-scheme" property.void
PasswordPolicyCfgClient.setDefaultPasswordStorageScheme
(Collection<ValueOrExpression<String>> values) Sets the "default-password-storage-scheme" property.void
PasswordPolicyImportPluginCfgClient.setDefaultUserPasswordStorageScheme
(Collection<ValueOrExpression<String>> values) Sets the "default-user-password-storage-scheme" property.void
AdministrationConnectorCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
ConnectionHandlerCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
GlobalCfgClient.setDeniedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.void
PasswordPolicyCfgClient.setDeprecatedPasswordStorageScheme
(Collection<ValueOrExpression<String>> values) Sets the "deprecated-password-storage-scheme" property.void
AlertHandlerCfgClient.setDisabledAlertType
(Collection<ValueOrExpression<String>> values) Sets the "disabled-alert-type" property.void
CoreSchemaCfgClient.setDisabledMatchingRule
(Collection<ValueOrExpression<String>> values) Sets the "disabled-matching-rule" property.void
GlobalCfgClient.setDisabledPrivilege
(Collection<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> values) Sets the "disabled-privilege" property.void
CoreSchemaCfgClient.setDisabledSyntax
(Collection<ValueOrExpression<String>> values) Sets the "disabled-syntax" property.void
ReplicationDomainCfgClient.setEclInclude
(Collection<ValueOrExpression<String>> values) Sets the "ecl-include" property.void
ReplicationDomainCfgClient.setEclIncludeForDeletes
(Collection<ValueOrExpression<String>> values) Sets the "ecl-include-for-deletes" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setEmailAddressAttributeType
(Collection<ValueOrExpression<AttributeType>> values) Sets the "email-address-attribute-type" property.void
AlertHandlerCfgClient.setEnabledAlertType
(Collection<ValueOrExpression<String>> values) Sets the "enabled-alert-type" property.void
EntityTagVirtualAttributeCfgClient.setExcludedAttribute
(Collection<ValueOrExpression<AttributeType>> values) Sets the "excluded-attribute" property.void
PemKeyManagerProviderCfgClient.setExcludedFilenamePattern
(Collection<ValueOrExpression<String>> values) Sets the "excluded-filename-pattern" property.void
PemTrustManagerProviderCfgClient.setExcludedFilenamePattern
(Collection<ValueOrExpression<String>> values) Sets the "excluded-filename-pattern" property.void
CrestMetricsEndpointCfgClient.setExcludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.void
GraphiteMonitorReporterPluginCfgClient.setExcludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.void
PrometheusEndpointCfgClient.setExcludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.void
FifoEntryCacheCfgClient.setExcludeFilter
(Collection<ValueOrExpression<String>> values) Sets the "exclude-filter" property.void
SoftReferenceEntryCacheCfgClient.setExcludeFilter
(Collection<ValueOrExpression<String>> values) Sets the "exclude-filter" property.void
JsonFileAccessLogPublisherCfgClient.setExcludeValuesOfAttributes
(Collection<ValueOrExpression<AttributeType>> values) Sets the "exclude-values-of-attributes" property.void
VirtualAttributeCfgClient.setFilter
(Collection<ValueOrExpression<String>> values) Sets the "filter" property.void
ReplicationDomainCfgClient.setFractionalExclude
(Collection<ValueOrExpression<String>> values) Sets the "fractional-exclude" property.void
ReplicationDomainCfgClient.setFractionalInclude
(Collection<ValueOrExpression<String>> values) Sets the "fractional-include" property.void
DseeCompatAccessControlHandlerCfgClient.setGlobalAci
(Collection<ValueOrExpression<String>> values) Sets the "global-aci" property.void
VirtualAttributeCfgClient.setGroupDn
(Collection<ValueOrExpression<Dn>> values) Sets the "group-dn" property.void
CramMd5SaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
DigestMd5SaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
GssapiSaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
HttpBasicAuthorizationMechanismCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
HttpOauth2AuthorizationMechanismCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
PasswordModifyExtendedOperationHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
PlainSaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
ScramSha256SaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
ScramSha512SaslMechanismHandlerCfgClient.setIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.void
CrestMetricsEndpointCfgClient.setIncludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.void
GraphiteMonitorReporterPluginCfgClient.setIncludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.void
PrometheusEndpointCfgClient.setIncludedMetricPattern
(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.void
FifoEntryCacheCfgClient.setIncludeFilter
(Collection<ValueOrExpression<String>> values) Sets the "include-filter" property.void
SoftReferenceEntryCacheCfgClient.setIncludeFilter
(Collection<ValueOrExpression<String>> values) Sets the "include-filter" property.void
JsonFileAccessLogPublisherCfgClient.setIncludeValuesOfAttributes
(Collection<ValueOrExpression<AttributeType>> values) Sets the "include-values-of-attributes" property.void
JsonQueryEqualityMatchingRuleCfgClient.setIndexedField
(Collection<ValueOrExpression<String>> values) Sets the "indexed-field" property.void
NameAndJsonQueryEqualityMatchingRuleCfgClient.setIndexedField
(Collection<ValueOrExpression<String>> values) Sets the "indexed-field" property.void
BackendIndexCfgClient.setIndexExtensibleMatchingRule
(Collection<ValueOrExpression<String>> values) Sets the "index-extensible-matching-rule" property.void
BackendIndexCfgClient.setIndexType
(Collection<ValueOrExpression<BackendIndexCfgDefn.IndexType>> values) Sets the "index-type" property.void
JeBackendCfgClient.setJeProperty
(Collection<ValueOrExpression<String>> values) Sets the "je-property" property.void
AdministrationConnectorCfgClient.setListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.void
GlobalCfgClient.setListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.void
HttpConnectionHandlerCfgClient.setListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.void
LdapConnectionHandlerCfgClient.setListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.void
ReplicationServerCfgClient.setListenAddress
(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.void
CsvFileAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
CsvFileHttpAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
ExternalAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
ExternalHttpAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
JsonFileAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
JsonFileHttpAccessLogPublisherCfgClient.setLogFieldBlacklist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.void
CsvFileHttpAccessLogPublisherCfgClient.setLogFieldWhitelist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.void
ExternalHttpAccessLogPublisherCfgClient.setLogFieldWhitelist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.void
JsonFileHttpAccessLogPublisherCfgClient.setLogFieldWhitelist
(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.void
AccessLogFilteringCriteriaCfgClient.setLogRecordType
(Collection<ValueOrExpression<AccessLogFilteringCriteriaCfgDefn.LogRecordType>> values) Sets the "log-record-type" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappedAttribute
(Collection<ValueOrExpression<AttributeType>> values) Sets the "mapped-attribute" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "mapped-search-base-dn" property.void
AttributeValuePasswordValidatorCfgClient.setMatchAttribute
(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.void
ExactMatchIdentityMapperCfgClient.setMatchAttribute
(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.void
RegularExpressionIdentityMapperCfgClient.setMatchAttribute
(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.void
ExactMatchIdentityMapperCfgClient.setMatchBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "match-base-dn" property.void
RegularExpressionIdentityMapperCfgClient.setMatchBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "match-base-dn" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setMessageSubject
(Collection<ValueOrExpression<String>> values) Sets the "message-subject" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setMessageTemplateFile
(Collection<ValueOrExpression<String>> values) Sets the "message-template-file" property.void
ErrorLogPublisherCfgClient.setOverrideSeverity
(Collection<ValueOrExpression<String>> values) Sets the "override-severity" property.void
ProxyBackendCfgClient.setPartitionBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "partition-base-dn" property.void
RandomPasswordGeneratorCfgClient.setPasswordCharacterSet
(Collection<ValueOrExpression<String>> values) Sets the "password-character-set" property.void
PasswordPolicyCfgClient.setPasswordValidator
(Collection<ValueOrExpression<String>> values) Sets the "password-validator" property.void
GlobalAccessControlPolicyCfgClient.setPermission
(Collection<ValueOrExpression<GlobalAccessControlPolicyCfgDefn.Permission>> values) Sets the "permission" property.void
AttributeCleanupPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
ChangeNumberControlPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
EntityTagPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
EntryUuidPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
GraphiteMonitorReporterPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
LastModPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
LdapAttributeDescriptionListPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
PasswordPolicyImportPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
PluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
ReferentialIntegrityPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
SambaPasswordPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
SevenBitCleanPluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
UniqueAttributePluginCfgClient.setPluginType
(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.void
PasswordPolicyCfgClient.setPreviousLastLoginTimeFormat
(Collection<ValueOrExpression<String>> values) Sets the "previous-last-login-time-format" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setPrimaryRemoteLdapServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "primary-remote-ldap-server" property.void
StaticServiceDiscoveryMechanismCfgClient.setPrimaryServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "primary-server" property.void
GlobalCfgClient.setProxiedAuthorizationIdentityMapper
(Collection<ValueOrExpression<String>> values) Sets the "proxied-authorization-identity-mapper" property.void
AdministrationConnectorCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
GlobalCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
LdapConnectionHandlerCfgClient.setProxyProtocolAllowedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.void
SambaPasswordPluginCfgClient.setPwdSyncPolicy
(Collection<ValueOrExpression<SambaPasswordPluginCfgDefn.PwdSyncPolicy>> values) Sets the "pwd-sync-policy" property.void
SmtpAccountStatusNotificationHandlerCfgClient.setRecipientAddress
(Collection<ValueOrExpression<String>> values) Sets the "recipient-address" property.void
SmtpAlertHandlerCfgClient.setRecipientAddress
(Collection<ValueOrExpression<String>> values) Sets the "recipient-address" property.void
ReplicationSynchronizationProviderCfgClient.setReferralsUrl
(Collection<ValueOrExpression<String>> values) Sets the "referrals-url" property.void
AttributeCleanupPluginCfgClient.setRemoveInboundAttributes
(Collection<ValueOrExpression<String>> values) Sets the "remove-inbound-attributes" property.void
AttributeCleanupPluginCfgClient.setRenameInboundAttributes
(Collection<ValueOrExpression<String>> values) Sets the "rename-inbound-attributes" property.void
AccessLogFilteringCriteriaCfgClient.setRequestTargetDnEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setRequestTargetDnEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setRequestTargetDnNotEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-not-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setRequestTargetDnNotEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-not-equal-to" property.void
HttpOauth2AuthorizationMechanismCfgClient.setRequiredScope
(Collection<ValueOrExpression<String>> values) Sets the "required-scope" property.void
AccessLogFilteringCriteriaCfgClient.setResponseResultCodeEqualTo
(Collection<ValueOrExpression<Integer>> values) Sets the "response-result-code-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setResponseResultCodeNotEqualTo
(Collection<ValueOrExpression<Integer>> values) Sets the "response-result-code-not-equal-to" property.void
AdministrationConnectorCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.void
ConnectionHandlerCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.void
GlobalCfgClient.setRestrictedClient
(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.void
CsvFileAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
CsvFileHttpAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
FileBasedAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
FileBasedAuditLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
FileBasedErrorLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
FileBasedHttpAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
JsonFileAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
JsonFileHttpAccessLogPublisherCfgClient.setRetentionPolicy
(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.void
CsvFileAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
CsvFileHttpAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
FileBasedAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
FileBasedAuditLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
FileBasedErrorLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
FileBasedHttpAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
JsonFileAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
JsonFileHttpAccessLogPublisherCfgClient.setRotationPolicy
(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.void
SchemaBackendCfgClient.setSchemaEntryDn
(Collection<ValueOrExpression<Dn>> values) Sets the "schema-entry-dn" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setSecondaryRemoteLdapServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "secondary-remote-ldap-server" property.void
StaticServiceDiscoveryMechanismCfgClient.setSecondaryServer
(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "secondary-server" property.void
ProxyBackendCfgClient.setShard
(Collection<ValueOrExpression<String>> values) Sets the "shard" property.void
MailServerCfgClient.setSmtpProperty
(Collection<ValueOrExpression<String>> values) Sets the "smtp-property" property.void
AdministrationConnectorCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
HttpConnectionHandlerCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
JmxConnectionHandlerCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
LdapConnectionHandlerCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
ProxyBackendCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
ReplicationSynchronizationProviderCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
StaticServiceDiscoveryMechanismCfgClient.setSslCertNickname
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.void
AdministrationConnectorCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
HttpConnectionHandlerCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
LdapConnectionHandlerCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
ReplicationSynchronizationProviderCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
StaticServiceDiscoveryMechanismCfgClient.setSslCipherSuite
(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.void
AdministrationConnectorCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
HttpConnectionHandlerCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
HttpOauth2OpenamAuthorizationMechanismCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
HttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
LdapConnectionHandlerCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
LdapPassThroughAuthenticationPolicyCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
ReplicationServiceDiscoveryMechanismCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
ReplicationSynchronizationProviderCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
StaticServiceDiscoveryMechanismCfgClient.setSslProtocol
(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.void
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setSubjectAttributeMapping
(Collection<ValueOrExpression<String>> values) Sets the "subject-attribute-mapping" property.void
GlobalCfgClient.setSubordinateBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "subordinate-base-dn" property.void
FixedTimeLogRotationPolicyCfgClient.setTimeOfDay
(Collection<ValueOrExpression<String>> values) Sets the "time-of-day" property.void
AdministrationConnectorCfgClient.setTrustManagerProvider
(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.void
HttpConnectionHandlerCfgClient.setTrustManagerProvider
(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.void
LdapConnectionHandlerCfgClient.setTrustManagerProvider
(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.void
ReplicationSynchronizationProviderCfgClient.setTrustManagerProvider
(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.void
UniqueAttributePluginCfgClient.setType
(Collection<ValueOrExpression<AttributeType>> values) Sets the "type" property.void
FingerprintCertificateMapperCfgClient.setUserBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.void
SubjectAttributeToUserAttributeCertificateMapperCfgClient.setUserBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.void
SubjectDnToUserAttributeCertificateMapperCfgClient.setUserBaseDn
(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.void
AccessLogFilteringCriteriaCfgClient.setUserDnEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "user-dn-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setUserDnEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "user-dn-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setUserDnNotEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "user-dn-not-equal-to" property.void
GlobalAccessControlPolicyCfgClient.setUserDnNotEqualTo
(Collection<ValueOrExpression<String>> values) Sets the "user-dn-not-equal-to" property.void
AccessLogFilteringCriteriaCfgClient.setUserIsMemberOf
(Collection<ValueOrExpression<Dn>> values) Sets the "user-is-member-of" property.void
AccessLogFilteringCriteriaCfgClient.setUserIsNotMemberOf
(Collection<ValueOrExpression<Dn>> values) Sets the "user-is-not-member-of" property.void
UserDefinedVirtualAttributeCfgClient.setValue
(Collection<ValueOrExpression<String>> values) Sets the "value" property. -
Uses of ValueOrExpression in org.forgerock.opendj.setup.model
Modifier and TypeMethodDescriptionfinal ValueOrExpression<T>
Profile.Parameter.getDefaultValue()
Returns this profile parameter default value.