Uses of Record Class
org.opends.server.api.ResourceLimits
Packages that use ResourceLimits
Package
Description
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of ResourceLimits in org.opends.server.api
Fields in org.opends.server.api declared as ResourceLimitsModifier and TypeFieldDescriptionstatic final ResourceLimits
ResourceLimits.MIN_LIMITS
AResourceLimits
that is used when no other resource limits are provided to AuthenticationInfo objects.static final ResourceLimits
ResourceLimits.NO_LIMITS
AResourceLimits
with every value set to unlimited.Methods in org.opends.server.api that return ResourceLimitsModifier and TypeMethodDescriptionResourceLimits.applyRequestLimits
(SearchRequest request) Merges this ResourceLimits with the provided limits.ResourceLimits.applyUserLimits
(Entry user) Return a ResourceLimits using overrides from a user entry, taking into account the limits from a search request.ResourceLimits.withLookThroughLimit
(int newLookThroughLimit) Return a copy of this resource limits with an updated look through limit.ResourceLimits.withMaxCandidateSetSize
(int newMaxCandidateSetSize) Return a copy of this resource limits with an updated maximum candidate size. -
Uses of ResourceLimits in org.opends.server.core
Methods in org.opends.server.core that return ResourceLimitsModifier and TypeMethodDescriptionCoreConfigManager.getResourceLimits()
Returns the server-configured resource limits.final ResourceLimits
SearchOperation.getResourceLimits()
Retrieves the limits for this search operation. -
Uses of ResourceLimits in org.opends.server.types
Methods in org.opends.server.types that return ResourceLimitsModifier and TypeMethodDescriptionAuthenticationInfo.resourceLimits()
Returns the value of theresourceLimits
record component.Methods in org.opends.server.types with parameters of type ResourceLimitsModifier and TypeMethodDescriptionstatic AuthenticationInfo
AuthenticationInfo.anonymous
(ResourceLimits limits) Creates a new set of authentication information to be used for unauthenticated clients.static AuthenticationInfo
AuthenticationInfo.internal
(Entry authenticationEntry, ResourceLimits limits) Creates a new set of authentication information to be used for clients that are authenticated internally.AuthenticationInfo.overrideLimits
(ResourceLimits newResourceLimits) Returns a new object that uses the provided resource limits, effectively overriding the authentication info limits.static AuthenticationInfo
AuthenticationInfo.sasl
(Entry authenticationEntry, String saslMechanism, ResourceLimits defaultLimits) Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.static AuthenticationInfo
AuthenticationInfo.sasl
(Entry authenticationEntry, Entry authorizationEntry, String saslMechanism, ResourceLimits defaultLimits) Creates a new set of authentication information to be used for clients that have authenticated using a SASL mechanism.static AuthenticationInfo
AuthenticationInfo.simple
(Entry authenticationEntry, ResourceLimits defaultLimits) Creates a new set of authentication information to be used for clients that have successfully performed simple authentication.Constructors in org.opends.server.types with parameters of type ResourceLimitsModifierConstructorDescriptionAuthenticationInfo
(Entry authenticationEntry, Entry authorizationEntry, AuthenticationType authenticationType, String saslMechanism, ResourceLimits resourceLimits) Builds an AuthenticationInfo object. -
Uses of ResourceLimits in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return ResourceLimitsModifier and TypeMethodDescriptionInProgressSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PostOperationSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PostResponseSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PreOperationSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.PreParseSearchOperation.getResourceLimits()
Retrieves the resource limits for this search operation.