Uses of Class
org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
Packages that use DereferenceAliasesPolicy Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase.org.opends.server.types.operation 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 DereferenceAliasesPolicy Modifier and Type Method Description static DereferenceAliasesPolicyDereferenceAliasesPolicy. valueOf(int intValue)Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.static DereferenceAliasesPolicyDereferenceAliasesPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static DereferenceAliasesPolicy[]DereferenceAliasesPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.opendj.ldap that return types with arguments of type DereferenceAliasesPolicy Modifier and Type Method Description static 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 DereferenceAliasesPolicy Modifier and Type Method Description DereferenceAliasesPolicySearchRequest. getDereferenceAliasesPolicy()Returns an indication as to whether alias entries are to be dereferenced during the search.Methods in org.forgerock.opendj.ldap.messages with parameters of type DereferenceAliasesPolicy Modifier and Type Method Description SearchRequestSearchRequest. setDereferenceAliasesPolicy(DereferenceAliasesPolicy policy)Sets the alias dereferencing policy to be used during the search. -
Uses of DereferenceAliasesPolicy in org.opends.server.core
Methods in org.opends.server.core that return DereferenceAliasesPolicy Modifier and Type Method Description DereferenceAliasesPolicySearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.Methods in org.opends.server.core with parameters of type DereferenceAliasesPolicy Modifier and Type Method Description voidSearchOperation. 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 DereferenceAliasesPolicy Modifier and Type Method Description DereferenceAliasesPolicyInProgressSearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.DereferenceAliasesPolicyPostOperationSearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.DereferenceAliasesPolicyPostResponseSearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.DereferenceAliasesPolicyPreOperationSearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.DereferenceAliasesPolicyPreParseSearchOperation. getDerefPolicy()Retrieves the alias dereferencing policy for this search operation.Methods in org.opends.server.types.operation with parameters of type DereferenceAliasesPolicy Modifier and Type Method Description voidPreParseSearchOperation. setDerefPolicy(DereferenceAliasesPolicy derefPolicy)Specifies the alias dereferencing policy for this search operation.
-