Uses of Class
org.forgerock.opendj.config.PropertyException
Packages that use PropertyException
Package
Description
Common administration classes.
Common client-side administration classes.
Client side driver implementation interfaces.
Server-side administration interface.
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
-
Uses of PropertyException in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return PropertyExceptionModifier and TypeMethodDescriptionstatic PropertyExceptionPropertyException.defaultBehaviorException(PropertyDefinition<?> pd, Throwable cause) Creates a new default behavior exception with a cause.static PropertyExceptionPropertyException.errorReadingFileCommonsConfigTokenException(PropertyDefinition<?> pd, String expression, LocalizableException cause) Creates a new error reading file commons-config token exception, raised when the file content resolver could not retrieve the value from the file.static PropertyExceptionPropertyException.illegalPropertyValueException(PropertyDefinition<?> pd, Object value) Creates a new illegal property value exception.static PropertyExceptionPropertyException.illegalPropertyValueException(PropertyDefinition<?> pd, Object value, Throwable cause) Creates a new illegal property value exception.static PropertyExceptionPropertyException.propertyIsMandatoryException(PropertyDefinition<?> pd) Creates a new property is mandatory exception.static PropertyExceptionPropertyException.propertyIsReadOnlyException(PropertyDefinition<?> pd) Creates a new property is read-only exception.static PropertyExceptionPropertyException.propertyIsSingleValuedException(PropertyDefinition<?> pd) Creates a new property is single valued exception.static PropertyExceptionPropertyException.propertyIsVirtualException(PropertyDefinition<?> pd) Creates a new property is virtual exception.static PropertyExceptionPropertyException.unknownPropertyDefinitionException(PropertyDefinition<?> pd) Creates a new unknown property definition exception.static PropertyExceptionPropertyException.unresolvedCommonsConfigTokenException(PropertyDefinition<?> pd, String expression, Throwable cause) Creates a new unresolved commons-config token exception, raised when a token in a commons-config expression could not be resolved. -
Uses of PropertyException in org.forgerock.opendj.config.client
Methods in org.forgerock.opendj.config.client that return PropertyExceptionModifier and TypeMethodDescriptionMissingMandatoryPropertiesException.getCause()Gets the first exception that caused this exception.Methods in org.forgerock.opendj.config.client that return types with arguments of type PropertyExceptionModifier and TypeMethodDescriptionManagedObjectDecodingException.getCauses()Get an unmodifiable collection view of the causes of this exception.MissingMandatoryPropertiesException.getCauses()Gets an unmodifiable collection view of the causes of this exception.Method parameters in org.forgerock.opendj.config.client with type arguments of type PropertyExceptionModifier and TypeMethodDescription<C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild(InstantiableRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, String name, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified instantiable relation.<C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild(OptionalRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified optional relation.<C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>ManagedObject.createChild(SetRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) Creates a new child managed object bound to the specified set relation.Constructor parameters in org.forgerock.opendj.config.client with type arguments of type PropertyExceptionModifierConstructorDescriptionManagedObjectDecodingException(ManagedObject<?> partialManagedObject, Collection<PropertyException> causes) Create a new property decoding exception.MissingMandatoryPropertiesException(LocalizableMessage ufn, Collection<PropertyException> causes, boolean isCreate) Creates a new missing mandatory properties exception with the provided causes. -
Uses of PropertyException in org.forgerock.opendj.config.client.spi
Method parameters in org.forgerock.opendj.config.client.spi with type arguments of type PropertyExceptionModifier and TypeMethodDescriptionfinal <C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild(InstantiableRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, String name, Collection<PropertyException> exceptions) final <C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild(OptionalRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) final <C extends ConfigurationClient,S extends Configuration, C1 extends C>
ManagedObject<C1>AbstractManagedObject.createChild(SetRelationDefinition<C, S> r, ManagedObjectDefinition<C1, ? extends S> d, Collection<PropertyException> exceptions) -
Uses of PropertyException in org.forgerock.opendj.config.server
Methods in org.forgerock.opendj.config.server that return types with arguments of type PropertyExceptionModifier and TypeMethodDescriptionServerManagedObjectDecodingException.getCauses()Get an unmodifiable collection view of the causes of this exception.Constructor parameters in org.forgerock.opendj.config.server with type arguments of type PropertyExceptionModifierConstructorDescriptionServerManagedObjectDecodingException(ServerManagedObject<?> partialManagedObject, Collection<PropertyException> causes) Create a new property decoding exception. -
Uses of PropertyException in org.forgerock.opendj.server.config.client
Method parameters in org.forgerock.opendj.server.config.client with type arguments of type PropertyExceptionModifier and TypeMethodDescription<C extends AccessControlHandlerCfgClient>
CRootCfgClient.createAccessControlHandler(ManagedObjectDefinition<C, ? extends AccessControlHandlerCfg> d, Collection<PropertyException> exceptions) Creates a new Access Control Handler.<C extends AccessLogFilteringCriteriaCfgClient>
CAccessLogPublisherCfgClient.createAccessLogFilteringCriteria(ManagedObjectDefinition<C, ? extends AccessLogFilteringCriteriaCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Access Log Filtering Criteria.<C extends AccountStatusNotificationHandlerCfgClient>
CRootCfgClient.createAccountStatusNotificationHandler(ManagedObjectDefinition<C, ? extends AccountStatusNotificationHandlerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Account Status Notification Handler.<C extends AlertHandlerCfgClient>
CRootCfgClient.createAlertHandler(ManagedObjectDefinition<C, ? extends AlertHandlerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Alert Handler.<C extends BackendCfgClient>
CRootCfgClient.createBackend(ManagedObjectDefinition<C, ? extends BackendCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Backend.<C extends BackendIndexCfgClient>
CPluggableBackendCfgClient.createBackendIndex(ManagedObjectDefinition<C, ? extends BackendIndexCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Backend Index.<C extends BackendVlvIndexCfgClient>
CPluggableBackendCfgClient.createBackendVlvIndex(ManagedObjectDefinition<C, ? extends BackendVlvIndexCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Backend Vlv Index.<C extends CertificateMapperCfgClient>
CRootCfgClient.createCertificateMapper(ManagedObjectDefinition<C, ? extends CertificateMapperCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Certificate Mapper.<C extends ConnectionHandlerCfgClient>
CRootCfgClient.createConnectionHandler(ManagedObjectDefinition<C, ? extends ConnectionHandlerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Connection Handler.<C extends EntryCacheCfgClient>
CRootCfgClient.createEntryCache(ManagedObjectDefinition<C, ? extends EntryCacheCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Entry Cache.<C extends ExtendedOperationHandlerCfgClient>
CRootCfgClient.createExtendedOperationHandler(ManagedObjectDefinition<C, ? extends ExtendedOperationHandlerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Extended Operation Handler.<C extends GlobalAccessControlPolicyCfgClient>
CPolicyBasedAccessControlHandlerCfgClient.createGlobalAccessControlPolicy(ManagedObjectDefinition<C, ? extends GlobalAccessControlPolicyCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Global Access Control Policy.<C extends HttpAuthorizationMechanismCfgClient>
CRootCfgClient.createHttpAuthorizationMechanism(ManagedObjectDefinition<C, ? extends HttpAuthorizationMechanismCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Http Authorization Mechanism.<C extends HttpEndpointCfgClient>
CRootCfgClient.createHttpEndpoint(ManagedObjectDefinition<C, ? extends HttpEndpointCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Http Endpoint.<C extends IdentityMapperCfgClient>
CRootCfgClient.createIdentityMapper(ManagedObjectDefinition<C, ? extends IdentityMapperCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Identity Mapper.<C extends KeyManagerProviderCfgClient>
CRootCfgClient.createKeyManagerProvider(ManagedObjectDefinition<C, ? extends KeyManagerProviderCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Key Manager Provider.<C extends LogPublisherCfgClient>
CRootCfgClient.createLogPublisher(ManagedObjectDefinition<C, ? extends LogPublisherCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Log Publisher.<C extends LogRetentionPolicyCfgClient>
CRootCfgClient.createLogRetentionPolicy(ManagedObjectDefinition<C, ? extends LogRetentionPolicyCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Log Retention Policy.<C extends LogRotationPolicyCfgClient>
CRootCfgClient.createLogRotationPolicy(ManagedObjectDefinition<C, ? extends LogRotationPolicyCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Log Rotation Policy.<C extends MailServerCfgClient>
CRootCfgClient.createMailServer(ManagedObjectDefinition<C, ? extends MailServerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Mail Server.<C extends PasswordGeneratorCfgClient>
CRootCfgClient.createPasswordGenerator(ManagedObjectDefinition<C, ? extends PasswordGeneratorCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Password Generator.<C extends AuthenticationPolicyCfgClient>
CRootCfgClient.createPasswordPolicy(ManagedObjectDefinition<C, ? extends AuthenticationPolicyCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Password Policy.<C extends PasswordStorageSchemeCfgClient>
CRootCfgClient.createPasswordStorageScheme(ManagedObjectDefinition<C, ? extends PasswordStorageSchemeCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Password Storage Scheme.<C extends PasswordValidatorCfgClient>
CRootCfgClient.createPasswordValidator(ManagedObjectDefinition<C, ? extends PasswordValidatorCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Password Validator.<C extends PluginCfgClient>
CPluginRootCfgClient.createPlugin(ManagedObjectDefinition<C, ? extends PluginCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Plugin.<C extends ReplicationDomainCfgClient>
CReplicationSynchronizationProviderCfgClient.createReplicationDomain(ManagedObjectDefinition<C, ? extends ReplicationDomainCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Replication Domain.<C extends ReplicationServerCfgClient>
CReplicationSynchronizationProviderCfgClient.createReplicationServer(ManagedObjectDefinition<C, ? extends ReplicationServerCfg> d, Collection<PropertyException> exceptions) Creates a new Replication Server.<C extends SaslMechanismHandlerCfgClient>
CRootCfgClient.createSaslMechanismHandler(ManagedObjectDefinition<C, ? extends SaslMechanismHandlerCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Sasl Mechanism Handler.<C extends SchemaProviderCfgClient>
CRootCfgClient.createSchemaProvider(ManagedObjectDefinition<C, ? extends SchemaProviderCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Schema Provider.<C extends ServiceDiscoveryMechanismCfgClient>
CRootCfgClient.createServiceDiscoveryMechanism(ManagedObjectDefinition<C, ? extends ServiceDiscoveryMechanismCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Service Discovery Mechanism.<C extends SynchronizationProviderCfgClient>
CRootCfgClient.createSynchronizationProvider(ManagedObjectDefinition<C, ? extends SynchronizationProviderCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Synchronization Provider.<C extends TrustManagerProviderCfgClient>
CRootCfgClient.createTrustManagerProvider(ManagedObjectDefinition<C, ? extends TrustManagerProviderCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Trust Manager Provider.<C extends VirtualAttributeCfgClient>
CRootCfgClient.createVirtualAttribute(ManagedObjectDefinition<C, ? extends VirtualAttributeCfg> d, String name, Collection<PropertyException> exceptions) Creates a new Virtual Attribute.Methods in org.forgerock.opendj.server.config.client that throw PropertyExceptionModifier and TypeMethodDescriptionvoidHttpConnectionHandlerCfgClient.setAcceptBacklog(ValueOrExpression<Integer> value) Sets the "accept-backlog" property.voidLdapConnectionHandlerCfgClient.setAcceptBacklog(ValueOrExpression<Integer> value) Sets the "accept-backlog" property.voidHttpOauth2AuthorizationMechanismCfgClient.setAccessTokenCacheEnabled(ValueOrExpression<Boolean> value) Sets the "access-token-cache-enabled" property.voidHttpOauth2AuthorizationMechanismCfgClient.setAccessTokenCacheExpiration(ValueOrExpression<Long> value) Sets the "access-token-cache-expiration" property.voidHttpOauth2FileAuthorizationMechanismCfgClient.setAccessTokenDirectory(ValueOrExpression<String> value) Sets the "access-token-directory" property.voidPasswordPolicyCfgClient.setAccountStatusNotificationHandler(Collection<ValueOrExpression<String>> values) Sets the "account-status-notification-handler" property.voidErrorLogAccountStatusNotificationHandlerCfgClient.setAccountStatusNotificationType(Collection<ValueOrExpression<ErrorLogAccountStatusNotificationHandlerCfgDefn.AccountStatusNotificationType>> values) Sets the "account-status-notification-type" property.voidGlobalCfgClient.setAddMissingRdnAttributes(ValueOrExpression<Boolean> value) Sets the "add-missing-rdn-attributes" property.voidAdministrationConnectorCfgClient.setAdvertisedListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.voidGlobalCfgClient.setAdvertisedListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.voidHttpConnectionHandlerCfgClient.setAdvertisedListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.voidLdapConnectionHandlerCfgClient.setAdvertisedListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.voidReplicationServerCfgClient.setAdvertisedListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "advertised-listen-address" property.voidGlobalCfgClient.setAllowAttributeNameExceptions(ValueOrExpression<Boolean> value) Sets the "allow-attribute-name-exceptions" property.voidCoreSchemaCfgClient.setAllowAttributeTypesWithNoSupOrSyntax(ValueOrExpression<Boolean> value) Sets the "allow-attribute-types-with-no-sup-or-syntax" property.voidGlobalAccessControlPolicyCfgClient.setAllowedAttribute(Collection<ValueOrExpression<String>> values) Sets the "allowed-attribute" property.voidGlobalAccessControlPolicyCfgClient.setAllowedAttributeException(Collection<ValueOrExpression<String>> values) Sets the "allowed-attribute-exception" property.voidAdministrationConnectorCfgClient.setAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.voidConnectionHandlerCfgClient.setAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.voidGlobalCfgClient.setAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "allowed-client" property.voidGlobalAccessControlPolicyCfgClient.setAllowedControl(Collection<ValueOrExpression<String>> values) Sets the "allowed-control" property.voidGlobalAccessControlPolicyCfgClient.setAllowedExtendedOperation(Collection<ValueOrExpression<String>> values) Sets the "allowed-extended-operation" property.voidGlobalCfgClient.setAllowedTask(Collection<ValueOrExpression<String>> values) Sets the "allowed-task" property.voidPasswordPolicyCfgClient.setAllowExpiredPasswordChanges(ValueOrExpression<Boolean> value) Sets the "allow-expired-password-changes" property.voidLdapConnectionHandlerCfgClient.setAllowLdapV2(ValueOrExpression<Boolean> value) Sets the "allow-ldap-v2" property.voidPasswordPolicyCfgClient.setAllowMultiplePasswordValues(ValueOrExpression<Boolean> value) Sets the "allow-multiple-password-values" property.voidPasswordPolicyCfgClient.setAllowPreEncodedPasswords(ValueOrExpression<Boolean> value) Sets the "allow-pre-encoded-passwords" property.voidMemberVirtualAttributeCfgClient.setAllowRetrievingMembership(ValueOrExpression<Boolean> value) Sets the "allow-retrieving-membership" property.voidLdapConnectionHandlerCfgClient.setAllowStartTls(ValueOrExpression<Boolean> value) Sets the "allow-start-tls" property.voidHttpConnectionHandlerCfgClient.setAllowTcpReuseAddress(ValueOrExpression<Boolean> value) Sets the "allow-tcp-reuse-address" property.voidLdapConnectionHandlerCfgClient.setAllowTcpReuseAddress(ValueOrExpression<Boolean> value) Sets the "allow-tcp-reuse-address" property.voidCharacterSetPasswordValidatorCfgClient.setAllowUnclassifiedCharacters(ValueOrExpression<Boolean> value) Sets the "allow-unclassified-characters" property.voidReplicationServerCfgClient.setAllowUpdatesPolicy(ValueOrExpression<ReplicationServerCfgDefn.AllowUpdatesPolicy> value) Sets the "allow-updates-policy" property.voidReplicationServerCfgClient.setAllowUpdatesServerFingerprints(Collection<ValueOrExpression<String>> values) Sets the "allow-updates-server-fingerprints" property.voidPasswordPolicyCfgClient.setAllowUserPasswordChanges(ValueOrExpression<Boolean> value) Sets the "allow-user-password-changes" property.voidCoreSchemaCfgClient.setAllowZeroLengthValuesDirectoryString(ValueOrExpression<Boolean> value) Sets the "allow-zero-length-values-directory-string" property.voidHttpBasicAuthorizationMechanismCfgClient.setAltAuthenticationEnabled(ValueOrExpression<Boolean> value) Sets the "alt-authentication-enabled" property.voidHttpBasicAuthorizationMechanismCfgClient.setAltPasswordHeader(ValueOrExpression<String> value) Sets the "alt-password-header" property.voidHttpBasicAuthorizationMechanismCfgClient.setAltUsernameHeader(ValueOrExpression<String> value) Sets the "alt-username-header" property.voidHttpConnectionHandlerCfgClient.setApiDescriptorEnabled(ValueOrExpression<Boolean> value) Sets the "api-descriptor-enabled" property.voidFileBasedAccessLogPublisherCfgClient.setAppend(ValueOrExpression<Boolean> value) Sets the "append" property.voidFileBasedAuditLogPublisherCfgClient.setAppend(ValueOrExpression<Boolean> value) Sets the "append" property.voidFileBasedErrorLogPublisherCfgClient.setAppend(ValueOrExpression<Boolean> value) Sets the "append" property.voidFileBasedHttpAccessLogPublisherCfgClient.setAppend(ValueOrExpression<Boolean> value) Sets the "append" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2Iterations(ValueOrExpression<Integer> value) Sets the "argon2-iterations" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2Length(ValueOrExpression<Integer> value) Sets the "argon2-length" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2Memory(ValueOrExpression<Integer> value) Sets the "argon2-memory" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2MemoryPoolSize(ValueOrExpression<Integer> value) Sets the "argon2-memory-pool-size" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2Parallelism(ValueOrExpression<Integer> value) Sets the "argon2-parallelism" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2SaltLength(ValueOrExpression<Integer> value) Sets the "argon2-salt-length" property.voidArgon2PasswordStorageSchemeCfgClient.setArgon2Variant(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.Argon2Variant> value) Sets the "argon2-variant" property.voidCsvFileAccessLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidCsvFileHttpAccessLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidFileBasedAccessLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidFileBasedAuditLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidFileBasedErrorLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidFileBasedHttpAccessLogPublisherCfgClient.setAsynchronous(ValueOrExpression<Boolean> value) Sets the "asynchronous" property.voidBackendIndexCfgClient.setAttribute(ValueOrExpression<AttributeType> value) Sets the "attribute" property.voidBackendIndexCfgClient.setAttribute(ValueOrExpression<AttributeType> value) Sets the "attribute" property.voidCollectiveAttributeSubentriesVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidEntityTagVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidEntryDnVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidEntryUuidVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidGoverningStructureRuleVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidHasSubordinatesVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidIsMemberOfVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidNumSubordinatesVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidPasswordExpirationTimeVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidPasswordPolicySubentryVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidReferentialIntegrityPluginCfgClient.setAttributeType(Collection<ValueOrExpression<AttributeType>> values) Sets the "attribute-type" property.voidSevenBitCleanPluginCfgClient.setAttributeType(Collection<ValueOrExpression<AttributeType>> values) Sets the "attribute-type" property.voidStructuralObjectClassVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidSubschemaSubentryVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidVirtualAttributeCfgClient.setAttributeType(ValueOrExpression<AttributeType> value) Sets the "attribute-type" property.voidGlobalAccessControlPolicyCfgClient.setAuthenticationRequired(ValueOrExpression<Boolean> value) Sets the "authentication-required" property.voidHttpEndpointCfgClient.setAuthorizationMechanism(Collection<ValueOrExpression<String>> values) Sets the "authorization-mechanism" property.voidMailServerCfgClient.setAuthPassword(ValueOrExpression<String> value) Sets the "auth-password" property.voidMailServerCfgClient.setAuthUsername(ValueOrExpression<String> value) Sets the "auth-username" property.voidHttpOauth2AuthorizationMechanismCfgClient.setAuthzidJsonPointer(ValueOrExpression<String> value) Sets the "authzid-json-pointer" property.voidCsvFileAccessLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidCsvFileHttpAccessLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidFileBasedAccessLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidFileBasedAuditLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidFileBasedErrorLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidFileBasedHttpAccessLogPublisherCfgClient.setAutoFlush(ValueOrExpression<Boolean> value) Sets the "auto-flush" property.voidProxyBackendCfgClient.setAvailabilityCheckInterval(ValueOrExpression<Long> value) Sets the "availability-check-interval" property.voidProxyBackendCfgClient.setAvailabilityCheckSearchRequestBaseDn(ValueOrExpression<Dn> value) Sets the "availability-check-search-request-base-dn" property.voidProxyBackendCfgClient.setAvailabilityCheckSearchRequestFilter(ValueOrExpression<String> value) Sets the "availability-check-search-request-filter" property.voidProxyBackendCfgClient.setAvailabilityCheckTimeout(ValueOrExpression<Long> value) Sets the "availability-check-timeout" property.voidBackendCfgClient.setBackendId(ValueOrExpression<String> value) Sets the "backend-id" property.voidBackendCfgClient.setBackendId(ValueOrExpression<String> value) Sets the "backend-id" property.voidBackendVlvIndexCfgClient.setBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidHttpOauth2CtsAuthorizationMechanismCfgClient.setBaseDn(ValueOrExpression<String> value) Sets the "base-dn" property.voidLdapKeyManagerProviderCfgClient.setBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidLdapTrustManagerProviderCfgClient.setBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidLdifBackendCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidMemoryBackendCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidNullBackendCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidPluggableBackendCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidProxyBackendCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidReferentialIntegrityPluginCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidReplicationDomainCfgClient.setBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidReplicationDomainCfgClient.setBaseDn(ValueOrExpression<Dn> value) Sets the "base-dn" property.voidSevenBitCleanPluginCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidUniqueAttributePluginCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidVirtualAttributeCfgClient.setBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "base-dn" property.voidHttpEndpointCfgClient.setBasePath(ValueOrExpression<String> value) Sets the "base-path" property.voidHttpEndpointCfgClient.setBasePath(ValueOrExpression<String> value) Sets the "base-path" property.voidBcryptPasswordStorageSchemeCfgClient.setBcryptCost(ValueOrExpression<Integer> value) Sets the "bcrypt-cost" property.voidBackendIndexCfgClient.setBigIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>> values) Sets the "big-index-extensible-matching-rule" property.voidBackendIndexCfgClient.setBigIndexIncludedAttributeValue(Collection<ValueOrExpression<String>> values) Sets the "big-index-included-attribute-value" property.voidReplicationServiceDiscoveryMechanismCfgClient.setBindDn(ValueOrExpression<Dn> value) Sets the "bind-dn" property.voidReplicationServiceDiscoveryMechanismCfgClient.setBindPassword(ValueOrExpression<String> value) Sets the "bind-password" property.voidGssapiSaslMechanismHandlerCfgClient.setBindToServerFqdn(ValueOrExpression<Boolean> value) Sets the "bind-to-server-fqdn" property.voidGlobalCfgClient.setBindWithDnRequiresPassword(ValueOrExpression<Boolean> value) Sets the "bind-with-dn-requires-password" property.voidReplicationServiceDiscoveryMechanismCfgClient.setBootstrapReplicationServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "bootstrap-replication-server" property.voidReplicationSynchronizationProviderCfgClient.setBootstrapReplicationServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "bootstrap-replication-server" property.voidFileBasedAccessLogPublisherCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidFileBasedAuditLogPublisherCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidFileBasedErrorLogPublisherCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidFileBasedHttpAccessLogPublisherCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidHttpConnectionHandlerCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidLdapConnectionHandlerCfgClient.setBufferSize(ValueOrExpression<Long> value) Sets the "buffer-size" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setCachedPasswordStorageScheme(ValueOrExpression<String> value) Sets the "cached-password-storage-scheme" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setCachedPasswordTtl(ValueOrExpression<Long> value) Sets the "cached-password-ttl" property.voidEntryCacheCfgClient.setCacheLevel(ValueOrExpression<Integer> value) Sets the "cache-level" property.voidJsonEqualityMatchingRuleCfgClient.setCaseSensitiveStrings(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.voidJsonOrderingMatchingRuleCfgClient.setCaseSensitiveStrings(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.voidJsonQueryEqualityMatchingRuleCfgClient.setCaseSensitiveStrings(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setCaseSensitiveStrings(ValueOrExpression<Boolean> value) Sets the "case-sensitive-strings" property.voidDictionaryPasswordValidatorCfgClient.setCaseSensitiveValidation(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.voidRepeatedCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.voidUniqueCharactersPasswordValidatorCfgClient.setCaseSensitiveValidation(ValueOrExpression<Boolean> value) Sets the "case-sensitive-validation" property.voidExternalSaslMechanismHandlerCfgClient.setCertificateAttribute(ValueOrExpression<AttributeType> value) Sets the "certificate-attribute" property.voidExternalSaslMechanismHandlerCfgClient.setCertificateMapper(Collection<ValueOrExpression<String>> values) Sets the "certificate-mapper" property.voidExternalSaslMechanismHandlerCfgClient.setCertificateValidationPolicy(ValueOrExpression<ExternalSaslMechanismHandlerCfgDefn.CertificateValidationPolicy> value) Sets the "certificate-validation-policy" property.voidReplicationServerCfgClient.setChangelogEnabled(ValueOrExpression<ReplicationServerCfgDefn.ChangelogEnabled> value) Sets the "changelog-enabled" property.voidReplicationServerCfgClient.setChangelogEnabledExcludedDomains(Collection<ValueOrExpression<Dn>> values) Sets the "changelog-enabled-excluded-domains" property.voidReplicationSynchronizationProviderCfgClient.setChangetimeHeartbeatInterval(ValueOrExpression<Long> value) Sets the "changetime-heartbeat-interval" property.voidCharacterSetPasswordValidatorCfgClient.setCharacterSet(Collection<ValueOrExpression<String>> values) Sets the "character-set" property.voidCharacterSetPasswordValidatorCfgClient.setCharacterSetRanges(Collection<ValueOrExpression<String>> values) Sets the "character-set-ranges" property.voidReferentialIntegrityPluginCfgClient.setCheckReferences(ValueOrExpression<Boolean> value) Sets the "check-references" property.voidReferentialIntegrityPluginCfgClient.setCheckReferencesFilterCriteria(Collection<ValueOrExpression<String>> values) Sets the "check-references-filter-criteria" property.voidReferentialIntegrityPluginCfgClient.setCheckReferencesScopeCriteria(ValueOrExpression<ReferentialIntegrityPluginCfgDefn.CheckReferencesScopeCriteria> value) Sets the "check-references-scope-criteria" property.voidGlobalCfgClient.setCheckSchema(ValueOrExpression<Boolean> value) Sets the "check-schema" property.voidAttributeValuePasswordValidatorCfgClient.setCheckSubstrings(ValueOrExpression<Boolean> value) Sets the "check-substrings" property.voidDictionaryPasswordValidatorCfgClient.setCheckSubstrings(ValueOrExpression<Boolean> value) Sets the "check-substrings" property.voidEntityTagVirtualAttributeCfgClient.setChecksumAlgorithm(ValueOrExpression<EntityTagVirtualAttributeCfgDefn.ChecksumAlgorithm> value) Sets the "checksum-algorithm" property.voidCryptoManagerCfgClient.setCipherKeyLength(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.voidPluggableBackendCfgClient.setCipherKeyLength(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.voidReplicationServerCfgClient.setCipherKeyLength(ValueOrExpression<Integer> value) Sets the "cipher-key-length" property.voidCryptoManagerCfgClient.setCipherTransformation(ValueOrExpression<String> value) Sets the "cipher-transformation" property.voidPluggableBackendCfgClient.setCipherTransformation(ValueOrExpression<String> value) Sets the "cipher-transformation" property.voidReplicationServerCfgClient.setCipherTransformation(ValueOrExpression<String> value) Sets the "cipher-transformation" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setClientId(ValueOrExpression<String> value) Sets the "client-id" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setClientSecret(ValueOrExpression<String> value) Sets the "client-secret" property.voidPluggableBackendCfgClient.setCompactEncoding(ValueOrExpression<Boolean> value) Sets the "compact-encoding" property.voidBackendIndexCfgClient.setConfidentialityEnabled(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.voidPluggableBackendCfgClient.setConfidentialityEnabled(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.voidReplicationServerCfgClient.setConfidentialityEnabled(ValueOrExpression<Boolean> value) Sets the "confidentiality-enabled" property.voidRest2ldapEndpointCfgClient.setConfigDirectory(ValueOrExpression<String> value) Sets the "config-directory" property.voidExternalAccessLogPublisherCfgClient.setConfigFile(ValueOrExpression<String> value) Sets the "config-file" property.voidExternalHttpAccessLogPublisherCfgClient.setConfigFile(ValueOrExpression<String> value) Sets the "config-file" property.voidCollectiveAttributeSubentriesVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidEntityTagVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidEntryDnVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidEntryUuidVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidGoverningStructureRuleVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidHasSubordinatesVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidIsMemberOfVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidMemberVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidNumSubordinatesVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidPasswordExpirationTimeVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidPasswordPolicySubentryVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidStructuralObjectClassVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidSubschemaSubentryVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidVirtualAttributeCfgClient.setConflictBehavior(ValueOrExpression<VirtualAttributeCfgDefn.ConflictBehavior> value) Sets the "conflict-behavior" property.voidAccessLogFilteringCriteriaCfgClient.setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setConnectionClientAddressEqualTo(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-equal-to" property.voidAccessLogFilteringCriteriaCfgClient.setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setConnectionClientAddressNotEqualTo(Collection<ValueOrExpression<AddressMask>> values) Sets the "connection-client-address-not-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setConnectionMinimumSsf(ValueOrExpression<Integer> value) Sets the "connection-minimum-ssf" property.voidProxyBackendCfgClient.setConnectionPoolIdleTimeout(ValueOrExpression<Long> value) Sets the "connection-pool-idle-timeout" property.voidProxyBackendCfgClient.setConnectionPoolMaxSize(ValueOrExpression<Integer> value) Sets the "connection-pool-max-size" property.voidProxyBackendCfgClient.setConnectionPoolMinSize(ValueOrExpression<Integer> value) Sets the "connection-pool-min-size" property.voidAccessLogFilteringCriteriaCfgClient.setConnectionPortEqualTo(Collection<ValueOrExpression<Integer>> values) Sets the "connection-port-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setConnectionPortEqualTo(Collection<ValueOrExpression<Integer>> values) Sets the "connection-port-equal-to" property.voidAccessLogFilteringCriteriaCfgClient.setConnectionProtocolEqualTo(Collection<ValueOrExpression<String>> values) Sets the "connection-protocol-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setConnectionProtocolEqualTo(Collection<ValueOrExpression<String>> values) Sets the "connection-protocol-equal-to" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setConnectionTimeout(ValueOrExpression<Long> value) Sets the "connection-timeout" property.voidProxyBackendCfgClient.setConnectionTimeout(ValueOrExpression<Long> value) Sets the "connection-timeout" property.voidReplicationSynchronizationProviderCfgClient.setConnectionTimeout(ValueOrExpression<Long> value) Sets the "connection-timeout" property.voidCryptPasswordStorageSchemeCfgClient.setCryptPasswordStorageEncryptionAlgorithm(ValueOrExpression<CryptPasswordStorageSchemeCfgDefn.CryptPasswordStorageEncryptionAlgorithm> value) Sets the "crypt-password-storage-encryption-algorithm" property.voidCsvFileAccessLogPublisherCfgClient.setCsvDelimiterChar(ValueOrExpression<String> value) Sets the "csv-delimiter-char" property.voidCsvFileHttpAccessLogPublisherCfgClient.setCsvDelimiterChar(ValueOrExpression<String> value) Sets the "csv-delimiter-char" property.voidCsvFileAccessLogPublisherCfgClient.setCsvEolSymbols(ValueOrExpression<String> value) Sets the "csv-eol-symbols" property.voidCsvFileHttpAccessLogPublisherCfgClient.setCsvEolSymbols(ValueOrExpression<String> value) Sets the "csv-eol-symbols" property.voidCsvFileAccessLogPublisherCfgClient.setCsvQuoteChar(ValueOrExpression<String> value) Sets the "csv-quote-char" property.voidCsvFileHttpAccessLogPublisherCfgClient.setCsvQuoteChar(ValueOrExpression<String> value) Sets the "csv-quote-char" property.voidJeBackendCfgClient.setDbCacheMode(ValueOrExpression<JeBackendCfgDefn.DbCacheMode> value) Sets the "db-cache-mode" property.voidJeBackendCfgClient.setDbCachePercent(ValueOrExpression<Integer> value) Sets the "db-cache-percent" property.voidJeBackendCfgClient.setDbCacheSize(ValueOrExpression<Long> value) Sets the "db-cache-size" property.voidJeBackendCfgClient.setDbCheckpointerBytesInterval(ValueOrExpression<Long> value) Sets the "db-checkpointer-bytes-interval" property.voidJeBackendCfgClient.setDbCheckpointerWakeupInterval(ValueOrExpression<Long> value) Sets the "db-checkpointer-wakeup-interval" property.voidJeBackendCfgClient.setDbCleanerMinUtilization(ValueOrExpression<Integer> value) Sets the "db-cleaner-min-utilization" property.voidJeBackendCfgClient.setDbDirectory(ValueOrExpression<String> value) Sets the "db-directory" property.voidJeBackendCfgClient.setDbDirectoryPermissions(ValueOrExpression<String> value) Sets the "db-directory-permissions" property.voidJeBackendCfgClient.setDbDurability(ValueOrExpression<JeBackendCfgDefn.DbDurability> value) Sets the "db-durability" property.voidJeBackendCfgClient.setDbEvictorCoreThreads(ValueOrExpression<Integer> value) Sets the "db-evictor-core-threads" property.voidJeBackendCfgClient.setDbEvictorKeepAlive(ValueOrExpression<Long> value) Sets the "db-evictor-keep-alive" property.voidJeBackendCfgClient.setDbEvictorMaxThreads(ValueOrExpression<Integer> value) Sets the "db-evictor-max-threads" property.voidJeBackendCfgClient.setDbLogFilecacheSize(ValueOrExpression<Integer> value) Sets the "db-log-filecache-size" property.voidJeBackendCfgClient.setDbLogFileMax(ValueOrExpression<Long> value) Sets the "db-log-file-max" property.voidJeBackendCfgClient.setDbLoggingFileHandlerOn(ValueOrExpression<Boolean> value) Sets the "db-logging-file-handler-on" property.voidJeBackendCfgClient.setDbLoggingLevel(ValueOrExpression<String> value) Sets the "db-logging-level" property.voidJeBackendCfgClient.setDbLogVerifierSchedule(ValueOrExpression<String> value) Sets the "db-log-verifier-schedule" property.voidJeBackendCfgClient.setDbNumCleanerThreads(ValueOrExpression<Integer> value) Sets the "db-num-cleaner-threads" property.voidJeBackendCfgClient.setDbNumLockTables(ValueOrExpression<Integer> value) Sets the "db-num-lock-tables" property.voidJeBackendCfgClient.setDbRunCleaner(ValueOrExpression<Boolean> value) Sets the "db-run-cleaner" property.voidJeBackendCfgClient.setDbRunLogVerifier(ValueOrExpression<Boolean> value) Sets the "db-run-log-verifier" property.voidPasswordPolicyImportPluginCfgClient.setDefaultAuthPasswordStorageScheme(Collection<ValueOrExpression<String>> values) Sets the "default-auth-password-storage-scheme" property.voidGlobalCfgClient.setDefaultPasswordPolicy(ValueOrExpression<String> value) Sets the "default-password-policy" property.voidPasswordPolicyCfgClient.setDefaultPasswordStorageScheme(Collection<ValueOrExpression<String>> values) Sets the "default-password-storage-scheme" property.voidErrorLogPublisherCfgClient.setDefaultSeverity(ValueOrExpression<ErrorLogPublisherCfgDefn.DefaultSeverity> value) Sets the "default-severity" property.voidPasswordPolicyImportPluginCfgClient.setDefaultUserPasswordStorageScheme(Collection<ValueOrExpression<String>> values) Sets the "default-user-password-storage-scheme" property.voidAdministrationConnectorCfgClient.setDeniedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.voidConnectionHandlerCfgClient.setDeniedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.voidGlobalCfgClient.setDeniedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "denied-client" property.voidPasswordPolicyCfgClient.setDeprecatedPasswordStorageScheme(Collection<ValueOrExpression<String>> values) Sets the "deprecated-password-storage-scheme" property.voidDictionaryPasswordValidatorCfgClient.setDictionaryFile(ValueOrExpression<String> value) Sets the "dictionary-file" property.voidCryptoManagerCfgClient.setDigestAlgorithm(ValueOrExpression<String> value) Sets the "digest-algorithm" property.voidAlertHandlerCfgClient.setDisabledAlertType(Collection<ValueOrExpression<String>> values) Sets the "disabled-alert-type" property.voidCoreSchemaCfgClient.setDisabledMatchingRule(Collection<ValueOrExpression<String>> values) Sets the "disabled-matching-rule" property.voidGlobalCfgClient.setDisabledPrivilege(Collection<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> values) Sets the "disabled-privilege" property.voidCoreSchemaCfgClient.setDisabledSyntax(Collection<ValueOrExpression<String>> values) Sets the "disabled-syntax" property.voidProxyBackendCfgClient.setDiscoveryInterval(ValueOrExpression<Long> value) Sets the "discovery-interval" property.voidReplicationServiceDiscoveryMechanismCfgClient.setDiscoveryInterval(ValueOrExpression<Long> value) Sets the "discovery-interval" property.voidStaticServiceDiscoveryMechanismCfgClient.setDiscoveryInterval(ValueOrExpression<Long> value) Sets the "discovery-interval" property.voidJeBackendCfgClient.setDiskFullThreshold(ValueOrExpression<Long> value) Sets the "disk-full-threshold" property.voidReplicationServerCfgClient.setDiskFullThreshold(ValueOrExpression<Long> value) Sets the "disk-full-threshold" property.voidJeBackendCfgClient.setDiskLowThreshold(ValueOrExpression<Long> value) Sets the "disk-low-threshold" property.voidReplicationServerCfgClient.setDiskLowThreshold(ValueOrExpression<Long> value) Sets the "disk-low-threshold" property.voidSizeLimitLogRetentionPolicyCfgClient.setDiskSpaceUsed(ValueOrExpression<Long> value) Sets the "disk-space-used" property.voidReplicationDomainCfgClient.setEclInclude(Collection<ValueOrExpression<String>> values) Sets the "ecl-include" property.voidReplicationDomainCfgClient.setEclIncludeForDeletes(Collection<ValueOrExpression<String>> values) Sets the "ecl-include-for-deletes" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setEmailAddressAttributeType(Collection<ValueOrExpression<AttributeType>> values) Sets the "email-address-attribute-type" property.voidAccessControlHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidAccountStatusNotificationHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidAlertHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidBackendCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidCertificateMapperCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidConnectionHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidEntryCacheCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidExtendedOperationHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidHttpAuthorizationMechanismCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidHttpEndpointCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidIdentityMapperCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidKeyManagerProviderCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidLogPublisherCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidMailServerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidPasswordGeneratorCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidPasswordStorageSchemeCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidPasswordValidatorCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidPluginCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidReplicationDomainCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidSaslMechanismHandlerCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidSchemaProviderCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidSynchronizationProviderCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidTrustManagerProviderCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidVirtualAttributeCfgClient.setEnabled(ValueOrExpression<Boolean> value) Sets the "enabled" property.voidAlertHandlerCfgClient.setEnabledAlertType(Collection<ValueOrExpression<String>> values) Sets the "enabled-alert-type" property.voidPluggableBackendCfgClient.setEntriesCompressed(ValueOrExpression<Boolean> value) Sets the "entries-compressed" property.voidGlobalCfgClient.setEtimeResolution(ValueOrExpression<GlobalCfgDefn.EtimeResolution> value) Sets the "etime-resolution" property.voidEntityTagVirtualAttributeCfgClient.setExcludedAttribute(Collection<ValueOrExpression<AttributeType>> values) Sets the "excluded-attribute" property.voidPemKeyManagerProviderCfgClient.setExcludedFilenamePattern(Collection<ValueOrExpression<String>> values) Sets the "excluded-filename-pattern" property.voidPemTrustManagerProviderCfgClient.setExcludedFilenamePattern(Collection<ValueOrExpression<String>> values) Sets the "excluded-filename-pattern" property.voidCrestMetricsEndpointCfgClient.setExcludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.voidGraphiteMonitorReporterPluginCfgClient.setExcludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.voidPrometheusEndpointCfgClient.setExcludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "excluded-metric-pattern" property.voidFifoEntryCacheCfgClient.setExcludeFilter(Collection<ValueOrExpression<String>> values) Sets the "exclude-filter" property.voidSoftReferenceEntryCacheCfgClient.setExcludeFilter(Collection<ValueOrExpression<String>> values) Sets the "exclude-filter" property.voidJsonFileAccessLogPublisherCfgClient.setExcludeValuesOfAttributes(Collection<ValueOrExpression<AttributeType>> values) Sets the "exclude-values-of-attributes" property.voidPasswordPolicyCfgClient.setExpirePasswordsWithoutWarning(ValueOrExpression<Boolean> value) Sets the "expire-passwords-without-warning" property.voidSizeLimitLogRotationPolicyCfgClient.setFileSizeLimit(ValueOrExpression<Long> value) Sets the "file-size-limit" property.voidBackendVlvIndexCfgClient.setFilter(ValueOrExpression<String> value) Sets the "filter" property.voidVirtualAttributeCfgClient.setFilter(Collection<ValueOrExpression<String>> values) Sets the "filter" property.voidAccessLogPublisherCfgClient.setFilteringPolicy(ValueOrExpression<AccessLogPublisherCfgDefn.FilteringPolicy> value) Sets the "filtering-policy" property.voidFingerprintCertificateMapperCfgClient.setFingerprintAlgorithm(ValueOrExpression<FingerprintCertificateMapperCfgDefn.FingerprintAlgorithm> value) Sets the "fingerprint-algorithm" property.voidFingerprintCertificateMapperCfgClient.setFingerprintAttribute(ValueOrExpression<AttributeType> value) Sets the "fingerprint-attribute" property.voidPasswordPolicyCfgClient.setForceChangeOnAdd(ValueOrExpression<Boolean> value) Sets the "force-change-on-add" property.voidPasswordPolicyCfgClient.setForceChangeOnReset(ValueOrExpression<Boolean> value) Sets the "force-change-on-reset" property.voidReplicationDomainCfgClient.setFractionalExclude(Collection<ValueOrExpression<String>> values) Sets the "fractional-exclude" property.voidReplicationDomainCfgClient.setFractionalInclude(Collection<ValueOrExpression<String>> values) Sets the "fractional-include" property.voidFreeDiskSpaceLogRetentionPolicyCfgClient.setFreeDiskSpace(ValueOrExpression<Long> value) Sets the "free-disk-space" property.voidDseeCompatAccessControlHandlerCfgClient.setGlobalAci(Collection<ValueOrExpression<String>> values) Sets the "global-aci" property.voidPasswordPolicyCfgClient.setGraceLoginCount(ValueOrExpression<Integer> value) Sets the "grace-login-count" property.voidGraphiteMonitorReporterPluginCfgClient.setGraphiteServer(ValueOrExpression<com.forgerock.opendj.util.HostPort> value) Sets the "graphite-server" property.voidVirtualAttributeCfgClient.setGroupDn(Collection<ValueOrExpression<Dn>> values) Sets the "group-dn" property.voidGlobalCfgClient.setGroupId(ValueOrExpression<String> value) Sets the "group-id" property.voidGlobalCfgClient.setGroupIdFailoverOrder(ValueOrExpression<String> value) Sets the "group-id-failover-order" property.voidProxyBackendCfgClient.setHashFunction(ValueOrExpression<ProxyBackendCfgDefn.HashFunction> value) Sets the "hash-function" property.voidReplicationSynchronizationProviderCfgClient.setHealthChecksEnabled(ValueOrExpression<Boolean> value) Sets the "health-checks-enabled" property.voidReplicationSynchronizationProviderCfgClient.setHeartbeatInterval(ValueOrExpression<Long> value) Sets the "heartbeat-interval" property.voidCramMd5SaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidDigestMd5SaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidGssapiSaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidHttpBasicAuthorizationMechanismCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidHttpOauth2AuthorizationMechanismCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidPasswordModifyExtendedOperationHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidPlainSaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidScramSha256SaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidScramSha512SaslMechanismHandlerCfgClient.setIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "identity-mapper" property.voidPasswordPolicyCfgClient.setIdleLockoutInterval(ValueOrExpression<Long> value) Sets the "idle-lockout-interval" property.voidGlobalCfgClient.setIdleTimeLimit(ValueOrExpression<Long> value) Sets the "idle-time-limit" property.voidJsonEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.voidJsonOrderingMatchingRuleCfgClient.setIgnoreWhiteSpace(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.voidJsonQueryEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setIgnoreWhiteSpace(ValueOrExpression<Boolean> value) Sets the "ignore-white-space" property.voidPluggableBackendCfgClient.setImportOffheapMemorySize(ValueOrExpression<Long> value) Sets the "import-offheap-memory-size" property.voidCrestMetricsEndpointCfgClient.setIncludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.voidGraphiteMonitorReporterPluginCfgClient.setIncludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.voidPrometheusEndpointCfgClient.setIncludedMetricPattern(Collection<ValueOrExpression<String>> values) Sets the "included-metric-pattern" property.voidFifoEntryCacheCfgClient.setIncludeFilter(Collection<ValueOrExpression<String>> values) Sets the "include-filter" property.voidSoftReferenceEntryCacheCfgClient.setIncludeFilter(Collection<ValueOrExpression<String>> values) Sets the "include-filter" property.voidJsonFileAccessLogPublisherCfgClient.setIncludeValuesOfAttributes(Collection<ValueOrExpression<AttributeType>> values) Sets the "include-values-of-attributes" property.voidJsonQueryEqualityMatchingRuleCfgClient.setIndexedField(Collection<ValueOrExpression<String>> values) Sets the "indexed-field" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setIndexedField(Collection<ValueOrExpression<String>> values) Sets the "indexed-field" property.voidBackendIndexCfgClient.setIndexEntryLimit(ValueOrExpression<Integer> value) Sets the "index-entry-limit" property.voidPluggableBackendCfgClient.setIndexEntryLimit(ValueOrExpression<Integer> value) Sets the "index-entry-limit" property.voidBackendIndexCfgClient.setIndexExtensibleMatchingRule(Collection<ValueOrExpression<String>> values) Sets the "index-extensible-matching-rule" property.voidPluggableBackendCfgClient.setIndexFilterAnalyzerEnabled(ValueOrExpression<Boolean> value) Sets the "index-filter-analyzer-enabled" property.voidPluggableBackendCfgClient.setIndexFilterAnalyzerMaxFilters(ValueOrExpression<Integer> value) Sets the "index-filter-analyzer-max-filters" property.voidBackendIndexCfgClient.setIndexType(Collection<ValueOrExpression<BackendIndexCfgDefn.IndexType>> values) Sets the "index-type" property.voidReplicationSynchronizationProviderCfgClient.setInitializationWindowSize(ValueOrExpression<Integer> value) Sets the "initialization-window-size" property.voidGlobalCfgClient.setInvalidAttributeSyntaxBehavior(ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> value) Sets the "invalid-attribute-syntax-behavior" property.voidAttributeCleanupPluginCfgClient.setInvokeForInternalOperations(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.voidPasswordPolicyImportPluginCfgClient.setInvokeForInternalOperations(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.voidPluginCfgClient.setInvokeForInternalOperations(ValueOrExpression<Boolean> value) Sets the "invoke-for-internal-operations" property.voidReplicationSynchronizationProviderCfgClient.setIsolationPolicy(ValueOrExpression<ReplicationSynchronizationProviderCfgDefn.IsolationPolicy> value) Sets the "isolation-policy" property.voidLdifBackendCfgClient.setIsPrivateBackend(ValueOrExpression<Boolean> value) Sets the "is-private-backend" property.voidCertificateMapperCfgClient.setIssuerAttribute(ValueOrExpression<AttributeType> value) Sets the "issuer-attribute" property.voidAccessControlHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAccountStatusNotificationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAdminDataTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAdminEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAesPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAlertHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAliveEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAnonymousSaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidArgon2PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAttributeCleanupPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAttributeValuePasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidAuthenticationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidBase64PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidBcryptPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidBlindTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidBlowfishPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCancelExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCertificateMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidChangeNumberControlPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCharacterSetPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidClearPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCollectiveAttributeSubentriesVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidConnectionHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidConsoleErrorLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCoreSchemaCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCramMd5SaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCrestMetricsEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCryptPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCsvFileAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidCsvFileHttpAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidDictionaryPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidDigestMd5SaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidDseeCompatAccessControlHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntityTagPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntityTagVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntryCacheCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntryDnVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntryUuidPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidEntryUuidVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidErrorLogAccountStatusNotificationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidErrorLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidExactMatchIdentityMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidExternalAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidExternalHttpAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidExternalSaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFifoEntryCacheCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedAuditLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedErrorLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedHttpAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedKeyManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileBasedTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFileCountLogRetentionPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFingerprintCertificateMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFixedTimeLogRotationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidFreeDiskSpaceLogRetentionPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGetConnectionIdExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGetSymmetricKeyExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGoverningStructureRuleVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGraphiteMonitorReporterPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGssapiSaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHasSubordinatesVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHdapAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHdapEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHealthyEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpAnonymousAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpBasicAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpConnectionHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpOauth2CtsAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpOauth2FileAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidIdentityMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidIsMemberOfVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJeBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJmxAlertHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJmxConnectionHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJsonEqualityMatchingRuleCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJsonFileAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJsonFileHttpAccessLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJsonOrderingMatchingRuleCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidJsonQueryEqualityMatchingRuleCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidKeyManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLastModPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdapAttributeDescriptionListPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdapConnectionHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdapKeyManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdapTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdifBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLdifConnectionHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLengthBasedPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLogPublisherCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLogRetentionPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidLogRotationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidMd5PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidMemberVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidMemoryBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidMonitorBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidNullBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidNumSubordinatesVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordExpirationTimeVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordGeneratorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordModifyExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordPolicyImportPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordPolicyStateExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordPolicySubentryVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPbkdf2HmacSha256PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPbkdf2HmacSha512PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPbkdf2PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPemKeyManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPemTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPkcs11KeyManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPkcs11TrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPkcs5s2PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPlainSaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPolicyBasedAccessControlHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidPrometheusEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidProxyBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidRandomPasswordGeneratorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidRc4PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidReferentialIntegrityPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidRegularExpressionIdentityMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidRepeatedCharactersPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidReplicationServiceDiscoveryMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidReplicationSynchronizationProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidRest2ldapEndpointCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaltedMd5PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaltedSha1PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaltedSha256PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaltedSha384PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaltedSha512PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSambaPasswordPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSchemaBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSchemaProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidScramSha256PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidScramSha256SaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidScramSha512PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidScramSha512SaslMechanismHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidServiceDiscoveryMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSevenBitCleanPluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSha1PasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSimilarityBasedPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSizeLimitLogRetentionPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSizeLimitLogRotationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSmtpAlertHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSoftReferenceEntryCacheCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidStartTlsExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidStaticServiceDiscoveryMechanismCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidStructuralObjectClassVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSubjectAttributeToUserAttributeCertificateMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSubjectDnToUserAttributeCertificateMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSubjectEqualsDnCertificateMapperCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSubschemaSubentryVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidSynchronizationProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidTaskBackendCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidTimeLimitLogRotationPolicyCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidTraditionalWorkQueueCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidTripleDesPasswordStorageSchemeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidTrustManagerProviderCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidUniqueAttributePluginCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidUniqueCharactersPasswordValidatorCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidUserDefinedVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidUserTemplateVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidVirtualAttributeCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidWhoAmIExtendedOperationHandlerCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidWorkQueueCfgClient.setJavaClass(ValueOrExpression<String> value) Sets the "java-class" property.voidGlobalCfgClient.setJeBackendSharedCacheEnabled(ValueOrExpression<Boolean> value) Sets the "je-backend-shared-cache-enabled" property.voidJeBackendCfgClient.setJeProperty(Collection<ValueOrExpression<String>> values) Sets the "je-property" property.voidJsonEqualityMatchingRuleCfgClient.setJsonKeys(ValueOrExpression<String> value) Sets the "json-keys" property.voidJsonOrderingMatchingRuleCfgClient.setJsonKeys(ValueOrExpression<String> value) Sets the "json-keys" property.voidErrorLogPublisherCfgClient.setJsonOutput(ValueOrExpression<Boolean> value) Sets the "json-output" property.voidCoreSchemaCfgClient.setJsonValidationPolicy(ValueOrExpression<CoreSchemaCfgDefn.JsonValidationPolicy> value) Sets the "json-validation-policy" property.voidHdapAuthorizationMechanismCfgClient.setJwtAlgorithm(ValueOrExpression<String> value) Sets the "jwt-algorithm" property.voidHdapAuthorizationMechanismCfgClient.setJwtKeyAlias(ValueOrExpression<String> value) Sets the "jwt-key-alias" property.voidHdapAuthorizationMechanismCfgClient.setJwtKeyManagerProvider(ValueOrExpression<String> value) Sets the "jwt-key-manager-provider" property.voidHdapAuthorizationMechanismCfgClient.setJwtValidityPeriod(ValueOrExpression<Long> value) Sets the "jwt-validity-period" property.voidGssapiSaslMechanismHandlerCfgClient.setKdcAddress(ValueOrExpression<String> value) Sets the "kdc-address" property.voidProxyBackendCfgClient.setKeepAliveInterval(ValueOrExpression<Long> value) Sets the "keep-alive-interval" property.voidProxyBackendCfgClient.setKeepAliveSearchRequestBaseDn(ValueOrExpression<Dn> value) Sets the "keep-alive-search-request-base-dn" property.voidProxyBackendCfgClient.setKeepAliveSearchRequestFilter(ValueOrExpression<String> value) Sets the "keep-alive-search-request-filter" property.voidProxyBackendCfgClient.setKeepAliveTimeout(ValueOrExpression<Long> value) Sets the "keep-alive-timeout" property.voidHttpConnectionHandlerCfgClient.setKeepStats(ValueOrExpression<Boolean> value) Sets the "keep-stats" property.voidLdapConnectionHandlerCfgClient.setKeepStats(ValueOrExpression<Boolean> value) Sets the "keep-stats" property.voidAdministrationConnectorCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidCryptoManagerCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidHttpConnectionHandlerCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidJmxConnectionHandlerCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidLdapConnectionHandlerCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidProxyBackendCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidReplicationServiceDiscoveryMechanismCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidReplicationSynchronizationProviderCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidStaticServiceDiscoveryMechanismCfgClient.setKeyManagerProvider(ValueOrExpression<String> value) Sets the "key-manager-provider" property.voidCsvFileAccessLogPublisherCfgClient.setKeyStoreFile(ValueOrExpression<String> value) Sets the "key-store-file" property.voidCsvFileHttpAccessLogPublisherCfgClient.setKeyStoreFile(ValueOrExpression<String> value) Sets the "key-store-file" property.voidFileBasedKeyManagerProviderCfgClient.setKeyStoreFile(ValueOrExpression<String> value) Sets the "key-store-file" property.voidCsvFileAccessLogPublisherCfgClient.setKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.voidCsvFileHttpAccessLogPublisherCfgClient.setKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.voidFileBasedKeyManagerProviderCfgClient.setKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.voidLdapKeyManagerProviderCfgClient.setKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.voidPkcs11KeyManagerProviderCfgClient.setKeyStorePin(ValueOrExpression<String> value) Sets the "key-store-pin" property.voidFileBasedKeyManagerProviderCfgClient.setKeyStoreType(ValueOrExpression<String> value) Sets the "key-store-type" property.voidPkcs11KeyManagerProviderCfgClient.setKeyStoreType(ValueOrExpression<String> value) Sets the "key-store-type" property.voidGssapiSaslMechanismHandlerCfgClient.setKeytab(ValueOrExpression<String> value) Sets the "keytab" property.voidCryptoManagerCfgClient.setKeyWrappingMode(ValueOrExpression<CryptoManagerCfgDefn.KeyWrappingMode> value) Sets the "key-wrapping-mode" property.voidCryptoManagerCfgClient.setKeyWrappingTransformation(ValueOrExpression<String> value) Sets the "key-wrapping-transformation" property.voidPasswordPolicyCfgClient.setLastLoginTimeAttribute(ValueOrExpression<AttributeType> value) Sets the "last-login-time-attribute" property.voidPasswordPolicyCfgClient.setLastLoginTimeFormat(ValueOrExpression<String> value) Sets the "last-login-time-format" property.voidLdifConnectionHandlerCfgClient.setLdifDirectory(ValueOrExpression<String> value) Sets the "ldif-directory" property.voidLdifBackendCfgClient.setLdifFile(ValueOrExpression<String> value) Sets the "ldif-file" property.voidPrometheusEndpointCfgClient.setLegacyFormat(ValueOrExpression<Boolean> value) Sets the "legacy-format" property.voidAdministrationConnectorCfgClient.setListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.voidGlobalCfgClient.setListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.voidHttpConnectionHandlerCfgClient.setListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.voidJmxConnectionHandlerCfgClient.setListenAddress(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "listen-address" property.voidLdapConnectionHandlerCfgClient.setListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.voidReplicationServerCfgClient.setListenAddress(Collection<ValueOrExpression<com.forgerock.opendj.util.Host>> values) Sets the "listen-address" property.voidAdministrationConnectorCfgClient.setListenPort(ValueOrExpression<Integer> value) Sets the "listen-port" property.voidHttpConnectionHandlerCfgClient.setListenPort(ValueOrExpression<Integer> value) Sets the "listen-port" property.voidJmxConnectionHandlerCfgClient.setListenPort(ValueOrExpression<Integer> value) Sets the "listen-port" property.voidLdapConnectionHandlerCfgClient.setListenPort(ValueOrExpression<Integer> value) Sets the "listen-port" property.voidPasswordPolicyCfgClient.setLockoutDuration(ValueOrExpression<Long> value) Sets the "lockout-duration" property.voidPasswordPolicyCfgClient.setLockoutFailureCount(ValueOrExpression<Integer> value) Sets the "lockout-failure-count" property.voidPasswordPolicyCfgClient.setLockoutFailureExpirationInterval(ValueOrExpression<Long> value) Sets the "lockout-failure-expiration-interval" property.voidFifoEntryCacheCfgClient.setLockTimeout(ValueOrExpression<Long> value) Sets the "lock-timeout" property.voidSoftReferenceEntryCacheCfgClient.setLockTimeout(ValueOrExpression<Long> value) Sets the "lock-timeout" property.voidReplicationSynchronizationProviderCfgClient.setLogChangenumber(ValueOrExpression<Boolean> value) Sets the "log-changenumber" property.voidCommonAuditAccessLogPublisherCfgClient.setLogControls(ValueOrExpression<Boolean> value) Sets the "log-controls" property.voidFileBasedAccessLogPublisherCfgClient.setLogControls(ValueOrExpression<Boolean> value) Sets the "log-controls" property.voidCsvFileAccessLogPublisherCfgClient.setLogDirectory(ValueOrExpression<String> value) Sets the "log-directory" property.voidCsvFileHttpAccessLogPublisherCfgClient.setLogDirectory(ValueOrExpression<String> value) Sets the "log-directory" property.voidJsonFileAccessLogPublisherCfgClient.setLogDirectory(ValueOrExpression<String> value) Sets the "log-directory" property.voidJsonFileHttpAccessLogPublisherCfgClient.setLogDirectory(ValueOrExpression<String> value) Sets the "log-directory" property.voidCsvFileAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidCsvFileHttpAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidExternalAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidExternalHttpAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidJsonFileAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidJsonFileHttpAccessLogPublisherCfgClient.setLogFieldBlacklist(Collection<ValueOrExpression<String>> values) Sets the "log-field-blacklist" property.voidCsvFileHttpAccessLogPublisherCfgClient.setLogFieldWhitelist(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.voidExternalHttpAccessLogPublisherCfgClient.setLogFieldWhitelist(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.voidJsonFileHttpAccessLogPublisherCfgClient.setLogFieldWhitelist(Collection<ValueOrExpression<String>> values) Sets the "log-field-whitelist" property.voidFileBasedAccessLogPublisherCfgClient.setLogFile(ValueOrExpression<String> value) Sets the "log-file" property.voidFileBasedAuditLogPublisherCfgClient.setLogFile(ValueOrExpression<String> value) Sets the "log-file" property.voidFileBasedErrorLogPublisherCfgClient.setLogFile(ValueOrExpression<String> value) Sets the "log-file" property.voidFileBasedHttpAccessLogPublisherCfgClient.setLogFile(ValueOrExpression<String> value) Sets the "log-file" property.voidReferentialIntegrityPluginCfgClient.setLogFile(ValueOrExpression<String> value) Sets the "log-file" property.voidCsvFileAccessLogPublisherCfgClient.setLogFileNamePrefix(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.voidCsvFileHttpAccessLogPublisherCfgClient.setLogFileNamePrefix(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.voidJsonFileAccessLogPublisherCfgClient.setLogFileNamePrefix(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.voidJsonFileHttpAccessLogPublisherCfgClient.setLogFileNamePrefix(ValueOrExpression<String> value) Sets the "log-file-name-prefix" property.voidFileBasedAccessLogPublisherCfgClient.setLogFilePermissions(ValueOrExpression<String> value) Sets the "log-file-permissions" property.voidFileBasedAuditLogPublisherCfgClient.setLogFilePermissions(ValueOrExpression<String> value) Sets the "log-file-permissions" property.voidFileBasedErrorLogPublisherCfgClient.setLogFilePermissions(ValueOrExpression<String> value) Sets the "log-file-permissions" property.voidFileBasedHttpAccessLogPublisherCfgClient.setLogFilePermissions(ValueOrExpression<String> value) Sets the "log-file-permissions" property.voidFileBasedAccessLogPublisherCfgClient.setLogFormat(ValueOrExpression<FileBasedAccessLogPublisherCfgDefn.LogFormat> value) Sets the "log-format" property.voidFileBasedHttpAccessLogPublisherCfgClient.setLogFormat(ValueOrExpression<String> value) Sets the "log-format" property.voidJsonFileAccessLogPublisherCfgClient.setLogModifiedAttributeValues(ValueOrExpression<Boolean> value) Sets the "log-modified-attribute-values" property.voidFileBasedAccessLogPublisherCfgClient.setLogRecordTimeFormat(ValueOrExpression<String> value) Sets the "log-record-time-format" property.voidFileBasedHttpAccessLogPublisherCfgClient.setLogRecordTimeFormat(ValueOrExpression<String> value) Sets the "log-record-time-format" property.voidAccessLogFilteringCriteriaCfgClient.setLogRecordType(Collection<ValueOrExpression<AccessLogFilteringCriteriaCfgDefn.LogRecordType>> values) Sets the "log-record-type" property.voidCryptoManagerCfgClient.setMacAlgorithm(ValueOrExpression<String> value) Sets the "mac-algorithm" property.voidCryptoManagerCfgClient.setMacKeyLength(ValueOrExpression<Integer> value) Sets the "mac-key-length" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappedAttribute(Collection<ValueOrExpression<AttributeType>> values) Sets the "mapped-attribute" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "mapped-search-base-dn" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindDn(ValueOrExpression<Dn> value) Sets the "mapped-search-bind-dn" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchBindPassword(ValueOrExpression<String> value) Sets the "mapped-search-bind-password" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappedSearchFilterTemplate(ValueOrExpression<String> value) Sets the "mapped-search-filter-template" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setMappingPolicy(ValueOrExpression<LdapPassThroughAuthenticationPolicyCfgDefn.MappingPolicy> value) Sets the "mapping-policy" property.voidCryptoManagerCfgClient.setMasterKeyAlias(ValueOrExpression<String> value) Sets the "master-key-alias" property.voidAttributeValuePasswordValidatorCfgClient.setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.voidExactMatchIdentityMapperCfgClient.setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.voidRegularExpressionIdentityMapperCfgClient.setMatchAttribute(Collection<ValueOrExpression<AttributeType>> values) Sets the "match-attribute" property.voidExactMatchIdentityMapperCfgClient.setMatchBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "match-base-dn" property.voidRegularExpressionIdentityMapperCfgClient.setMatchBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "match-base-dn" property.voidJsonEqualityMatchingRuleCfgClient.setMatchingRuleName(ValueOrExpression<String> value) Sets the "matching-rule-name" property.voidJsonOrderingMatchingRuleCfgClient.setMatchingRuleName(ValueOrExpression<String> value) Sets the "matching-rule-name" property.voidJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleName(ValueOrExpression<String> value) Sets the "matching-rule-name" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleName(ValueOrExpression<String> value) Sets the "matching-rule-name" property.voidJsonEqualityMatchingRuleCfgClient.setMatchingRuleOid(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.voidJsonOrderingMatchingRuleCfgClient.setMatchingRuleOid(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.voidJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleOid(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.voidNameAndJsonQueryEqualityMatchingRuleCfgClient.setMatchingRuleOid(ValueOrExpression<String> value) Sets the "matching-rule-oid" property.voidRegularExpressionIdentityMapperCfgClient.setMatchPattern(ValueOrExpression<String> value) Sets the "match-pattern" property.voidGlobalCfgClient.setMaxAllowedClientConnections(ValueOrExpression<Integer> value) Sets the "max-allowed-client-connections" property.voidHttpConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit(ValueOrExpression<Long> value) Sets the "max-blocked-write-time-limit" property.voidLdapConnectionHandlerCfgClient.setMaxBlockedWriteTimeLimit(ValueOrExpression<Long> value) Sets the "max-blocked-write-time-limit" property.voidGlobalCfgClient.setMaxCandidateSetSize(ValueOrExpression<Integer> value) Sets the "max-candidate-set-size" property.voidHttpConnectionHandlerCfgClient.setMaxConcurrentOpsPerConnection(ValueOrExpression<Integer> value) Sets the "max-concurrent-ops-per-connection" property.voidRepeatedCharactersPasswordValidatorCfgClient.setMaxConsecutiveLength(ValueOrExpression<Integer> value) Sets the "max-consecutive-length" property.voidFifoEntryCacheCfgClient.setMaxEntries(ValueOrExpression<Integer> value) Sets the "max-entries" property.voidGlobalCfgClient.setMaxInternalBufferSize(ValueOrExpression<Long> value) Sets the "max-internal-buffer-size" property.voidFifoEntryCacheCfgClient.setMaxMemoryPercent(ValueOrExpression<Integer> value) Sets the "max-memory-percent" property.voidPasswordPolicyCfgClient.setMaxPasswordAge(ValueOrExpression<Long> value) Sets the "max-password-age" property.voidLengthBasedPasswordValidatorCfgClient.setMaxPasswordLength(ValueOrExpression<Integer> value) Sets the "max-password-length" property.voidPasswordPolicyCfgClient.setMaxPasswordResetAge(ValueOrExpression<Long> value) Sets the "max-password-reset-age" property.voidGlobalCfgClient.setMaxPsearches(ValueOrExpression<Integer> value) Sets the "max-psearches" property.voidReplicationSynchronizationProviderCfgClient.setMaxReplicationDelayHealthCheck(ValueOrExpression<Long> value) Sets the "max-replication-delay-health-check" property.voidHttpConnectionHandlerCfgClient.setMaxRequestSize(ValueOrExpression<Long> value) Sets the "max-request-size" property.voidLdapConnectionHandlerCfgClient.setMaxRequestSize(ValueOrExpression<Long> value) Sets the "max-request-size" property.voidSmtpAlertHandlerCfgClient.setMessageBody(ValueOrExpression<String> value) Sets the "message-body" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setMessageSubject(Collection<ValueOrExpression<String>> values) Sets the "message-subject" property.voidSmtpAlertHandlerCfgClient.setMessageSubject(ValueOrExpression<String> value) Sets the "message-subject" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setMessageTemplateFile(Collection<ValueOrExpression<String>> values) Sets the "message-template-file" property.voidGraphiteMonitorReporterPluginCfgClient.setMetricNamePrefix(ValueOrExpression<String> value) Sets the "metric-name-prefix" property.voidCharacterSetPasswordValidatorCfgClient.setMinCharacterSets(ValueOrExpression<Integer> value) Sets the "min-character-sets" property.voidPasswordPolicyCfgClient.setMinPasswordAge(ValueOrExpression<Long> value) Sets the "min-password-age" property.voidSimilarityBasedPasswordValidatorCfgClient.setMinPasswordDifference(ValueOrExpression<Integer> value) Sets the "min-password-difference" property.voidLengthBasedPasswordValidatorCfgClient.setMinPasswordLength(ValueOrExpression<Integer> value) Sets the "min-password-length" property.voidAttributeValuePasswordValidatorCfgClient.setMinSubstringLength(ValueOrExpression<Integer> value) Sets the "min-substring-length" property.voidDictionaryPasswordValidatorCfgClient.setMinSubstringLength(ValueOrExpression<Integer> value) Sets the "min-substring-length" property.voidUniqueCharactersPasswordValidatorCfgClient.setMinUniqueCharacters(ValueOrExpression<Integer> value) Sets the "min-unique-characters" property.voidBackendVlvIndexCfgClient.setName(ValueOrExpression<String> value) Sets the "name" property.voidBackendVlvIndexCfgClient.setName(ValueOrExpression<String> value) Sets the "name" property.voidTaskBackendCfgClient.setNotificationSenderAddress(ValueOrExpression<String> value) Sets the "notification-sender-address" property.voidGlobalCfgClient.setNotifyAbandonedOperations(ValueOrExpression<Boolean> value) Sets the "notify-abandoned-operations" property.voidFileCountLogRetentionPolicyCfgClient.setNumberOfFiles(ValueOrExpression<Integer> value) Sets the "number-of-files" property.voidHttpConnectionHandlerCfgClient.setNumRequestHandlers(ValueOrExpression<Integer> value) Sets the "num-request-handlers" property.voidLdapConnectionHandlerCfgClient.setNumRequestHandlers(ValueOrExpression<Integer> value) Sets the "num-request-handlers" property.voidReplicationSynchronizationProviderCfgClient.setNumUpdateReplayThreads(ValueOrExpression<Integer> value) Sets the "num-update-replay-threads" property.voidTraditionalWorkQueueCfgClient.setNumWorkerThreads(ValueOrExpression<Integer> value) Sets the "num-worker-threads" property.voidErrorLogPublisherCfgClient.setOverrideSeverity(Collection<ValueOrExpression<String>> values) Sets the "override-severity" property.voidProxyBackendCfgClient.setPartitionBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "partition-base-dn" property.voidPasswordPolicyCfgClient.setPasswordAttribute(ValueOrExpression<AttributeType> value) Sets the "password-attribute" property.voidPasswordPolicyCfgClient.setPasswordChangeRequiresCurrentPassword(ValueOrExpression<Boolean> value) Sets the "password-change-requires-current-password" property.voidRandomPasswordGeneratorCfgClient.setPasswordCharacterSet(Collection<ValueOrExpression<String>> values) Sets the "password-character-set" property.voidPasswordPolicyCfgClient.setPasswordExpirationWarningInterval(ValueOrExpression<Long> value) Sets the "password-expiration-warning-interval" property.voidRandomPasswordGeneratorCfgClient.setPasswordFormat(ValueOrExpression<String> value) Sets the "password-format" property.voidPasswordPolicyCfgClient.setPasswordGenerator(ValueOrExpression<String> value) Sets the "password-generator" property.voidPasswordPolicyCfgClient.setPasswordHistoryCount(ValueOrExpression<Integer> value) Sets the "password-history-count" property.voidPasswordPolicyCfgClient.setPasswordHistoryDuration(ValueOrExpression<Long> value) Sets the "password-history-duration" property.voidPasswordPolicyCfgClient.setPasswordValidator(Collection<ValueOrExpression<String>> values) Sets the "password-validator" property.voidPbkdf2PasswordStorageSchemeCfgClient.setPbkdf2Iterations(ValueOrExpression<Integer> value) Sets the "pbkdf2-iterations" property.voidPemKeyManagerProviderCfgClient.setPemDirectory(ValueOrExpression<String> value) Sets the "pem-directory" property.voidPemTrustManagerProviderCfgClient.setPemDirectory(ValueOrExpression<String> value) Sets the "pem-directory" property.voidGlobalAccessControlPolicyCfgClient.setPermission(Collection<ValueOrExpression<GlobalAccessControlPolicyCfgDefn.Permission>> values) Sets the "permission" property.voidPkcs11KeyManagerProviderCfgClient.setPkcs11ProviderArg(ValueOrExpression<String> value) Sets the "pkcs11-provider-arg" property.voidPkcs11TrustManagerProviderCfgClient.setPkcs11ProviderArg(ValueOrExpression<String> value) Sets the "pkcs11-provider-arg" property.voidPkcs11KeyManagerProviderCfgClient.setPkcs11ProviderClass(ValueOrExpression<String> value) Sets the "pkcs11-provider-class" property.voidPkcs11TrustManagerProviderCfgClient.setPkcs11ProviderClass(ValueOrExpression<String> value) Sets the "pkcs11-provider-class" property.voidPkcs11KeyManagerProviderCfgClient.setPkcs11ProviderName(ValueOrExpression<String> value) Sets the "pkcs11-provider-name" property.voidPkcs11TrustManagerProviderCfgClient.setPkcs11ProviderName(ValueOrExpression<String> value) Sets the "pkcs11-provider-name" property.voidPluginRootCfgClient.setPluginOrderIntermediateResponse(ValueOrExpression<String> value) Sets the "plugin-order-intermediate-response" property.voidPluginRootCfgClient.setPluginOrderLdifImport(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import" property.voidPluginRootCfgClient.setPluginOrderLdifImportBegin(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import-begin" property.voidPluginRootCfgClient.setPluginOrderLdifImportEnd(ValueOrExpression<String> value) Sets the "plugin-order-ldif-import-end" property.voidPluginRootCfgClient.setPluginOrderPostCommitAdd(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-add" property.voidPluginRootCfgClient.setPluginOrderPostCommitDelete(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-delete" property.voidPluginRootCfgClient.setPluginOrderPostCommitModify(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-modify" property.voidPluginRootCfgClient.setPluginOrderPostCommitModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-post-commit-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPostConnect(ValueOrExpression<String> value) Sets the "plugin-order-post-connect" property.voidPluginRootCfgClient.setPluginOrderPostDisconnect(ValueOrExpression<String> value) Sets the "plugin-order-post-disconnect" property.voidPluginRootCfgClient.setPluginOrderPostOperationAbandon(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-abandon" property.voidPluginRootCfgClient.setPluginOrderPostOperationAdd(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-add" property.voidPluginRootCfgClient.setPluginOrderPostOperationBind(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-bind" property.voidPluginRootCfgClient.setPluginOrderPostOperationCompare(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-compare" property.voidPluginRootCfgClient.setPluginOrderPostOperationDelete(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-delete" property.voidPluginRootCfgClient.setPluginOrderPostOperationExtended(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-extended" property.voidPluginRootCfgClient.setPluginOrderPostOperationModify(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-modify" property.voidPluginRootCfgClient.setPluginOrderPostOperationModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPostOperationSearch(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-search" property.voidPluginRootCfgClient.setPluginOrderPostOperationUnbind(ValueOrExpression<String> value) Sets the "plugin-order-post-operation-unbind" property.voidPluginRootCfgClient.setPluginOrderPostResponseAdd(ValueOrExpression<String> value) Sets the "plugin-order-post-response-add" property.voidPluginRootCfgClient.setPluginOrderPostResponseBind(ValueOrExpression<String> value) Sets the "plugin-order-post-response-bind" property.voidPluginRootCfgClient.setPluginOrderPostResponseCompare(ValueOrExpression<String> value) Sets the "plugin-order-post-response-compare" property.voidPluginRootCfgClient.setPluginOrderPostResponseDelete(ValueOrExpression<String> value) Sets the "plugin-order-post-response-delete" property.voidPluginRootCfgClient.setPluginOrderPostResponseExtended(ValueOrExpression<String> value) Sets the "plugin-order-post-response-extended" property.voidPluginRootCfgClient.setPluginOrderPostResponseModify(ValueOrExpression<String> value) Sets the "plugin-order-post-response-modify" property.voidPluginRootCfgClient.setPluginOrderPostResponseModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-post-response-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPostResponseSearch(ValueOrExpression<String> value) Sets the "plugin-order-post-response-search" property.voidPluginRootCfgClient.setPluginOrderPostSynchronizationAdd(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-add" property.voidPluginRootCfgClient.setPluginOrderPostSynchronizationDelete(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-delete" property.voidPluginRootCfgClient.setPluginOrderPostSynchronizationModify(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-modify" property.voidPluginRootCfgClient.setPluginOrderPostSynchronizationModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-post-synchronization-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPreOperationAdd(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-add" property.voidPluginRootCfgClient.setPluginOrderPreOperationBind(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-bind" property.voidPluginRootCfgClient.setPluginOrderPreOperationCompare(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-compare" property.voidPluginRootCfgClient.setPluginOrderPreOperationDelete(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-delete" property.voidPluginRootCfgClient.setPluginOrderPreOperationExtended(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-extended" property.voidPluginRootCfgClient.setPluginOrderPreOperationModify(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-modify" property.voidPluginRootCfgClient.setPluginOrderPreOperationModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPreOperationSearch(ValueOrExpression<String> value) Sets the "plugin-order-pre-operation-search" property.voidPluginRootCfgClient.setPluginOrderPreParseAbandon(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-abandon" property.voidPluginRootCfgClient.setPluginOrderPreParseAdd(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-add" property.voidPluginRootCfgClient.setPluginOrderPreParseBind(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-bind" property.voidPluginRootCfgClient.setPluginOrderPreParseCompare(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-compare" property.voidPluginRootCfgClient.setPluginOrderPreParseDelete(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-delete" property.voidPluginRootCfgClient.setPluginOrderPreParseExtended(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-extended" property.voidPluginRootCfgClient.setPluginOrderPreParseModify(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-modify" property.voidPluginRootCfgClient.setPluginOrderPreParseModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-modify-dn" property.voidPluginRootCfgClient.setPluginOrderPreParseSearch(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-search" property.voidPluginRootCfgClient.setPluginOrderPreParseUnbind(ValueOrExpression<String> value) Sets the "plugin-order-pre-parse-unbind" property.voidPluginRootCfgClient.setPluginOrderSearchResultEntry(ValueOrExpression<String> value) Sets the "plugin-order-search-result-entry" property.voidPluginRootCfgClient.setPluginOrderSearchResultReference(ValueOrExpression<String> value) Sets the "plugin-order-search-result-reference" property.voidPluginRootCfgClient.setPluginOrderShutdown(ValueOrExpression<String> value) Sets the "plugin-order-shutdown" property.voidPluginRootCfgClient.setPluginOrderStartup(ValueOrExpression<String> value) Sets the "plugin-order-startup" property.voidPluginRootCfgClient.setPluginOrderSubordinateDelete(ValueOrExpression<String> value) Sets the "plugin-order-subordinate-delete" property.voidPluginRootCfgClient.setPluginOrderSubordinateModifyDn(ValueOrExpression<String> value) Sets the "plugin-order-subordinate-modify-dn" property.voidAttributeCleanupPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidChangeNumberControlPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidEntityTagPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidEntryUuidPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidGraphiteMonitorReporterPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidLastModPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidLdapAttributeDescriptionListPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidPasswordPolicyImportPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidReferentialIntegrityPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidSambaPasswordPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidSevenBitCleanPluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidUniqueAttributePluginCfgClient.setPluginType(Collection<ValueOrExpression<PluginCfgDefn.PluginType>> values) Sets the "plugin-type" property.voidLdifConnectionHandlerCfgClient.setPollInterval(ValueOrExpression<Long> value) Sets the "poll-interval" property.voidPluggableBackendCfgClient.setPreloadTimeLimit(ValueOrExpression<Long> value) Sets the "preload-time-limit" property.voidPasswordPolicyCfgClient.setPreviousLastLoginTimeFormat(Collection<ValueOrExpression<String>> values) Sets the "previous-last-login-time-format" property.voidReplicationServiceDiscoveryMechanismCfgClient.setPrimaryGroupId(ValueOrExpression<String> value) Sets the "primary-group-id" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setPrimaryRemoteLdapServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "primary-remote-ldap-server" property.voidStaticServiceDiscoveryMechanismCfgClient.setPrimaryServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "primary-server" property.voidGssapiSaslMechanismHandlerCfgClient.setPrincipalName(ValueOrExpression<String> value) Sets the "principal-name" property.voidGlobalCfgClient.setProxiedAuthorizationIdentityMapper(Collection<ValueOrExpression<String>> values) Sets the "proxied-authorization-identity-mapper" property.voidAdministrationConnectorCfgClient.setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.voidGlobalCfgClient.setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.voidLdapConnectionHandlerCfgClient.setProxyProtocolAllowedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "proxy-protocol-allowed-client" property.voidAdministrationConnectorCfgClient.setProxyProtocolEnabled(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.voidGlobalCfgClient.setProxyProtocolEnabled(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.voidLdapConnectionHandlerCfgClient.setProxyProtocolEnabled(ValueOrExpression<Boolean> value) Sets the "proxy-protocol-enabled" property.voidProxyBackendCfgClient.setProxyUserDn(ValueOrExpression<Dn> value) Sets the "proxy-user-dn" property.voidProxyBackendCfgClient.setProxyUserPassword(ValueOrExpression<String> value) Sets the "proxy-user-password" property.voidSambaPasswordPluginCfgClient.setPwdSyncPolicy(Collection<ValueOrExpression<SambaPasswordPluginCfgDefn.PwdSyncPolicy>> values) Sets the "pwd-sync-policy" property.voidDigestMd5SaslMechanismHandlerCfgClient.setQualityOfProtection(ValueOrExpression<DigestMd5SaslMechanismHandlerCfgDefn.QualityOfProtection> value) Sets the "quality-of-protection" property.voidGssapiSaslMechanismHandlerCfgClient.setQualityOfProtection(ValueOrExpression<GssapiSaslMechanismHandlerCfgDefn.QualityOfProtection> value) Sets the "quality-of-protection" property.voidFileBasedAccessLogPublisherCfgClient.setQueueSize(ValueOrExpression<Integer> value) Sets the "queue-size" property.voidFileBasedAuditLogPublisherCfgClient.setQueueSize(ValueOrExpression<Integer> value) Sets the "queue-size" property.voidFileBasedErrorLogPublisherCfgClient.setQueueSize(ValueOrExpression<Integer> value) Sets the "queue-size" property.voidFileBasedHttpAccessLogPublisherCfgClient.setQueueSize(ValueOrExpression<Integer> value) Sets the "queue-size" property.voidDigestMd5SaslMechanismHandlerCfgClient.setRealm(ValueOrExpression<String> value) Sets the "realm" property.voidGssapiSaslMechanismHandlerCfgClient.setRealm(ValueOrExpression<String> value) Sets the "realm" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setRecipientAddress(Collection<ValueOrExpression<String>> values) Sets the "recipient-address" property.voidSmtpAlertHandlerCfgClient.setRecipientAddress(Collection<ValueOrExpression<String>> values) Sets the "recipient-address" property.voidReplicationSynchronizationProviderCfgClient.setReferralsUrl(Collection<ValueOrExpression<String>> values) Sets the "referrals-url" property.voidArgon2PasswordStorageSchemeCfgClient.setRehashPolicy(ValueOrExpression<Argon2PasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.voidBcryptPasswordStorageSchemeCfgClient.setRehashPolicy(ValueOrExpression<BcryptPasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.voidPbkdf2PasswordStorageSchemeCfgClient.setRehashPolicy(ValueOrExpression<Pbkdf2PasswordStorageSchemeCfgDefn.RehashPolicy> value) Sets the "rehash-policy" property.voidAttributeCleanupPluginCfgClient.setRemoveInboundAttributes(Collection<ValueOrExpression<String>> values) Sets the "remove-inbound-attributes" property.voidAttributeCleanupPluginCfgClient.setRenameInboundAttributes(Collection<ValueOrExpression<String>> values) Sets the "rename-inbound-attributes" property.voidRegularExpressionIdentityMapperCfgClient.setReplacePattern(ValueOrExpression<String> value) Sets the "replace-pattern" property.voidReplicationServerCfgClient.setReplicationDbDirectory(ValueOrExpression<String> value) Sets the "replication-db-directory" property.voidReplicationServerCfgClient.setReplicationDbDirectory(ValueOrExpression<String> value) Sets the "replication-db-directory" property.voidReplicationServerCfgClient.setReplicationPort(ValueOrExpression<Integer> value) Sets the "replication-port" property.voidReplicationSynchronizationProviderCfgClient.setReplicationPurgeDelay(ValueOrExpression<Long> value) Sets the "replication-purge-delay" property.voidGraphiteMonitorReporterPluginCfgClient.setReportingInterval(ValueOrExpression<Long> value) Sets the "reporting-interval" property.voidAccessLogFilteringCriteriaCfgClient.setRequestTargetDnEqualTo(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setRequestTargetDnEqualTo(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setRequestTargetDnEqualToUserDn(ValueOrExpression<Boolean> value) Sets the "request-target-dn-equal-to-user-dn" property.voidAccessLogFilteringCriteriaCfgClient.setRequestTargetDnNotEqualTo(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-not-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setRequestTargetDnNotEqualTo(Collection<ValueOrExpression<String>> values) Sets the "request-target-dn-not-equal-to" property.voidPasswordPolicyCfgClient.setRequireChangeByTime(ValueOrExpression<String> value) Sets the "require-change-by-time" property.voidHttpOauth2AuthorizationMechanismCfgClient.setRequiredScope(Collection<ValueOrExpression<String>> values) Sets the "required-scope" property.voidPasswordPolicyCfgClient.setRequireSecureAuthentication(ValueOrExpression<Boolean> value) Sets the "require-secure-authentication" property.voidPasswordPolicyCfgClient.setRequireSecurePasswordChanges(ValueOrExpression<Boolean> value) Sets the "require-secure-password-changes" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEntrySizeGreaterThan(ValueOrExpression<Long> value) Sets the "response-entry-size-greater-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeGreaterThan(ValueOrExpression<Integer> value) Sets the "response-etime-greater-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeLessThan(ValueOrExpression<Integer> value) Sets the "response-etime-less-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeProcessingGreaterThan(ValueOrExpression<Integer> value) Sets the "response-etime-processing-greater-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeProcessingLessThan(ValueOrExpression<Integer> value) Sets the "response-etime-processing-less-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeQueueingGreaterThan(ValueOrExpression<Integer> value) Sets the "response-etime-queueing-greater-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseEtimeQueueingLessThan(ValueOrExpression<Integer> value) Sets the "response-etime-queueing-less-than" property.voidAccessLogFilteringCriteriaCfgClient.setResponseResultCodeEqualTo(Collection<ValueOrExpression<Integer>> values) Sets the "response-result-code-equal-to" property.voidAccessLogFilteringCriteriaCfgClient.setResponseResultCodeNotEqualTo(Collection<ValueOrExpression<Integer>> values) Sets the "response-result-code-not-equal-to" property.voidAdministrationConnectorCfgClient.setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.voidConnectionHandlerCfgClient.setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.voidGlobalCfgClient.setRestrictedClient(Collection<ValueOrExpression<AddressMask>> values) Sets the "restricted-client" property.voidAdministrationConnectorCfgClient.setRestrictedClientConnectionLimit(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.voidConnectionHandlerCfgClient.setRestrictedClientConnectionLimit(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.voidGlobalCfgClient.setRestrictedClientConnectionLimit(ValueOrExpression<Integer> value) Sets the "restricted-client-connection-limit" property.voidCsvFileAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidCsvFileHttpAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidFileBasedAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidFileBasedAuditLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidFileBasedErrorLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidFileBasedHttpAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidJsonFileAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidJsonFileHttpAccessLogPublisherCfgClient.setRetentionPolicy(Collection<ValueOrExpression<String>> values) Sets the "retention-policy" property.voidGlobalCfgClient.setReturnBindErrorMessages(ValueOrExpression<Boolean> value) Sets the "return-bind-error-messages" property.voidHdapEndpointCfgClient.setReturnNullForMissingProperties(ValueOrExpression<Boolean> value) Sets the "return-null-for-missing-properties" property.voidRest2ldapEndpointCfgClient.setReturnNullForMissingProperties(ValueOrExpression<Boolean> value) Sets the "return-null-for-missing-properties" property.voidJmxConnectionHandlerCfgClient.setRmiPort(ValueOrExpression<Integer> value) Sets the "rmi-port" property.voidTimeLimitLogRotationPolicyCfgClient.setRotationInterval(ValueOrExpression<Long> value) Sets the "rotation-interval" property.voidCsvFileAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidCsvFileHttpAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidFileBasedAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidFileBasedAuditLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidFileBasedErrorLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidFileBasedHttpAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidJsonFileAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidJsonFileHttpAccessLogPublisherCfgClient.setRotationPolicy(Collection<ValueOrExpression<String>> values) Sets the "rotation-policy" property.voidProxyBackendCfgClient.setRouteAll(ValueOrExpression<Boolean> value) Sets the "route-all" property.voidSambaPasswordPluginCfgClient.setSambaAdministratorDn(ValueOrExpression<Dn> value) Sets the "samba-administrator-dn" property.voidGlobalCfgClient.setSaveConfigOnSuccessfulStartup(ValueOrExpression<Boolean> value) Sets the "save-config-on-successful-startup" property.voidSchemaBackendCfgClient.setSchemaEntryDn(Collection<ValueOrExpression<Dn>> values) Sets the "schema-entry-dn" property.voidBackendVlvIndexCfgClient.setScope(ValueOrExpression<BackendVlvIndexCfgDefn.Scope> value) Sets the "scope" property.voidVirtualAttributeCfgClient.setScope(ValueOrExpression<VirtualAttributeCfgDefn.Scope> value) Sets the "scope" property.voidScramSha256PasswordStorageSchemeCfgClient.setScramIterations(ValueOrExpression<Integer> value) Sets the "scram-iterations" property.voidScramSha512PasswordStorageSchemeCfgClient.setScramIterations(ValueOrExpression<Integer> value) Sets the "scram-iterations" property.voidAccessLogFilteringCriteriaCfgClient.setSearchResponseIsIndexed(ValueOrExpression<Boolean> value) Sets the "search-response-is-indexed" property.voidAccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesGreaterThan(ValueOrExpression<Integer> value) Sets the "search-response-nentries-greater-than" property.voidAccessLogFilteringCriteriaCfgClient.setSearchResponseNentriesLessThan(ValueOrExpression<Integer> value) Sets the "search-response-nentries-less-than" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setSecondaryRemoteLdapServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "secondary-remote-ldap-server" property.voidStaticServiceDiscoveryMechanismCfgClient.setSecondaryServer(Collection<ValueOrExpression<com.forgerock.opendj.util.HostPort>> values) Sets the "secondary-server" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setSendEmailAsHtml(ValueOrExpression<Boolean> value) Sets the "send-email-as-html" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setSenderAddress(ValueOrExpression<String> value) Sets the "sender-address" property.voidSmtpAlertHandlerCfgClient.setSenderAddress(ValueOrExpression<String> value) Sets the "sender-address" property.voidSmtpAccountStatusNotificationHandlerCfgClient.setSendMessageWithoutEndUserAddress(ValueOrExpression<Boolean> value) Sets the "send-message-without-end-user-address" property.voidDigestMd5SaslMechanismHandlerCfgClient.setServerFqdn(ValueOrExpression<String> value) Sets the "server-fqdn" property.voidGssapiSaslMechanismHandlerCfgClient.setServerFqdn(ValueOrExpression<String> value) Sets the "server-fqdn" property.voidGlobalCfgClient.setServerId(ValueOrExpression<String> value) Sets the "server-id" property.voidProxyBackendCfgClient.setShard(Collection<ValueOrExpression<String>> values) Sets the "shard" property.voidRootDseBackendCfgClient.setShowAllAttributes(ValueOrExpression<Boolean> value) Sets the "show-all-attributes" property.voidSchemaBackendCfgClient.setShowAllAttributes(ValueOrExpression<Boolean> value) Sets the "show-all-attributes" property.voidRootDseBackendCfgClient.setShowSubordinateNamingContexts(ValueOrExpression<Boolean> value) Sets the "show-subordinate-naming-contexts" property.voidCsvFileAccessLogPublisherCfgClient.setSignatureTimeInterval(ValueOrExpression<Long> value) Sets the "signature-time-interval" property.voidCsvFileHttpAccessLogPublisherCfgClient.setSignatureTimeInterval(ValueOrExpression<Long> value) Sets the "signature-time-interval" property.voidGlobalCfgClient.setSingleStructuralObjectclassBehavior(ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> value) Sets the "single-structural-objectclass-behavior" property.voidGlobalCfgClient.setSizeLimit(ValueOrExpression<Integer> value) Sets the "size-limit" property.voidPasswordPolicyCfgClient.setSkipValidationForAdministrators(ValueOrExpression<Boolean> value) Sets the "skip-validation-for-administrators" property.voidMailServerCfgClient.setSmtpProperty(Collection<ValueOrExpression<String>> values) Sets the "smtp-property" property.voidMailServerCfgClient.setSmtpServer(ValueOrExpression<String> value) Sets the "smtp-server" property.voidReplicationSynchronizationProviderCfgClient.setSolveConflicts(ValueOrExpression<Boolean> value) Sets the "solve-conflicts" property.voidBackendVlvIndexCfgClient.setSortOrder(ValueOrExpression<String> value) Sets the "sort-order" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setSourceAddress(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "source-address" property.voidReplicationSynchronizationProviderCfgClient.setSourceAddress(ValueOrExpression<com.forgerock.opendj.util.Host> value) Sets the "source-address" property.voidAdministrationConnectorCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidHttpConnectionHandlerCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidJmxConnectionHandlerCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidLdapConnectionHandlerCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidProxyBackendCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidReplicationServiceDiscoveryMechanismCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidReplicationSynchronizationProviderCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidStaticServiceDiscoveryMechanismCfgClient.setSslCertNickname(Collection<ValueOrExpression<String>> values) Sets the "ssl-cert-nickname" property.voidAdministrationConnectorCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidHttpConnectionHandlerCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidLdapConnectionHandlerCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidReplicationServiceDiscoveryMechanismCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidReplicationSynchronizationProviderCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidStaticServiceDiscoveryMechanismCfgClient.setSslCipherSuite(Collection<ValueOrExpression<String>> values) Sets the "ssl-cipher-suite" property.voidHttpConnectionHandlerCfgClient.setSslClientAuthPolicy(ValueOrExpression<HttpConnectionHandlerCfgDefn.SslClientAuthPolicy> value) Sets the "ssl-client-auth-policy" property.voidLdapConnectionHandlerCfgClient.setSslClientAuthPolicy(ValueOrExpression<LdapConnectionHandlerCfgDefn.SslClientAuthPolicy> value) Sets the "ssl-client-auth-policy" property.voidReplicationSynchronizationProviderCfgClient.setSslEncryption(ValueOrExpression<Boolean> value) Sets the "ssl-encryption" property.voidAdministrationConnectorCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidHttpConnectionHandlerCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidLdapConnectionHandlerCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidReplicationServiceDiscoveryMechanismCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidReplicationSynchronizationProviderCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidStaticServiceDiscoveryMechanismCfgClient.setSslProtocol(Collection<ValueOrExpression<String>> values) Sets the "ssl-protocol" property.voidPasswordPolicyCfgClient.setStateUpdateFailurePolicy(ValueOrExpression<PasswordPolicyCfgDefn.StateUpdateFailurePolicy> value) Sets the "state-update-failure-policy" property.voidCoreSchemaCfgClient.setStrictFormatBoolean(ValueOrExpression<Boolean> value) Sets the "strict-format-boolean" property.voidCoreSchemaCfgClient.setStrictFormatCertificateLists(ValueOrExpression<Boolean> value) Sets the "strict-format-certificate-lists" property.voidCoreSchemaCfgClient.setStrictFormatCertificatePairs(ValueOrExpression<Boolean> value) Sets the "strict-format-certificate-pairs" property.voidCoreSchemaCfgClient.setStrictFormatCertificates(ValueOrExpression<Boolean> value) Sets the "strict-format-certificates" property.voidCoreSchemaCfgClient.setStrictFormatCountryString(ValueOrExpression<Boolean> value) Sets the "strict-format-country-string" property.voidCoreSchemaCfgClient.setStrictFormatJpegPhotos(ValueOrExpression<Boolean> value) Sets the "strict-format-jpeg-photos" property.voidCoreSchemaCfgClient.setStrictFormatPostalAddresses(ValueOrExpression<Boolean> value) Sets the "strict-format-postal-addresses" property.voidCoreSchemaCfgClient.setStrictFormatTelephoneNumbers(ValueOrExpression<Boolean> value) Sets the "strict-format-telephone-numbers" property.voidCoreSchemaCfgClient.setStripSyntaxMinUpperBoundAttributeTypeDescription(ValueOrExpression<Boolean> value) Sets the "strip-syntax-min-upper-bound-attribute-type-description" property.voidSubjectDnToUserAttributeCertificateMapperCfgClient.setSubjectAttribute(ValueOrExpression<AttributeType> value) Sets the "subject-attribute" property.voidSubjectAttributeToUserAttributeCertificateMapperCfgClient.setSubjectAttributeMapping(Collection<ValueOrExpression<String>> values) Sets the "subject-attribute-mapping" property.voidGlobalCfgClient.setSubordinateBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "subordinate-base-dn" property.voidBackendIndexCfgClient.setSubstringLength(ValueOrExpression<Integer> value) Sets the "substring-length" property.voidAccessLogPublisherCfgClient.setSuppressInternalOperations(ValueOrExpression<Boolean> value) Sets the "suppress-internal-operations" property.voidAccessLogPublisherCfgClient.setSuppressSynchronizationOperations(ValueOrExpression<Boolean> value) Sets the "suppress-synchronization-operations" property.voidCsvFileAccessLogPublisherCfgClient.setTamperEvident(ValueOrExpression<Boolean> value) Sets the "tamper-evident" property.voidCsvFileHttpAccessLogPublisherCfgClient.setTamperEvident(ValueOrExpression<Boolean> value) Sets the "tamper-evident" property.voidTaskBackendCfgClient.setTaskBackingFile(ValueOrExpression<String> value) Sets the "task-backing-file" property.voidTaskBackendCfgClient.setTaskRetentionTime(ValueOrExpression<Long> value) Sets the "task-retention-time" property.voidUserTemplateVirtualAttributeCfgClient.setTemplate(ValueOrExpression<String> value) Sets the "template" property.voidAttributeValuePasswordValidatorCfgClient.setTestReversedPassword(ValueOrExpression<Boolean> value) Sets the "test-reversed-password" property.voidDictionaryPasswordValidatorCfgClient.setTestReversedPassword(ValueOrExpression<Boolean> value) Sets the "test-reversed-password" property.voidFileBasedAccessLogPublisherCfgClient.setTimeInterval(ValueOrExpression<Long> value) Sets the "time-interval" property.voidFileBasedAuditLogPublisherCfgClient.setTimeInterval(ValueOrExpression<Long> value) Sets the "time-interval" property.voidFileBasedErrorLogPublisherCfgClient.setTimeInterval(ValueOrExpression<Long> value) Sets the "time-interval" property.voidFileBasedHttpAccessLogPublisherCfgClient.setTimeInterval(ValueOrExpression<Long> value) Sets the "time-interval" property.voidGlobalCfgClient.setTimeLimit(ValueOrExpression<Long> value) Sets the "time-limit" property.voidFixedTimeLogRotationPolicyCfgClient.setTimeOfDay(Collection<ValueOrExpression<String>> values) Sets the "time-of-day" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setTokenInfoUrl(ValueOrExpression<String> value) Sets the "token-info-url" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setTokenIntrospectionUrl(ValueOrExpression<String> value) Sets the "token-introspection-url" property.voidAdministrationConnectorCfgClient.setTrustManagerProvider(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.voidHttpConnectionHandlerCfgClient.setTrustManagerProvider(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.voidHttpOauth2OpenamAuthorizationMechanismCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidHttpOauth2TokenIntrospectionAuthorizationMechanismCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidLdapConnectionHandlerCfgClient.setTrustManagerProvider(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidMailServerCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidReplicationServiceDiscoveryMechanismCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidReplicationSynchronizationProviderCfgClient.setTrustManagerProvider(Collection<ValueOrExpression<String>> values) Sets the "trust-manager-provider" property.voidStaticServiceDiscoveryMechanismCfgClient.setTrustManagerProvider(ValueOrExpression<String> value) Sets the "trust-manager-provider" property.voidFileBasedTrustManagerProviderCfgClient.setTrustStoreFile(ValueOrExpression<String> value) Sets the "trust-store-file" property.voidFileBasedTrustManagerProviderCfgClient.setTrustStorePin(ValueOrExpression<String> value) Sets the "trust-store-pin" property.voidLdapTrustManagerProviderCfgClient.setTrustStorePin(ValueOrExpression<String> value) Sets the "trust-store-pin" property.voidPkcs11TrustManagerProviderCfgClient.setTrustStorePin(ValueOrExpression<String> value) Sets the "trust-store-pin" property.voidFileBasedTrustManagerProviderCfgClient.setTrustStoreType(ValueOrExpression<String> value) Sets the "trust-store-type" property.voidPkcs11TrustManagerProviderCfgClient.setTrustStoreType(ValueOrExpression<String> value) Sets the "trust-store-type" property.voidGlobalCfgClient.setTrustTransactionIds(ValueOrExpression<Boolean> value) Sets the "trust-transaction-ids" property.voidBackendIndexCfgClient.setTtlAge(ValueOrExpression<Long> value) Sets the "ttl-age" property.voidBackendIndexCfgClient.setTtlEnabled(ValueOrExpression<Boolean> value) Sets the "ttl-enabled" property.voidUniqueAttributePluginCfgClient.setType(Collection<ValueOrExpression<AttributeType>> values) Sets the "type" property.voidGlobalCfgClient.setUnauthenticatedRequestsPolicy(ValueOrExpression<GlobalCfgDefn.UnauthenticatedRequestsPolicy> value) Sets the "unauthenticated-requests-policy" property.voidReferentialIntegrityPluginCfgClient.setUpdateInterval(ValueOrExpression<Long> value) Sets the "update-interval" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setUsePasswordCaching(ValueOrExpression<Boolean> value) Sets the "use-password-caching" property.voidFingerprintCertificateMapperCfgClient.setUserBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.voidSubjectAttributeToUserAttributeCertificateMapperCfgClient.setUserBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.voidSubjectDnToUserAttributeCertificateMapperCfgClient.setUserBaseDn(Collection<ValueOrExpression<Dn>> values) Sets the "user-base-dn" property.voidHttpAnonymousAuthorizationMechanismCfgClient.setUserDn(ValueOrExpression<Dn> value) Sets the "user-dn" property.voidAccessLogFilteringCriteriaCfgClient.setUserDnEqualTo(Collection<ValueOrExpression<String>> values) Sets the "user-dn-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setUserDnEqualTo(Collection<ValueOrExpression<String>> values) Sets the "user-dn-equal-to" property.voidAccessLogFilteringCriteriaCfgClient.setUserDnNotEqualTo(Collection<ValueOrExpression<String>> values) Sets the "user-dn-not-equal-to" property.voidGlobalAccessControlPolicyCfgClient.setUserDnNotEqualTo(Collection<ValueOrExpression<String>> values) Sets the "user-dn-not-equal-to" property.voidAccessLogFilteringCriteriaCfgClient.setUserIsMemberOf(Collection<ValueOrExpression<Dn>> values) Sets the "user-is-member-of" property.voidAccessLogFilteringCriteriaCfgClient.setUserIsNotMemberOf(Collection<ValueOrExpression<Dn>> values) Sets the "user-is-not-member-of" property.voidProxyBackendCfgClient.setUseSaslExternal(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.voidReplicationServiceDiscoveryMechanismCfgClient.setUseSaslExternal(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.voidStaticServiceDiscoveryMechanismCfgClient.setUseSaslExternal(ValueOrExpression<Boolean> value) Sets the "use-sasl-external" property.voidHttpConnectionHandlerCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidJmxConnectionHandlerCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidLdapConnectionHandlerCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidMailServerCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidReplicationServiceDiscoveryMechanismCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidStaticServiceDiscoveryMechanismCfgClient.setUseSsl(ValueOrExpression<Boolean> value) Sets the "use-ssl" property.voidMailServerCfgClient.setUseStartTls(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.voidReplicationServiceDiscoveryMechanismCfgClient.setUseStartTls(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.voidStaticServiceDiscoveryMechanismCfgClient.setUseStartTls(ValueOrExpression<Boolean> value) Sets the "use-start-tls" property.voidHttpConnectionHandlerCfgClient.setUseTcpKeepAlive(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.voidLdapConnectionHandlerCfgClient.setUseTcpKeepAlive(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setUseTcpKeepAlive(ValueOrExpression<Boolean> value) Sets the "use-tcp-keep-alive" property.voidHttpConnectionHandlerCfgClient.setUseTcpNoDelay(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.voidLdapConnectionHandlerCfgClient.setUseTcpNoDelay(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.voidLdapPassThroughAuthenticationPolicyCfgClient.setUseTcpNoDelay(ValueOrExpression<Boolean> value) Sets the "use-tcp-no-delay" property.voidGlobalCfgClient.setUseVirtualThreadsIfAvailable(ValueOrExpression<Boolean> value) Sets the "use-virtual-threads-if-available" property.voidUserDefinedVirtualAttributeCfgClient.setValue(Collection<ValueOrExpression<String>> values) Sets the "value" property.voidReplicationServerCfgClient.setWeight(ValueOrExpression<Integer> value) Sets the "weight" property.voidGlobalCfgClient.setWritabilityMode(ValueOrExpression<GlobalCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidLdifBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidLocalBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidMemoryBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidMonitorBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidNullBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidPluggableBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidSchemaBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.voidTaskBackendCfgClient.setWritabilityMode(ValueOrExpression<LocalBackendCfgDefn.WritabilityMode> value) Sets the "writability-mode" property.