Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.authorization.dseecompat |
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
|
org.opends.server.backends |
Contains various Directory Server backend implementations.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.backends.task |
Contains the code for the Directory Server backend that provides an interface for executing administrative tasks.
|
org.opends.server.config |
Contains code used to interact with the Directory Server configuration.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.protocols.jmx |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using JMX.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AccessControlHandler.isAllowed(SearchOperation searchOperation)
Indicates whether the provided search operation is allowed based on the access control configuration.
|
boolean |
VirtualAttributeProvider.isSearchable(AttributeDescription attributeDescription,
SearchOperation searchOperation,
boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.
|
void |
VirtualAttributeProvider.processSearch(AttributeDescription attributeDescription,
SearchOperation searchOperation)
Processes the provided search operation in which the search criteria includes an operation targeted at this
virtual attribute.
|
abstract void |
LocalBackend.search(SearchOperation searchOperation)
Processes the specified search in this backend.
|
abstract void |
ClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry)
Sends the provided search result entry to the client.
|
abstract boolean |
ClientConnection.sendSearchReference(SearchOperation searchOperation,
SearchResultReference searchReference)
Sends the provided search result reference to the client.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AciHandler.isAllowed(SearchOperation searchOperation) |
Modifier and Type | Method and Description |
---|---|
void |
TrustStoreBackend.search(SearchOperation searchOperation) |
void |
SchemaBackend.search(SearchOperation searchOperation) |
void |
RootDSEBackend.search(SearchOperation searchOp) |
void |
NullBackend.search(SearchOperation searchOperation) |
void |
MonitorBackend.search(SearchOperation searchOperation) |
void |
MemoryBackend.search(SearchOperation searchOperation) |
void |
LDIFBackend.search(SearchOperation searchOperation) |
void |
ConfigurationBackend.search(SearchOperation searchOperation) |
void |
ChangelogBackend.search(SearchOperation searchOperation)
Processes the specified search in this backend.
|
void |
BackupBackend.search(SearchOperation searchOperation) |
Modifier and Type | Method and Description |
---|---|
void |
BackendImpl.search(SearchOperation searchOperation) |
Modifier and Type | Method and Description |
---|---|
void |
TaskBackend.search(SearchOperation searchOperation) |
boolean |
TaskScheduler.searchRecurringTasks(SearchOperation searchOperation)
Compares the filter in the provided search operation against each of the recurring task entries, returning any
that match.
|
boolean |
TaskScheduler.searchScheduledTasks(SearchOperation searchOperation)
Compares the filter in the provided search operation against each of the task entries, returning any that match.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationHandler.search(SearchOperation searchOperation)
Search the configuration entries.
|
Modifier and Type | Method and Description |
---|---|
SearchOperation |
PersistentSearch.getSearchOperation()
Get the search operation associated with this persistent search.
|
Constructor and Description |
---|
PersistentSearch(SearchOperation searchOperation,
Set<PersistentSearchChangeType> changeTypes,
boolean changesOnly,
boolean returnECs)
Creates a new persistent search object with the provided information.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IsMemberOfVirtualAttributeProvider.isSearchable(AttributeDescription attributeDescription,
SearchOperation searchOperation,
boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.
|
boolean |
EntryDNVirtualAttributeProvider.isSearchable(AttributeDescription attributeDescription,
SearchOperation searchOperation,
boolean isPreIndexed)
Indicates whether this attribute may be included in search filters as part of the criteria for locating entries.
|
void |
IsMemberOfVirtualAttributeProvider.processSearch(AttributeDescription attributeDescription,
SearchOperation searchOperation) |
void |
EntryDNVirtualAttributeProvider.processSearch(AttributeDescription attributeDescription,
SearchOperation searchOperation) |
Modifier and Type | Method and Description |
---|---|
void |
JmxClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry) |
boolean |
JmxClientConnection.sendSearchReference(SearchOperation searchOperation,
SearchResultReference searchReference) |
Modifier and Type | Method and Description |
---|---|
void |
LdapClientConnection.sendSearchEntry(SearchOperation searchOperation,
SearchResultEntry searchEntry) |
boolean |
LdapClientConnection.sendSearchReference(SearchOperation searchOperation,
SearchResultReference searchReference) |
Copyright 2010-2022 ForgeRock AS.