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.
-
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.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 DereferenceAliasesPolicyModifier and TypeMethodDescriptionSearchRequest.setDereferenceAliasesPolicy
(DereferenceAliasesPolicy policy) Sets the alias dereferencing policy to be used during the search.