Uses of Class
org.apache.directory.server.core.entry.ClonedServerEntry

Packages that use ClonedServerEntry
org.apache.directory.server.core   
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.collective   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.filtering   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.interceptor.context   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.partition   
org.apache.directory.server.core.partition.impl.btree   
org.apache.directory.server.core.partition.ldif   
org.apache.directory.server.core.schema  
org.apache.directory.server.core.sp   
org.apache.directory.server.core.subtree   
org.apache.directory.server.ldap.handlers Provides LDAP message handlers that implement MessageHandler
org.apache.directory.server.xdbm   
 

Uses of ClonedServerEntry in org.apache.directory.server.core
 

Methods in org.apache.directory.server.core that return ClonedServerEntry
 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, java.util.Collection<java.lang.String> bypass)
           
 ClonedServerEntry MockCoreSession.lookup(org.apache.directory.shared.ldap.name.DN dn, java.lang.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, java.lang.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, java.lang.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)
           
 

Methods in org.apache.directory.server.core with parameters of type ClonedServerEntry
 void MockOperation.setEntry(ClonedServerEntry entry)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.authn
 

Methods in org.apache.directory.server.core.authn that return ClonedServerEntry
 ClonedServerEntry AuthenticationInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 ClonedServerEntry AuthenticationInterceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.authz
 

Methods in org.apache.directory.server.core.authz that return ClonedServerEntry
 ClonedServerEntry DefaultAuthorizationInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 ClonedServerEntry AciAuthorizationInterceptor.lookup(NextInterceptor next, LookupOperationContext lookupContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.collective
 

Methods in org.apache.directory.server.core.collective that return ClonedServerEntry
 ClonedServerEntry CollectiveAttributeInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.exception
 

Methods in org.apache.directory.server.core.exception that return ClonedServerEntry
 ClonedServerEntry ExceptionInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 

Uses of ClonedServerEntry in org.apache.directory.server.core.filtering
 

Methods in org.apache.directory.server.core.filtering that return ClonedServerEntry
 ClonedServerEntry CursorList.get()
          
 ClonedServerEntry BaseEntryFilteringCursor.get()
           
 

Methods in org.apache.directory.server.core.filtering that return types with arguments of type ClonedServerEntry
 java.util.Iterator<ClonedServerEntry> CursorList.iterator()
           
 java.util.Iterator<ClonedServerEntry> BaseEntryFilteringCursor.iterator()
           
 

Methods in org.apache.directory.server.core.filtering with parameters of type ClonedServerEntry
 boolean EntryFilter.accept(SearchingOperationContext operation, ClonedServerEntry result)
          Filters the contents of search entries on the way out the door to client callers.
 void CursorList.after(ClonedServerEntry element)
          
 void BaseEntryFilteringCursor.after(ClonedServerEntry element)
           
 void CursorList.before(ClonedServerEntry element)
           
 void BaseEntryFilteringCursor.before(ClonedServerEntry element)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.interceptor
 

Methods in org.apache.directory.server.core.interceptor that return ClonedServerEntry
 ClonedServerEntry InterceptorChain.getRootDSE(GetRootDSEOperationContext opContext)
           
 ClonedServerEntry NextInterceptor.getRootDSE(GetRootDSEOperationContext opContext)
          Calls the next interceptor's Interceptor.getRootDSE( NextInterceptor, GetRootDSEOperationContext ).
 ClonedServerEntry Interceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
          Filters DefaultPartitionNexus#getRootDSE( GetRootDSEOperationContext ) call.
 ClonedServerEntry BaseInterceptor.getRootDSE(NextInterceptor next, GetRootDSEOperationContext opContext)
           
 ClonedServerEntry InterceptorChain.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry NextInterceptor.lookup(LookupOperationContext opContext)
          Calls the next interceptor's Interceptor.lookup( NextInterceptor, LookupOperationContext ).
 ClonedServerEntry Interceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
          Filters Partition.lookup( LookupOperationContext ) call.
 ClonedServerEntry BaseInterceptor.lookup(NextInterceptor next, LookupOperationContext opContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.interceptor.context
 

Fields in org.apache.directory.server.core.interceptor.context declared as ClonedServerEntry
protected  ClonedServerEntry AbstractOperationContext.entry
          The entry associated with the target entry of this OperationContext
 

Methods in org.apache.directory.server.core.interceptor.context that return ClonedServerEntry
 ClonedServerEntry ModifyOperationContext.getAlteredEntry()
          Returns the entry after it has been renamed and potentially changed for Rdn alterations.
 ClonedServerEntry RenameOperationContext.getAlteredEntry()
          Returns the entry after it has been renamed and potentially changed for RDN alterations.
 ClonedServerEntry AbstractOperationContext.getEntry()
           
 ClonedServerEntry OperationContext.getEntry()
          Gets the server entry associated with the target DN of this OperationContext.
 ClonedServerEntry BindOperationContext.getEntry()
           
 ClonedServerEntry DeleteOperationContext.getEntry()
          Gets the deleted entry if cached.
 ClonedServerEntry AbstractOperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn, java.util.Collection<java.lang.String> byPassed)
           
 ClonedServerEntry OperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn, java.util.Collection<java.lang.String> byPass)
           
 ClonedServerEntry BindOperationContext.lookup(org.apache.directory.shared.ldap.name.DN dn, java.util.Collection<java.lang.String> byPassed)
           
 ClonedServerEntry AbstractOperationContext.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry OperationContext.lookup(LookupOperationContext lookupContext)
           
 ClonedServerEntry BindOperationContext.lookup(LookupOperationContext opContext)
           
 

