Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
MockOperation.getEntry() |
ClonedServerEntry |
MockOperationManager.getRootDSE(GetRootDSEOperationContext opContext) |
ClonedServerEntry |
DefaultOperationManager.getRootDSE(GetRootDSEOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
OperationManager.getRootDSE(GetRootDSEOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
MockInterceptor.getRootDSE(NextInterceptor next,
GetRootDSEOperationContext opContext) |
ClonedServerEntry |
MockCoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
DefaultCoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
CoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
MockOperation.lookup(org.apache.directory.shared.ldap.name.DN dn,
Collection<String> bypass) |
ClonedServerEntry |
MockCoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn,
String[] attrId)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
DefaultCoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn,
String[] attrId)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
CoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn,
String[] atIds)
Looks up an entry in the server returning all attributes: both user and
operational attributes.
|
ClonedServerEntry |
MockOperationManager.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
MockOperation.lookup(LookupOperationContext lookupContext) |
ClonedServerEntry |
DefaultOperationManager.lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
OperationManager.lookup(LookupOperationContext opContext)
TODO document after determining if this method should be here.
|
ClonedServerEntry |
MockInterceptor.lookup(NextInterceptor next,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
void |
MockOperation.setEntry(ClonedServerEntry entry) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
AuthenticationInterceptor.getRootDSE(NextInterceptor next,
GetRootDSEOperationContext opContext) |
ClonedServerEntry |
AuthenticationInterceptor.lookup(NextInterceptor next,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
DefaultAuthorizationInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
ClonedServerEntry |
AciAuthorizationInterceptor.lookup(NextInterceptor next,
LookupOperationContext lookupContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
CollectiveAttributeInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
ExceptionInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
BaseEntryFilteringCursor.get() |
ClonedServerEntry |
CursorList.get() |
Modifier and Type | Method and Description |
---|---|
Iterator<ClonedServerEntry> |
BaseEntryFilteringCursor.iterator() |
Iterator<ClonedServerEntry> |
CursorList.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
EntryFilter.accept(SearchingOperationContext operation,
ClonedServerEntry result)
Filters the contents of search entries on the way out the door to
client callers.
|
void |
BaseEntryFilteringCursor.after(ClonedServerEntry element) |
void |
CursorList.after(ClonedServerEntry element) |
void |
BaseEntryFilteringCursor.before(ClonedServerEntry element) |
void |
CursorList.before(ClonedServerEntry element) |
Modifier and Type | Field and Description |
---|---|
protected ClonedServerEntry |
AbstractOperationContext.entry
The entry associated with the target entry of this OperationContext
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
RenameOperationContext.getAlteredEntry()
Returns the entry after it has been renamed and potentially changed for
RDN alterations.
|
ClonedServerEntry |
ModifyOperationContext.getAlteredEntry()
Returns the entry after it has been renamed and potentially changed for
Rdn alterations.
|
ClonedServerEntry |
AbstractOperationContext.getEntry() |
ClonedServerEntry |
DeleteOperationContext.getEntry()
Gets the deleted entry if cached.
|
ClonedServerEntry |
BindOperationContext.getEntry() |
ClonedServerEntry |
OperationContext.getEntry()
Gets the server entry associated with the target DN of this
OperationContext.
|
ClonedServerEntry |
AbstractOperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn,
Collection<String> byPassed) |
ClonedServerEntry |
BindOperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn,
Collection<String> byPassed) |
ClonedServerEntry |
OperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn,
Collection<String> byPass) |
ClonedServerEntry |
AbstractOperationContext.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
BindOperationContext.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
OperationContext.lookup(LookupOperationContext lookupContext) |
Modifier and Type | Method and Description |
---|---|
void |
RenameOperationContext.setAlteredEntry(ClonedServerEntry alteredEntry)
Set the modified entry once the operation has been proceced
on the backend.
|
void |
ModifyOperationContext.setAlteredEntry(ClonedServerEntry alteredEntry)
Set the modified entry once the operation has been proceced
on the backend.
|
void |
AbstractOperationContext.setEntry(ClonedServerEntry entry) |
void |
DeleteOperationContext.setEntry(ClonedServerEntry entry) |
void |
BindOperationContext.setEntry(ClonedServerEntry entry) |
void |
OperationContext.setEntry(ClonedServerEntry entry)
Sets the server entry associated with the target DN of this
OperationContext.
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
NormalizationInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Filters
Partition.lookup( LookupOperationContext ) call. |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
OperationalAttributeInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
DefaultPartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext) |
ClonedServerEntry |
PartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
Get's the RootDSE entry for the DSA.
|
ClonedServerEntry |
DefaultPartitionNexus.lookup(Long id) |
ClonedServerEntry |
NullPartition.lookup(Long id) |
ClonedServerEntry |
DefaultPartitionNexus.lookup(LookupOperationContext opContext) |
ClonedServerEntry |
NullPartition.lookup(LookupOperationContext lookupContext) |
abstract ClonedServerEntry |
AbstractPartition.lookup(LookupOperationContext lookupContext)
This method calls
Partition.lookup(LookupOperationContext)
with null attributeIds by default. |
ClonedServerEntry |
Partition.lookup(LookupOperationContext lookupContext)
Looks up an entry by distinguished/absolute name.
|
Modifier and Type | Method and Description |
---|---|
abstract ClonedServerEntry |
BTreePartition.lookup(ID id) |
ClonedServerEntry |
BTreePartition.lookup(LookupOperationContext opContext) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
LdifPartition.lookup(Long id) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
SchemaPartition.lookup(LookupOperationContext lookupContext) |
ClonedServerEntry |
SchemaInterceptor.lookup(NextInterceptor nextInterceptor,
LookupOperationContext opContext)
Search for an entry, using its DN.
|
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
StoredProcExecutionManager.findStoredProcUnit(CoreSession session,
String fullSPName)
Finds and returns a stored procedure unit entry whose identifier name
is extracted from fullSPName.
|
Modifier and Type | Method and Description |
---|---|
StoredProcEngine |
StoredProcExecutionManager.getStoredProcEngineInstance(ClonedServerEntry spUnitEntry)
Initializes and returns a
StoredProcEngine instance which can operate on spUnitEntry
considering its specific stored procedure language. |
Modifier and Type | Method and Description |
---|---|
boolean |
SubentryInterceptor.HideSubentriesFilter.accept(SearchingOperationContext operation,
ClonedServerEntry entry) |
boolean |
SubentryInterceptor.HideEntriesFilter.accept(SearchingOperationContext operation,
ClonedServerEntry entry) |
Modifier and Type | Method and Description |
---|---|
static ClonedServerEntry |
ReferralAwareRequestHandler.getFarthestReferralAncestor(LdapSession session,
org.apache.directory.shared.ldap.name.DN target)
Searches up the ancestry of a DN searching for the farthest referral
ancestor.
|
Modifier and Type | Method and Description |
---|---|
org.apache.directory.shared.ldap.message.internal.InternalReferral |
ReferralAwareRequestHandler.getReferralOnAncestor(LdapSession session,
org.apache.directory.shared.ldap.name.DN reqTargetDn,
T req,
ClonedServerEntry referralAncestor)
Handles processing with referrals without ManageDsaIT control and with
an ancestor that is a referral.
|
org.apache.directory.shared.ldap.message.internal.InternalReferral |
ReferralAwareRequestHandler.getReferralOnAncestorForSearch(LdapSession session,
org.apache.directory.shared.ldap.message.internal.InternalSearchRequest req,
ClonedServerEntry referralAncestor)
Handles processing with referrals without ManageDsaIT control and with
an ancestor that is a referral.
|
static boolean |
ReferralAwareRequestHandler.isEntryReferral(ClonedServerEntry entry) |
Modifier and Type | Method and Description |
---|---|
ClonedServerEntry |
AbstractXdbmPartition.lookup(ID id) |
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.