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 ResourceLimitsResourceLimits.MIN_LIMITSAResourceLimitsthat is used when no other resource limits are provided to AuthenticationInfo objects.static final ResourceLimitsResourceLimits.NO_LIMITSAResourceLimitswith 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 ResourceLimitsSearchOperation.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 theresourceLimitsrecord component.Methods in org.opends.server.types with parameters of type ResourceLimitsModifier and TypeMethodDescriptionstatic AuthenticationInfoAuthenticationInfo.anonymous(ResourceLimits limits) Creates a new set of authentication information to be used for unauthenticated clients.static AuthenticationInfoAuthenticationInfo.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 AuthenticationInfoAuthenticationInfo.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 AuthenticationInfoAuthenticationInfo.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 AuthenticationInfoAuthenticationInfo.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.