public interface GlobalCfgClient extends ConfigurationClient
The Global Configuration contains properties that affect the overall operation of the OpenDJ.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg> |
definition()
Get the configuration definition associated with this Global Configuration.
|
SortedSet<ValueOrExpression<String>> |
getAllowedTask()
Gets the "allowed-task" property.
|
ValueOrExpression<Integer> |
getCursorEntryLimit()
Gets the "cursor-entry-limit" property.
|
ValueOrExpression<String> |
getDefaultPasswordPolicy()
Gets the "default-password-policy" property.
|
SortedSet<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> |
getDisabledPrivilege()
Gets the "disabled-privilege" property.
|
ValueOrExpression<GlobalCfgDefn.EtimeResolution> |
getEtimeResolution()
Gets the "etime-resolution" property.
|
ValueOrExpression<Long> |
getIdleTimeLimit()
Gets the "idle-time-limit" property.
|
ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> |
getInvalidAttributeSyntaxBehavior()
Gets the "invalid-attribute-syntax-behavior" property.
|
ValueOrExpression<Integer> |
getLookthroughLimit()
Gets the "lookthrough-limit" property.
|
ValueOrExpression<Integer> |
getMaxAllowedClientConnections()
Gets the "max-allowed-client-connections" property.
|
ValueOrExpression<Long> |
getMaxInternalBufferSize()
Gets the "max-internal-buffer-size" property.
|
ValueOrExpression<Integer> |
getMaxPsearches()
Gets the "max-psearches" property.
|
ValueOrExpression<String> |
getProxiedAuthorizationIdentityMapper()
Gets the "proxied-authorization-identity-mapper" property.
|
ValueOrExpression<Integer> |
getServerId()
Gets the "server-id" property.
|
ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> |
getSingleStructuralObjectclassBehavior()
Gets the "single-structural-objectclass-behavior" property.
|
ValueOrExpression<Integer> |
getSizeLimit()
Gets the "size-limit" property.
|
SortedSet<ValueOrExpression<String>> |
getSmtpServer()
Gets the "smtp-server" property.
|
SortedSet<ValueOrExpression<Dn>> |
getSubordinateBaseDn()
Gets the "subordinate-base-dn" property.
|
ValueOrExpression<Long> |
getTimeLimit()
Gets the "time-limit" property.
|
ValueOrExpression<GlobalCfgDefn.WritabilityMode> |
getWritabilityMode()
Gets the "writability-mode" property.
|
ValueOrExpression<Boolean> |
isAddMissingRdnAttributes()
Gets the "add-missing-rdn-attributes" property.
|
ValueOrExpression<Boolean> |
isAllowAttributeNameExceptions()
Gets the "allow-attribute-name-exceptions" property.
|
ValueOrExpression<Boolean> |
isBindWithDnRequiresPassword()
Gets the "bind-with-dn-requires-password" property.
|
ValueOrExpression<Boolean> |
isCheckSchema()
Gets the "check-schema" property.
|
ValueOrExpression<Boolean> |
isNotifyAbandonedOperations()
Gets the "notify-abandoned-operations" property.
|
ValueOrExpression<Boolean> |
isRejectUnauthenticatedRequests()
Gets the "reject-unauthenticated-requests" property.
|
ValueOrExpression<Boolean> |
isReturnBindErrorMessages()
Gets the "return-bind-error-messages" property.
|
ValueOrExpression<Boolean> |
isSaveConfigOnSuccessfulStartup()
Gets the "save-config-on-successful-startup" property.
|
ValueOrExpression<Boolean> |
isTrustTransactionIds()
Gets the "trust-transaction-ids" property.
|
void |
setAddMissingRdnAttributes(ValueOrExpression<Boolean> value)
Sets the "add-missing-rdn-attributes" property.
|
void |
setAllowAttributeNameExceptions(ValueOrExpression<Boolean> value)
Sets the "allow-attribute-name-exceptions" property.
|
void |
setAllowedTask(Collection<ValueOrExpression<String>> values)
Sets the "allowed-task" property.
|
void |
setBindWithDnRequiresPassword(ValueOrExpression<Boolean> value)
Sets the "bind-with-dn-requires-password" property.
|
void |
setCheckSchema(ValueOrExpression<Boolean> value)
Sets the "check-schema" property.
|
void |
setCursorEntryLimit(ValueOrExpression<Integer> value)
Sets the "cursor-entry-limit" property.
|
void |
setDefaultPasswordPolicy(ValueOrExpression<String> value)
Sets the "default-password-policy" property.
|
void |
setDisabledPrivilege(Collection<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> values)
Sets the "disabled-privilege" property.
|
void |
setEtimeResolution(ValueOrExpression<GlobalCfgDefn.EtimeResolution> value)
Sets the "etime-resolution" property.
|
void |
setIdleTimeLimit(ValueOrExpression<Long> value)
Sets the "idle-time-limit" property.
|
void |
setInvalidAttributeSyntaxBehavior(ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> value)
Sets the "invalid-attribute-syntax-behavior" property.
|
void |
setLookthroughLimit(ValueOrExpression<Integer> value)
Sets the "lookthrough-limit" property.
|
void |
setMaxAllowedClientConnections(ValueOrExpression<Integer> value)
Sets the "max-allowed-client-connections" property.
|
void |
setMaxInternalBufferSize(ValueOrExpression<Long> value)
Sets the "max-internal-buffer-size" property.
|
void |
setMaxPsearches(ValueOrExpression<Integer> value)
Sets the "max-psearches" property.
|
void |
setNotifyAbandonedOperations(ValueOrExpression<Boolean> value)
Sets the "notify-abandoned-operations" property.
|
void |
setProxiedAuthorizationIdentityMapper(ValueOrExpression<String> value)
Sets the "proxied-authorization-identity-mapper" property.
|
void |
setRejectUnauthenticatedRequests(ValueOrExpression<Boolean> value)
Sets the "reject-unauthenticated-requests" property.
|
void |
setReturnBindErrorMessages(ValueOrExpression<Boolean> value)
Sets the "return-bind-error-messages" property.
|
void |
setSaveConfigOnSuccessfulStartup(ValueOrExpression<Boolean> value)
Sets the "save-config-on-successful-startup" property.
|
void |
setServerId(ValueOrExpression<Integer> value)
Sets the "server-id" property.
|
void |
setSingleStructuralObjectclassBehavior(ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> value)
Sets the "single-structural-objectclass-behavior" property.
|
void |
setSizeLimit(ValueOrExpression<Integer> value)
Sets the "size-limit" property.
|
void |
setSmtpServer(Collection<ValueOrExpression<String>> values)
Sets the "smtp-server" property.
|
void |
setSubordinateBaseDn(Collection<ValueOrExpression<Dn>> values)
Sets the "subordinate-base-dn" property.
|
void |
setTimeLimit(ValueOrExpression<Long> value)
Sets the "time-limit" property.
|
void |
setTrustTransactionIds(ValueOrExpression<Boolean> value)
Sets the "trust-transaction-ids" property.
|
void |
setWritabilityMode(ValueOrExpression<GlobalCfgDefn.WritabilityMode> value)
Sets the "writability-mode" property.
|
commit, properties
ManagedObjectDefinition<? extends GlobalCfgClient,? extends GlobalCfg> definition()
definition
in interface ConfigurationClient
ValueOrExpression<Boolean> isAddMissingRdnAttributes()
Indicates whether the directory server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request.
void setAddMissingRdnAttributes(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should automatically add any attribute values contained in the entry's RDN into that entry when processing an add request.
value
- The value of the "add-missing-rdn-attributes" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isAllowAttributeNameExceptions()
Indicates whether the directory server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards).
void setAllowAttributeNameExceptions(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should allow underscores in attribute names and allow attribute names to begin with numeric digits (both of which are violations of the LDAP standards).
value
- The value of the "allow-attribute-name-exceptions" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<String>> getAllowedTask()
Specifies the fully-qualified name of a Java class that may be invoked in the server.
Any attempt to invoke a task not included in the list of allowed tasks is rejected.
void setAllowedTask(Collection<ValueOrExpression<String>> values) throws PropertyException
Specifies the fully-qualified name of a Java class that may be invoked in the server.
Any attempt to invoke a task not included in the list of allowed tasks is rejected.
values
- The values of the "allowed-task" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<Boolean> isBindWithDnRequiresPassword()
Indicates whether the directory server should reject any simple bind request that contains a DN but no password.
Although such bind requests are technically allowed by the LDAPv3 specification (and should be treated as anonymous simple authentication), they may introduce security problems in applications that do not verify that the client actually provided a password.
void setBindWithDnRequiresPassword(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should reject any simple bind request that contains a DN but no password.
Although such bind requests are technically allowed by the LDAPv3 specification (and should be treated as anonymous simple authentication), they may introduce security problems in applications that do not verify that the client actually provided a password.
value
- The value of the "bind-with-dn-requires-password" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isCheckSchema()
Indicates whether schema enforcement is active.
When schema enforcement is activated, the directory server ensures that all operations result in entries are valid according to the defined server schema. It is strongly recommended that this option be left enabled to prevent the inadvertent addition of invalid data into the server.
void setCheckSchema(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether schema enforcement is active.
When schema enforcement is activated, the directory server ensures that all operations result in entries are valid according to the defined server schema. It is strongly recommended that this option be left enabled to prevent the inadvertent addition of invalid data into the server.
value
- The value of the "check-schema" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getCursorEntryLimit()
Specifies the maximum number of entry IDs that the directory server may retrieve by cursoring through an index during a search.
A value of 0 indicates that no cursor entry limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-cursor-entry-limit operational attribute.
void setCursorEntryLimit(ValueOrExpression<Integer> value) throws PropertyException
Specifies the maximum number of entry IDs that the directory server may retrieve by cursoring through an index during a search.
A value of 0 indicates that no cursor entry limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-cursor-entry-limit operational attribute.
value
- The value of the "cursor-entry-limit" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getDefaultPasswordPolicy()
Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute).
In addition, the default password policy will be used for providing default parameters for sub-entry based password policies when not provided or supported by the sub-entry itself. This property must reference a password policy and no other type of authentication policy.
void setDefaultPasswordPolicy(ValueOrExpression<String> value) throws PropertyException
Specifies the name of the password policy that is in effect for users whose entries do not specify an alternate password policy (either via a real or virtual attribute).
In addition, the default password policy will be used for providing default parameters for sub-entry based password policies when not provided or supported by the sub-entry itself. This property must reference a password policy and no other type of authentication policy.
value
- The value of the "default-password-policy" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> getDisabledPrivilege()
Specifies the name of a privilege that should not be evaluated by the server.
If a privilege is disabled, then it is assumed that all clients (including unauthenticated clients) have that privilege.
void setDisabledPrivilege(Collection<ValueOrExpression<GlobalCfgDefn.DisabledPrivilege>> values) throws PropertyException
Specifies the name of a privilege that should not be evaluated by the server.
If a privilege is disabled, then it is assumed that all clients (including unauthenticated clients) have that privilege.
values
- The values of the "disabled-privilege" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<GlobalCfgDefn.EtimeResolution> getEtimeResolution()
Specifies the resolution to use for operation elapsed processing time (etime) measurements.
void setEtimeResolution(ValueOrExpression<GlobalCfgDefn.EtimeResolution> value) throws PropertyException
Specifies the resolution to use for operation elapsed processing time (etime) measurements.
value
- The value of the "etime-resolution" property.PropertyException
- If the new value is invalid.ValueOrExpression<Long> getIdleTimeLimit()
Specifies the maximum length of time that a client connection may remain established since its last completed operation.
A value of "0 seconds" indicates that no idle time limit is enforced.
void setIdleTimeLimit(ValueOrExpression<Long> value) throws PropertyException
Specifies the maximum length of time that a client connection may remain established since its last completed operation.
A value of "0 seconds" indicates that no idle time limit is enforced.
value
- The value of the "idle-time-limit" property.PropertyException
- If the new value is invalid.ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> getInvalidAttributeSyntaxBehavior()
Specifies how the directory server should handle operations whenever an attribute value violates the associated attribute syntax.
void setInvalidAttributeSyntaxBehavior(ValueOrExpression<GlobalCfgDefn.InvalidAttributeSyntaxBehavior> value) throws PropertyException
Specifies how the directory server should handle operations whenever an attribute value violates the associated attribute syntax.
value
- The value of the "invalid-attribute-syntax-behavior" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getLookthroughLimit()
Specifies the maximum number of entries that the directory server should "look through" in the course of processing a search request.
This includes any entry that the server must examine in the course of processing the request, regardless of whether it actually matches the search criteria. A value of 0 indicates that no lookthrough limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-lookthrough-limit operational attribute.
void setLookthroughLimit(ValueOrExpression<Integer> value) throws PropertyException
Specifies the maximum number of entries that the directory server should "look through" in the course of processing a search request.
This includes any entry that the server must examine in the course of processing the request, regardless of whether it actually matches the search criteria. A value of 0 indicates that no lookthrough limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-lookthrough-limit operational attribute.
value
- The value of the "lookthrough-limit" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getMaxAllowedClientConnections()
Specifies the maximum number of client connections that may be established at any given time
A value of 0 indicates that unlimited client connection is allowed.
void setMaxAllowedClientConnections(ValueOrExpression<Integer> value) throws PropertyException
Specifies the maximum number of client connections that may be established at any given time
A value of 0 indicates that unlimited client connection is allowed.
value
- The value of the "max-allowed-client-connections" property.PropertyException
- If the new value is invalid.ValueOrExpression<Long> getMaxInternalBufferSize()
The threshold capacity beyond which internal cached buffers used for encoding and decoding entries and protocol messages will be trimmed after use.
Individual buffers may grow very large when encoding and decoding large entries and protocol messages and should be reduced in size when they are no longer needed. This setting specifies the threshold at which a buffer is determined to have grown too big and should be trimmed down after use.
void setMaxInternalBufferSize(ValueOrExpression<Long> value) throws PropertyException
The threshold capacity beyond which internal cached buffers used for encoding and decoding entries and protocol messages will be trimmed after use.
Individual buffers may grow very large when encoding and decoding large entries and protocol messages and should be reduced in size when they are no longer needed. This setting specifies the threshold at which a buffer is determined to have grown too big and should be trimmed down after use.
value
- The value of the "max-internal-buffer-size" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getMaxPsearches()
Defines the maximum number of concurrent persistent searches that can be performed on directory server
The persistent search mechanism provides an active channel through which entries that change, and information about the changes that occur, can be communicated. Because each persistent search operation consumes resources, limiting the number of simultaneous persistent searches keeps the performance impact minimal. A value of -1 indicates that there is no limit on the persistent searches.
void setMaxPsearches(ValueOrExpression<Integer> value) throws PropertyException
Defines the maximum number of concurrent persistent searches that can be performed on directory server
The persistent search mechanism provides an active channel through which entries that change, and information about the changes that occur, can be communicated. Because each persistent search operation consumes resources, limiting the number of simultaneous persistent searches keeps the performance impact minimal. A value of -1 indicates that there is no limit on the persistent searches.
value
- The value of the "max-psearches" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isNotifyAbandonedOperations()
Indicates whether the directory server should send a response to any operation that is interrupted via an abandon request.
The LDAP specification states that abandoned operations should not receive any response, but this may cause problems with client applications that always expect to receive a response to each request.
void setNotifyAbandonedOperations(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should send a response to any operation that is interrupted via an abandon request.
The LDAP specification states that abandoned operations should not receive any response, but this may cause problems with client applications that always expect to receive a response to each request.
value
- The value of the "notify-abandoned-operations" property.PropertyException
- If the new value is invalid.ValueOrExpression<String> getProxiedAuthorizationIdentityMapper()
Specifies the name of the identity mapper to map authorization ID values (using the "u:" form) provided in the proxied authorization control to the corresponding user entry.
void setProxiedAuthorizationIdentityMapper(ValueOrExpression<String> value) throws PropertyException
Specifies the name of the identity mapper to map authorization ID values (using the "u:" form) provided in the proxied authorization control to the corresponding user entry.
value
- The value of the "proxied-authorization-identity-mapper" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isRejectUnauthenticatedRequests()
Indicates whether the directory server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication.
void setRejectUnauthenticatedRequests(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should reject any request (other than bind or StartTLS requests) received from a client that has not yet been authenticated, whose last authentication attempt was unsuccessful, or whose last authentication attempt used anonymous authentication.
value
- The value of the "reject-unauthenticated-requests" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isReturnBindErrorMessages()
Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure.
Note that these messages may include information that could potentially be used by an attacker. If this option is disabled, then these messages appears only in the server's access log.
void setReturnBindErrorMessages(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether responses for failed bind operations should include a message string providing the reason for the authentication failure.
Note that these messages may include information that could potentially be used by an attacker. If this option is disabled, then these messages appears only in the server's access log.
value
- The value of the "return-bind-error-messages" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isSaveConfigOnSuccessfulStartup()
Indicates whether the directory server should save a copy of its configuration whenever the startup process completes successfully.
This ensures that the server provides a "last known good" configuration, which can be used as a reference (or copied into the active config) if the server fails to start with the current "active" configuration.
void setSaveConfigOnSuccessfulStartup(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should save a copy of its configuration whenever the startup process completes successfully.
This ensures that the server provides a "last known good" configuration, which can be used as a reference (or copied into the active config) if the server fails to start with the current "active" configuration.
value
- The value of the "save-config-on-successful-startup" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getServerId()
Specifies a unique identifier for the directory server which will identify the server within a replication topology.
Each directory server within the same replication topology must have a different server identifier. If no server identifier is specified then one must be provided in each replication server and replication domain configuration.
void setServerId(ValueOrExpression<Integer> value) throws PropertyException
Specifies a unique identifier for the directory server which will identify the server within a replication topology.
Each directory server within the same replication topology must have a different server identifier. If no server identifier is specified then one must be provided in each replication server and replication domain configuration.
value
- The value of the "server-id" property.PropertyException
- If the new value is invalid.ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> getSingleStructuralObjectclassBehavior()
Specifies how the directory server should handle operations an entry does not contain a structural object class or contains multiple structural classes.
void setSingleStructuralObjectclassBehavior(ValueOrExpression<GlobalCfgDefn.SingleStructuralObjectclassBehavior> value) throws PropertyException
Specifies how the directory server should handle operations an entry does not contain a structural object class or contains multiple structural classes.
value
- The value of the "single-structural-objectclass-behavior" property.PropertyException
- If the new value is invalid.ValueOrExpression<Integer> getSizeLimit()
Specifies the maximum number of entries that can be returned to the client during a single search operation.
A value of 0 indicates that no size limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-size-limit operational attribute.
void setSizeLimit(ValueOrExpression<Integer> value) throws PropertyException
Specifies the maximum number of entries that can be returned to the client during a single search operation.
A value of 0 indicates that no size limit is enforced. Note that this is the default server-wide limit, but it may be overridden on a per-user basis using the ds-rlim-size-limit operational attribute.
value
- The value of the "size-limit" property.PropertyException
- If the new value is invalid.SortedSet<ValueOrExpression<String>> getSmtpServer()
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
It may be an IP address or resolvable hostname, optionally followed by a colon and a port number.
void setSmtpServer(Collection<ValueOrExpression<String>> values) throws PropertyException
Specifies the address (and optional port number) for a mail server that can be used to send email messages via SMTP.
It may be an IP address or resolvable hostname, optionally followed by a colon and a port number.
values
- The values of the "smtp-server" property.PropertyException
- If one or more of the new values are invalid.SortedSet<ValueOrExpression<Dn>> getSubordinateBaseDn()
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
void setSubordinateBaseDn(Collection<ValueOrExpression<Dn>> values) throws PropertyException
Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
values
- The values of the "subordinate-base-dn" property.PropertyException
- If one or more of the new values are invalid.ValueOrExpression<Long> getTimeLimit()
Specifies the maximum length of time that should be spent processing a single search operation.
A value of 0 seconds indicates that no time limit is enforced. Note that this is the default server-wide time limit, but it may be overridden on a per-user basis using the ds-rlim-time-limit operational attribute.
void setTimeLimit(ValueOrExpression<Long> value) throws PropertyException
Specifies the maximum length of time that should be spent processing a single search operation.
A value of 0 seconds indicates that no time limit is enforced. Note that this is the default server-wide time limit, but it may be overridden on a per-user basis using the ds-rlim-time-limit operational attribute.
value
- The value of the "time-limit" property.PropertyException
- If the new value is invalid.ValueOrExpression<Boolean> isTrustTransactionIds()
Indicates whether the directory server should trust the transaction ids that may be received from requests, either through a LDAP control or through a HTTP header.
When enabled, the transaction IDs are created when the requests do not include one, then are logged; in addition, the server will add a sub-transaction ID control to all forwarded requests. When disabled, the incoming transaction IDs are discarded and new ones are created.
void setTrustTransactionIds(ValueOrExpression<Boolean> value) throws PropertyException
Indicates whether the directory server should trust the transaction ids that may be received from requests, either through a LDAP control or through a HTTP header.
When enabled, the transaction IDs are created when the requests do not include one, then are logged; in addition, the server will add a sub-transaction ID control to all forwarded requests. When disabled, the incoming transaction IDs are discarded and new ones are created.
value
- The value of the "trust-transaction-ids" property.PropertyException
- If the new value is invalid.ValueOrExpression<GlobalCfgDefn.WritabilityMode> getWritabilityMode()
Specifies the kinds of write operations the directory server can process.
void setWritabilityMode(ValueOrExpression<GlobalCfgDefn.WritabilityMode> value) throws PropertyException
Specifies the kinds of write operations the directory server can process.
value
- The value of the "writability-mode" property.PropertyException
- If the new value is invalid.Copyright 2010-2018 ForgeRock AS.