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.
|
Modifier and Type | Field and Description |
---|---|
static DereferenceAliasesPolicy |
DereferenceAliasesPolicy.ALWAYS
Dereference aliases both in searching and in locating the base object of a Search operation.
|
static DereferenceAliasesPolicy |
DereferenceAliasesPolicy.FINDING_BASE
Dereference aliases in locating the base object of a Search operation,
but not when searching subordinates of the base object.
|
static DereferenceAliasesPolicy |
DereferenceAliasesPolicy.IN_SEARCHING
While searching subordinates of the base object, dereference any alias
within the scope of the Search operation.
|
static DereferenceAliasesPolicy |
DereferenceAliasesPolicy.NEVER
Do not dereference aliases in searching or in locating the base object of
a Search operation.
|
Modifier and Type | Method and Description |
---|---|
static DereferenceAliasesPolicy |
DereferenceAliasesPolicy.valueOf(int intValue)
Returns the alias dereferencing policy having the specified integer value
as defined in RFC 4511 section 4.5.1.
|
Modifier and Type | Method and Description |
---|---|
static 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.
|
Modifier and Type | Method and Description |
---|---|
DereferenceAliasesPolicy |
SearchRequest.getDereferenceAliasesPolicy()
Returns an indication as to whether alias entries are to be
dereferenced during the search.
|
Modifier and Type | Method and Description |
---|---|
SearchRequest |
SearchRequest.setDereferenceAliasesPolicy(DereferenceAliasesPolicy policy)
Sets the alias dereferencing policy to be used during the search.
|
Modifier and Type | Method and Description |
---|---|
DereferenceAliasesPolicy |
SearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SearchOperation.setDerefPolicy(DereferenceAliasesPolicy derefPolicy)
Specifies the alias dereferencing policy for this search operation.
|
Modifier and Type | Method and Description |
---|---|
DereferenceAliasesPolicy |
PreParseSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
DereferenceAliasesPolicy |
PreOperationSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
DereferenceAliasesPolicy |
PostResponseSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
DereferenceAliasesPolicy |
PostOperationSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
DereferenceAliasesPolicy |
InProgressSearchOperation.getDerefPolicy()
Retrieves the alias dereferencing policy for this search operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseSearchOperation.setDerefPolicy(DereferenceAliasesPolicy derefPolicy)
Specifies the alias dereferencing policy for this search operation.
|
Copyright 2010-2022 ForgeRock AS.