|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntryFilteringCursor in org.apache.directory.server.core |
---|
Methods in org.apache.directory.server.core that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
MockCoreSession.list(org.apache.directory.shared.ldap.name.DN dn,
org.apache.directory.shared.ldap.message.AliasDerefMode aliasDerefMode,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.util.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,
java.lang.String filter)
Searches the directory using a specified filter. |
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
java.lang.String filter)
Searches the directory using a specified filter. |
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
java.lang.String filter)
Searches the directory using a specified filter. |
EntryFilteringCursor |
MockCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
java.lang.String filter,
boolean ignoreReferrals)
Searches the directory using a specified filter. |
EntryFilteringCursor |
DefaultCoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
java.lang.String filter,
boolean ignoreReferrals)
Searches the directory using a specified filter. |
EntryFilteringCursor |
CoreSession.search(org.apache.directory.shared.ldap.name.DN dn,
java.lang.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 |
MockOperationManager.search(SearchOperationContext opContext)
|
EntryFilteringCursor |
MockOperation.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,
java.util.Collection<java.lang.String> bypass)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.authn |
---|
Methods in org.apache.directory.server.core.authn that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
AuthenticationInterceptor.list(NextInterceptor next,
ListOperationContext opContext)
|
EntryFilteringCursor |
AuthenticationInterceptor.search(NextInterceptor next,
SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.authz |
---|
Methods in org.apache.directory.server.core.authz that return EntryFilteringCursor | |
---|---|
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)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.collective |
---|
Methods in org.apache.directory.server.core.collective that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
CollectiveAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
|
EntryFilteringCursor |
CollectiveAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.exception |
---|
Methods in org.apache.directory.server.core.exception that return EntryFilteringCursor | |
---|---|
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. |
Uses of EntryFilteringCursor in org.apache.directory.server.core.filtering |
---|
Classes in org.apache.directory.server.core.filtering that implement EntryFilteringCursor | |
---|---|
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 parameters in org.apache.directory.server.core.filtering with type arguments of type EntryFilteringCursor | |
---|---|
CursorList(int start,
java.util.List<EntryFilteringCursor> list,
int end,
SearchingOperationContext opContext)
Creates a new ListCursor with lower (inclusive) and upper (exclusive) bounds. |
|
CursorList(java.util.List<EntryFilteringCursor> list,
SearchingOperationContext opContext)
Creates a new ListCursor without specific bounds: the bounds are acquired from the size of the list. |
Uses of EntryFilteringCursor in org.apache.directory.server.core.interceptor |
---|
Uses of EntryFilteringCursor in org.apache.directory.server.core.jndi |
---|
Methods in org.apache.directory.server.core.jndi that return EntryFilteringCursor | |
---|---|
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,
javax.naming.directory.SearchControls searchControls)
Used to encapsulate [de]marshalling of controls before and after list operations. |
Constructors in org.apache.directory.server.core.jndi with parameters of type EntryFilteringCursor | |
---|---|
NamingEnumerationAdapter(EntryFilteringCursor cursor)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.normalization |
---|
Methods in org.apache.directory.server.core.normalization that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
NormalizationInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
Filters Partition.list( ListOperationContext ) call. |
EntryFilteringCursor |
NormalizationInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
Filters Partition.search( SearchOperationContext ) call. |
Uses of EntryFilteringCursor in org.apache.directory.server.core.operational |
---|
Methods in org.apache.directory.server.core.operational that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
OperationalAttributeInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
|
EntryFilteringCursor |
OperationalAttributeInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.partition |
---|
Methods in org.apache.directory.server.core.partition that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
DefaultPartitionNexus.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 |
NullPartition.list(ListOperationContext opContext)
|
EntryFilteringCursor |
DefaultPartitionNexus.search(SearchOperationContext opContext)
|
EntryFilteringCursor |
Partition.search(SearchOperationContext opContext)
Conducts a search against this ContextPartition. |
EntryFilteringCursor |
NullPartition.search(SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.partition.impl.btree |
---|
Methods in org.apache.directory.server.core.partition.impl.btree that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
BTreePartition.list(ListOperationContext opContext)
|
EntryFilteringCursor |
BTreePartition.search(SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.schema |
---|
Methods in org.apache.directory.server.core.schema that return EntryFilteringCursor | |
---|---|
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)
|
Uses of EntryFilteringCursor in org.apache.directory.server.core.subtree |
---|
Methods in org.apache.directory.server.core.subtree that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
SubentryInterceptor.list(NextInterceptor nextInterceptor,
ListOperationContext opContext)
|
EntryFilteringCursor |
SubentryInterceptor.search(NextInterceptor nextInterceptor,
SearchOperationContext opContext)
|
Uses of EntryFilteringCursor in org.apache.directory.server.ldap.handlers |
---|
Constructors in org.apache.directory.server.ldap.handlers with parameters of type EntryFilteringCursor | |
---|---|
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor)
|
|
SearchAbandonListener(LdapServer ldapServer,
EntryFilteringCursor cursor,
DirectoryListener listener)
|
Uses of EntryFilteringCursor in org.apache.directory.server.ldap.handlers.controls |
---|
Methods in org.apache.directory.server.ldap.handlers.controls that return EntryFilteringCursor | |
---|---|
EntryFilteringCursor |
PagedSearchContext.getCursor()
|
Methods in org.apache.directory.server.ldap.handlers.controls with parameters of type EntryFilteringCursor | |
---|---|
void |
PagedSearchContext.setCursor(EntryFilteringCursor cursor)
Set the new cursor for this search request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |