Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
MockCoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes) |
EntryFilteringCursor |
DefaultCoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes) |
EntryFilteringCursor |
CoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
An optimized search operation using one level search scope which
returns all the children of an entry specified by distinguished name.
|
EntryFilteringCursor |
MockCoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit) |
EntryFilteringCursor |
DefaultCoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit) |
EntryFilteringCursor |
CoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit)
An optimized search operation using one level search scope which
applies size and time limit constraints and returns all the children
of an entry specified by distinguished name if thes limits are not
violated.
|
EntryFilteringCursor |
MockOperationManager.list(ListOperationContext opContext) |
EntryFilteringCursor |
DefaultOperationManager.list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
OperationManager.list(ListOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
MockInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes) |
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes) |
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes)
Searches the directory using a specified search scope and filter.
|
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit) |
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit) |
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.filter.SearchScope scope,
org.apache.directory.shared.ldap.filter.ExprNode filter,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
Set<org.apache.directory.shared.ldap.schema.AttributeTypeOptions> returningAttributes,
long sizeLimit,
int timeLimit)
Searches the directory using a specified search scope and filter.
|
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter,
boolean ignoreReferrals)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter,
boolean ignoreReferrals)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
String filter,
boolean ignoreReferrals)
Searches the directory using a specified filter.
|
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.message.internal.InternalSearchRequest searchRequest) |
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.message.internal.InternalSearchRequest searchRequest) |
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.message.internal.InternalSearchRequest searchRequest) |
EntryFilteringCursor |
MockInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
EntryFilteringCursor |
MockOperation.search(SearchOperationContext opContext) |
EntryFilteringCursor |
MockOperationManager.search(SearchOperationContext opContext) |
EntryFilteringCursor |
DefaultOperationManager.search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
OperationManager.search(SearchOperationContext opContext)
TODO document after determining if this method should be here.
|
EntryFilteringCursor |
MockOperation.search(SearchOperationContext opContext,
Collection<String> bypass) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
AuthenticationInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
EntryFilteringCursor |
AuthenticationInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
DefaultAuthorizationInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
AciAuthorizationInterceptor.list(NextInterceptor next,
ListOperationContext opContext) |
EntryFilteringCursor |
DefaultAuthorizationInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
EntryFilteringCursor |
AciAuthorizationInterceptor.search(NextInterceptor next,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
CollectiveAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
CollectiveAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
ExceptionInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
|
EntryFilteringCursor |
ExceptionInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseEntryFilteringCursor
A Cursor which uses a list of filters to selectively return entries and/or
modify the contents of entries.
|
class |
CursorList
An implementation of a Cursor based on a
List of Cursor s. |
Constructor and Description |
---|
CursorList(int start,
List<EntryFilteringCursor> list,
int end,
SearchingOperationContext opContext)
Creates a new ListCursor with lower (inclusive) and upper (exclusive)
bounds.
|
CursorList(List<EntryFilteringCursor> list,
SearchingOperationContext opContext)
Creates a new ListCursor without specific bounds: the bounds are
acquired from the size of the list.
|
Modifier and Type | Method and Description |
---|---|
protected EntryFilteringCursor |
ServerContext.doListOperation(org.apache.directory.shared.ldap.name.DN target)
Used to encapsulate [de]marshalling of controls before and after list operations.
|
protected EntryFilteringCursor |
ServerContext.doSearchOperation(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
org.apache.directory.shared.ldap.filter.ExprNode filter,
SearchControls searchControls)
Used to encapsulate [de]marshalling of controls before and after list operations.
|
Constructor and Description |
---|
NamingEnumerationAdapter(EntryFilteringCursor cursor) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
NormalizationInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
Filters
Partition.list( ListOperationContext ) call. |
EntryFilteringCursor |
NormalizationInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
Filters
Partition.search( SearchOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
OperationalAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
OperationalAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
DefaultPartitionNexus.list(ListOperationContext opContext) |
EntryFilteringCursor |
NullPartition.list(ListOperationContext opContext) |
EntryFilteringCursor |
Partition.list(ListOperationContext opContext)
A specialized form of one level search used to return a minimal set of
information regarding child entries under a base.
|
EntryFilteringCursor |
DefaultPartitionNexus.search(SearchOperationContext opContext) |
EntryFilteringCursor |
NullPartition.search(SearchOperationContext opContext) |
EntryFilteringCursor |
Partition.search(SearchOperationContext opContext)
Conducts a search against this ContextPartition.
|
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
BTreePartition.list(ListOperationContext opContext) |
EntryFilteringCursor |
BTreePartition.search(SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SchemaPartition.list(ListOperationContext opContext) |
EntryFilteringCursor |
SchemaInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
SchemaPartitionDaoImpl.listAllNames() |
EntryFilteringCursor |
SchemaPartitionDao.listAllNames() |
EntryFilteringCursor |
SchemaInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
EntryFilteringCursor |
SchemaPartition.search(SearchOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
SubentryInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext) |
EntryFilteringCursor |
SubentryInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext) |
Constructor and Description |
---|
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor) |
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor,
DirectoryListener listener) |
Modifier and Type | Method and Description |
---|---|
EntryFilteringCursor |
PagedSearchContext.getCursor() |
Modifier and Type | Method and Description |
---|---|
void |
PagedSearchContext.setCursor(EntryFilteringCursor cursor)
Set the new cursor for this search request
|
Copyright © 2003-2013 Apache Software Foundation. All Rights Reserved.