Uses of Enum Class
org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Packages that use DereferenceAliasesPolicy
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Contains various classes that comprise the core of the Directory Server codebase.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of DereferenceAliasesPolicy in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionstatic DereferenceAliasesPolicy
DereferenceAliasesPolicy.valueOf
(int intValue) Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.static DereferenceAliasesPolicy
Returns the enum constant of this class with the specified name.static DereferenceAliasesPolicy[]
DereferenceAliasesPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forgerock.opendj.ldap that return types with arguments of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionstatic List<DereferenceAliasesPolicy>
DereferenceAliasesPolicy.immutableValues()
Returns an unmodifiable list containing the set of available alias dereferencing policies indexed on their integer value as defined in RFC 4511 section 4.5.1. -
Uses of DereferenceAliasesPolicy in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionSearchRequest.dereferenceAliasesPolicy()
Returns the value of thedereferenceAliasesPolicy
record component.Methods in org.forgerock.opendj.ldap.messages with parameters of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionstatic SearchRequest
Requests.newSearchRequest
(String name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, String filter, String... attributeDescriptions) Creates a new search request with all parameters.static SearchRequest
Requests.newSearchRequest
(Dn name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, String... attributeDescriptions) Creates a new search request with all parameters.static SearchRequest
Requests.newSearchRequest
(Dn name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, List<String> attributeDescriptions, List<Control> controls) Creates a new search request with all parameters.Constructors in org.forgerock.opendj.ldap.messages with parameters of type DereferenceAliasesPolicyModifierConstructorDescriptionSearchRequest
(Dn name, SearchScope scope, DereferenceAliasesPolicy dereferenceAliasesPolicy, int sizeLimit, int timeLimit, boolean typesOnly, Filter filter, List<String> attributes, List<Control> controls) Creates a newSearchRequest
. -
Uses of DereferenceAliasesPolicy in org.opends.server.core
Methods in org.opends.server.core that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionfinal DereferenceAliasesPolicy
SearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.Methods in org.opends.server.core with parameters of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionfinal void
SearchOperation.setDerefPolicy
(DereferenceAliasesPolicy derefPolicy) Specifies the alias dereferencing policy for this search operation. -
Uses of DereferenceAliasesPolicy in org.opends.server.types.operation
Methods in org.opends.server.types.operation that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionInProgressSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.PostOperationSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.PostResponseSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.PreOperationSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.PreParseSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.Methods in org.opends.server.types.operation with parameters of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionvoid
PreParseSearchOperation.setDerefPolicy
(DereferenceAliasesPolicy derefPolicy) Specifies the alias dereferencing policy for this search operation.