Uses of 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.
-
Uses of DereferenceAliasesPolicy in org.forgerock.opendj.ldap
Fields in org.forgerock.opendj.ldap declared as DereferenceAliasesPolicyModifier and TypeFieldDescriptionstatic final DereferenceAliasesPolicyDereferenceAliasesPolicy.ALWAYSDereference aliases both in searching and in locating the base object of a Search operation.static final DereferenceAliasesPolicyDereferenceAliasesPolicy.FINDING_BASEDereference aliases in locating the base object of a Search operation, but not when searching subordinates of the base object.static final DereferenceAliasesPolicyDereferenceAliasesPolicy.IN_SEARCHINGWhile searching subordinates of the base object, dereference any alias within the scope of the Search operation.static final DereferenceAliasesPolicyDereferenceAliasesPolicy.NEVERDo not dereference aliases in searching or in locating the base object of a Search operation.Methods in org.forgerock.opendj.ldap that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionstatic DereferenceAliasesPolicyDereferenceAliasesPolicy.valueOf(int intValue) Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.Methods in org.forgerock.opendj.ldap that return types with arguments of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionstatic List<DereferenceAliasesPolicy> DereferenceAliasesPolicy.values()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.requests
Methods in org.forgerock.opendj.ldap.requests that return DereferenceAliasesPolicyModifier and TypeMethodDescriptionSearchRequest.getDereferenceAliasesPolicy()Returns an indication as to whether alias entries are to be dereferenced during the search.Methods in org.forgerock.opendj.ldap.requests with parameters of type DereferenceAliasesPolicyModifier and TypeMethodDescriptionSearchRequest.setDereferenceAliasesPolicy(DereferenceAliasesPolicy policy) Sets the alias dereferencing policy to be used during the search.