Interface GlobalCfg
-
- All Superinterfaces:
Configuration
public interface GlobalCfg extends Configuration
A server-side interface for querying Global Configuration settings.The Global Configuration contains properties that affect the overall operation of the OpenDJ.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddChangeListener(ConfigurationChangeListener<GlobalCfg> listener)Register to be notified when this Global Configuration is changed.Class<? extends GlobalCfg>configurationClass()Gets the configuration class associated with this Global Configuration.SortedSet<String>getAllowedTask()Gets the "allowed-task" property.StringgetDefaultPasswordPolicy()Gets the "default-password-policy" property.org.forgerock.opendj.ldap.DNgetDefaultPasswordPolicyDN()Gets the "default-password-policy" property as a DN.SortedSet<GlobalCfgDefn.DisabledPrivilege>getDisabledPrivilege()Gets the "disabled-privilege" property.GlobalCfgDefn.EtimeResolutiongetEtimeResolution()Gets the "etime-resolution" property.longgetIdleTimeLimit()Gets the "idle-time-limit" property.GlobalCfgDefn.InvalidAttributeSyntaxBehaviorgetInvalidAttributeSyntaxBehavior()Gets the "invalid-attribute-syntax-behavior" property.intgetLookthroughLimit()Gets the "lookthrough-limit" property.intgetMaxAllowedClientConnections()Gets the "max-allowed-client-connections" property.longgetMaxInternalBufferSize()Gets the "max-internal-buffer-size" property.intgetMaxPsearches()Gets the "max-psearches" property.StringgetProxiedAuthorizationIdentityMapper()Gets the "proxied-authorization-identity-mapper" property.org.forgerock.opendj.ldap.DNgetProxiedAuthorizationIdentityMapperDN()Gets the "proxied-authorization-identity-mapper" property as a DN.intgetServerErrorResultCode()Gets the "server-error-result-code" property.GlobalCfgDefn.SingleStructuralObjectclassBehaviorgetSingleStructuralObjectclassBehavior()Gets the "single-structural-objectclass-behavior" property.intgetSizeLimit()Gets the "size-limit" property.SortedSet<String>getSMTPServer()Gets the "smtp-server" property.SortedSet<org.forgerock.opendj.ldap.DN>getSubordinateBaseDN()Gets the "subordinate-base-dn" property.longgetTimeLimit()Gets the "time-limit" property.GlobalCfgDefn.WritabilityModegetWritabilityMode()Gets the "writability-mode" property.booleanisAddMissingRDNAttributes()Gets the "add-missing-rdn-attributes" property.booleanisAllowAttributeNameExceptions()Gets the "allow-attribute-name-exceptions" property.booleanisBindWithDNRequiresPassword()Gets the "bind-with-dn-requires-password" property.booleanisCheckSchema()Gets the "check-schema" property.booleanisNotifyAbandonedOperations()Gets the "notify-abandoned-operations" property.booleanisRejectUnauthenticatedRequests()Gets the "reject-unauthenticated-requests" property.booleanisReturnBindErrorMessages()Gets the "return-bind-error-messages" property.booleanisSaveConfigOnSuccessfulStartup()Gets the "save-config-on-successful-startup" property.booleanisTrustTransactionIds()Gets the "trust-transaction-ids" property.voidremoveChangeListener(ConfigurationChangeListener<GlobalCfg> listener)Deregister an existing Global Configuration configuration change listener.-
Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, name
-
-
-
-
Method Detail
-
configurationClass
Class<? extends GlobalCfg> configurationClass()
Gets the configuration class associated with this Global Configuration.- Specified by:
configurationClassin interfaceConfiguration- Returns:
- Returns the configuration class associated with this Global Configuration.
-
addChangeListener
void addChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Register to be notified when this Global Configuration is changed.- Parameters:
listener- The Global Configuration configuration change listener.
-
removeChangeListener
void removeChangeListener(ConfigurationChangeListener<GlobalCfg> listener)
Deregister an existing Global Configuration configuration change listener.- Parameters:
listener- The Global Configuration configuration change listener.
-
isAddMissingRDNAttributes
boolean isAddMissingRDNAttributes()
Gets the "add-missing-rdn-attributes" property.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.
- Returns:
- Returns the value of the "add-missing-rdn-attributes" property.
-
isAllowAttributeNameExceptions
boolean isAllowAttributeNameExceptions()
Gets the "allow-attribute-name-exceptions" property.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).
- Returns:
- Returns the value of the "allow-attribute-name-exceptions" property.
-
getAllowedTask
SortedSet<String> getAllowedTask()
Gets the "allowed-task" property.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.
- Returns:
- Returns an unmodifiable set containing the values of the "allowed-task" property.
-
isBindWithDNRequiresPassword
boolean isBindWithDNRequiresPassword()
Gets the "bind-with-dn-requires-password" property.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.
- Returns:
- Returns the value of the "bind-with-dn-requires-password" property.
-
isCheckSchema
boolean isCheckSchema()
Gets the "check-schema" property.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.
- Returns:
- Returns the value of the "check-schema" property.
-
getDefaultPasswordPolicy
String getDefaultPasswordPolicy()
Gets the "default-password-policy" property.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.
- Returns:
- Returns the value of the "default-password-policy" property.
-
getDefaultPasswordPolicyDN
org.forgerock.opendj.ldap.DN getDefaultPasswordPolicyDN()
Gets the "default-password-policy" property as a DN.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.
- Returns:
- Returns the DN value of the "default-password-policy" property.
-
getDisabledPrivilege
SortedSet<GlobalCfgDefn.DisabledPrivilege> getDisabledPrivilege()
Gets the "disabled-privilege" property.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.
- Returns:
- Returns an unmodifiable set containing the values of the "disabled-privilege" property.
-
getEtimeResolution
GlobalCfgDefn.EtimeResolution getEtimeResolution()
Gets the "etime-resolution" property.Specifies the resolution to use for operation elapsed processing time (etime) measurements.
- Returns:
- Returns the value of the "etime-resolution" property.
-
getIdleTimeLimit
long getIdleTimeLimit()
Gets the "idle-time-limit" property.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.
- Returns:
- Returns the value of the "idle-time-limit" property.
-
getInvalidAttributeSyntaxBehavior
GlobalCfgDefn.InvalidAttributeSyntaxBehavior getInvalidAttributeSyntaxBehavior()
Gets the "invalid-attribute-syntax-behavior" property.Specifies how the directory server should handle operations whenever an attribute value violates the associated attribute syntax.
- Returns:
- Returns the value of the "invalid-attribute-syntax-behavior" property.
-
getLookthroughLimit
int getLookthroughLimit()
Gets the "lookthrough-limit" property.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.
- Returns:
- Returns the value of the "lookthrough-limit" property.
-
getMaxAllowedClientConnections
int getMaxAllowedClientConnections()
Gets the "max-allowed-client-connections" property.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.
- Returns:
- Returns the value of the "max-allowed-client-connections" property.
-
getMaxInternalBufferSize
long getMaxInternalBufferSize()
Gets the "max-internal-buffer-size" property.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.
- Returns:
- Returns the value of the "max-internal-buffer-size" property.
-
getMaxPsearches
int getMaxPsearches()
Gets the "max-psearches" property.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.
- Returns:
- Returns the value of the "max-psearches" property.
-
isNotifyAbandonedOperations
boolean isNotifyAbandonedOperations()
Gets the "notify-abandoned-operations" property.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.
- Returns:
- Returns the value of the "notify-abandoned-operations" property.
-
getProxiedAuthorizationIdentityMapper
String getProxiedAuthorizationIdentityMapper()
Gets the "proxied-authorization-identity-mapper" property.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.
- Returns:
- Returns the value of the "proxied-authorization-identity-mapper" property.
-
getProxiedAuthorizationIdentityMapperDN
org.forgerock.opendj.ldap.DN getProxiedAuthorizationIdentityMapperDN()
Gets the "proxied-authorization-identity-mapper" property as a DN.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.
- Returns:
- Returns the DN value of the "proxied-authorization-identity-mapper" property.
-
isRejectUnauthenticatedRequests
boolean isRejectUnauthenticatedRequests()
Gets the "reject-unauthenticated-requests" property.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.
- Returns:
- Returns the value of the "reject-unauthenticated-requests" property.
-
isReturnBindErrorMessages
boolean isReturnBindErrorMessages()
Gets the "return-bind-error-messages" property.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.
- Returns:
- Returns the value of the "return-bind-error-messages" property.
-
isSaveConfigOnSuccessfulStartup
boolean isSaveConfigOnSuccessfulStartup()
Gets the "save-config-on-successful-startup" property.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.
- Returns:
- Returns the value of the "save-config-on-successful-startup" property.
-
getServerErrorResultCode
int getServerErrorResultCode()
Gets the "server-error-result-code" property.Specifies the numeric value of the result code when request processing fails due to an internal server error.
- Returns:
- Returns the value of the "server-error-result-code" property.
-
getSingleStructuralObjectclassBehavior
GlobalCfgDefn.SingleStructuralObjectclassBehavior getSingleStructuralObjectclassBehavior()
Gets the "single-structural-objectclass-behavior" property.Specifies how the directory server should handle operations an entry does not contain a structural object class or contains multiple structural classes.
- Returns:
- Returns the value of the "single-structural-objectclass-behavior" property.
-
getSizeLimit
int getSizeLimit()
Gets the "size-limit" property.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.
- Returns:
- Returns the value of the "size-limit" property.
-
getSMTPServer
SortedSet<String> getSMTPServer()
Gets the "smtp-server" property.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.
- Returns:
- Returns an unmodifiable set containing the values of the "smtp-server" property.
-
getSubordinateBaseDN
SortedSet<org.forgerock.opendj.ldap.DN> getSubordinateBaseDN()
Gets the "subordinate-base-dn" property.Specifies the set of base DNs used for singleLevel, wholeSubtree, and subordinateSubtree searches based at the root DSE.
- Returns:
- Returns an unmodifiable set containing the values of the "subordinate-base-dn" property.
-
getTimeLimit
long getTimeLimit()
Gets the "time-limit" property.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.
- Returns:
- Returns the value of the "time-limit" property.
-
isTrustTransactionIds
boolean isTrustTransactionIds()
Gets the "trust-transaction-ids" property.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.
- Returns:
- Returns the value of the "trust-transaction-ids" property.
-
getWritabilityMode
GlobalCfgDefn.WritabilityMode getWritabilityMode()
Gets the "writability-mode" property.Specifies the kinds of write operations the directory server can process.
- Returns:
- Returns the value of the "writability-mode" property.
-
-