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.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.AuthenticationInfo.update(Entry authEntry, ResourceLimits defaultLimits) Returns an updated set of authentication information, whose content is this authentication information refreshed with the provided authentication or authorization entry.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()Returns the resource limits for this search operation.PostOperationSearchOperation.getResourceLimits()Returns the resource limits for this search operation.PostResponseSearchOperation.getResourceLimits()Returns the resource limits for this search operation.PreOperationSearchOperation.getResourceLimits()Returns the resource limits for this search operation.PreParseSearchOperation.getResourceLimits()Returns the resource limits for this search operation.