Methods in org.apache.directory.server.core.interceptor.context with parameters of type ClonedServerEntry
 void ModifyOperationContext.setAlteredEntry(ClonedServerEntry alteredEntry)
          Set the modified entry once the operation has been proceced on the backend.
 void RenameOperationContext.setAlteredEntry(ClonedServerEntry alteredEntry)
          Set the modified entry once the operation has been proceced on the backend.
 void AbstractOperationContext.setEntry(ClonedServerEntry entry)
           
 void OperationContext.setEntry(ClonedServerEntry entry)
          Sets the server entry associated with the target DN of this OperationContext.
 void BindOperationContext.setEntry(ClonedServerEntry entry)
           
 void DeleteOperationContext.setEntry(ClonedServerEntry entry)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.normalization
 

Methods in org.apache.directory.server.core.normalization that return ClonedServerEntry
 ClonedServerEntry NormalizationInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Filters Partition.lookup( LookupOperationContext ) call.
 

Uses of ClonedServerEntry in org.apache.directory.server.core.operational
 

Methods in org.apache.directory.server.core.operational that return ClonedServerEntry
 ClonedServerEntry OperationalAttributeInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.partition
 

Methods in org.apache.directory.server.core.partition that return ClonedServerEntry
 ClonedServerEntry DefaultPartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
           
 ClonedServerEntry PartitionNexus.getRootDSE(GetRootDSEOperationContext getRootDSEContext)
          Get's the RootDSE entry for the DSA.
 ClonedServerEntry DefaultPartitionNexus.lookup(java.lang.Long id)
           
 ClonedServerEntry NullPartition.lookup(java.lang.Long id)
           
 ClonedServerEntry DefaultPartitionNexus.lookup(LookupOperationContext opContext)
           
 ClonedServerEntry Partition.lookup(LookupOperationContext lookupContext)
          Looks up an entry by distinguished/absolute name.
abstract  ClonedServerEntry AbstractPartition.lookup(LookupOperationContext lookupContext)
          This method calls Partition.lookup(LookupOperationContext) with null attributeIds by default.
 ClonedServerEntry NullPartition.lookup(LookupOperationContext lookupContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.partition.impl.btree
 

Methods in org.apache.directory.server.core.partition.impl.btree that return ClonedServerEntry
abstract  ClonedServerEntry BTreePartition.lookup(ID id)
           
 ClonedServerEntry BTreePartition.lookup(LookupOperationContext opContext)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.partition.ldif
 

Methods in org.apache.directory.server.core.partition.ldif that return ClonedServerEntry
 ClonedServerEntry LdifPartition.lookup(java.lang.Long id)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.core.schema
 

Methods in org.apache.directory.server.core.schema that return ClonedServerEntry
 ClonedServerEntry SchemaPartition.lookup(LookupOperationContext lookupContext)
           
 ClonedServerEntry SchemaInterceptor.lookup(NextInterceptor nextInterceptor, LookupOperationContext opContext)
          Search for an entry, using its DN.
 

Uses of ClonedServerEntry in org.apache.directory.server.core.sp
 

Methods in org.apache.directory.server.core.sp that return ClonedServerEntry
 ClonedServerEntry StoredProcExecutionManager.findStoredProcUnit(CoreSession session, java.lang.String fullSPName)
          Finds and returns a stored procedure unit entry whose identifier name is extracted from fullSPName.
 

Methods in org.apache.directory.server.core.sp with parameters of type ClonedServerEntry
 StoredProcEngine StoredProcExecutionManager.getStoredProcEngineInstance(ClonedServerEntry spUnitEntry)
          Initializes and returns a StoredProcEngine instance which can operate on spUnitEntry considering its specific stored procedure language.
 

Uses of ClonedServerEntry in org.apache.directory.server.core.subtree
 

Methods in org.apache.directory.server.core.subtree with parameters of type ClonedServerEntry
 boolean SubentryInterceptor.HideSubentriesFilter.accept(SearchingOperationContext operation, ClonedServerEntry entry)
           
 boolean SubentryInterceptor.HideEntriesFilter.accept(SearchingOperationContext operation, ClonedServerEntry entry)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.ldap.handlers
 

Methods in org.apache.directory.server.ldap.handlers that return ClonedServerEntry
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.
 

Methods in org.apache.directory.server.ldap.handlers with parameters of type ClonedServerEntry
 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)
           
 

Uses of ClonedServerEntry in org.apache.directory.server.xdbm
 

Methods in org.apache.directory.server.xdbm that return ClonedServerEntry
 ClonedServerEntry AbstractXdbmPartition.lookup(ID id)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.