Uses of Interface
org.apache.directory.server.core.interceptor.NextInterceptor

Packages that use NextInterceptor
org.apache.directory.server.core.authn   
org.apache.directory.server.core.authz   
org.apache.directory.server.core.collective   
org.apache.directory.server.core.event   
org.apache.directory.server.core.exception   
org.apache.directory.server.core.interceptor   
org.apache.directory.server.core.normalization   
org.apache.directory.server.core.operational   
org.apache.directory.server.core.referral   
org.apache.directory.server.core.schema Contains interfaces for schema object registry services and simple POJO implementations of these services. 
org.apache.directory.server.core.subtree   
 

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

Methods in org.apache.directory.server.core.authn with parameters of type NextInterceptor
 void AuthenticationService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 void AuthenticationService.bind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn, byte[] credentials, java.util.List mechanisms, java.lang.String saslAuthId)
           
 void AuthenticationService.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 org.apache.directory.shared.ldap.name.LdapDN AuthenticationService.getMatchedName(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn)
           
 javax.naming.directory.Attributes AuthenticationService.getRootDSE(NextInterceptor next)
           
 org.apache.directory.shared.ldap.name.LdapDN AuthenticationService.getSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn)
           
 boolean AuthenticationService.hasEntry(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 boolean AuthenticationService.isSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.NamingEnumeration AuthenticationService.list(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base)
           
 java.util.Iterator AuthenticationService.listSuffixes(NextInterceptor next)
           
 javax.naming.directory.Attributes AuthenticationService.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes AuthenticationService.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn, java.lang.String[] attrIds)
           
 void AuthenticationService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void AuthenticationService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void AuthenticationService.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthenticationService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void AuthenticationService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration AuthenticationService.search(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

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

Methods in org.apache.directory.server.core.authz with parameters of type NextInterceptor
 void AuthorizationService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 boolean AuthorizationService.compare(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String oid, java.lang.Object value)
           
 void DefaultAuthorizationService.delete(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 void AuthorizationService.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 org.apache.directory.shared.ldap.name.LdapDN AuthorizationService.getMatchedName(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn)
           
 boolean DefaultAuthorizationService.hasEntry(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
          Note that we do nothing here.
 boolean AuthorizationService.hasEntry(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.NamingEnumeration DefaultAuthorizationService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.NamingEnumeration AuthorizationService.list(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.directory.Attributes DefaultAuthorizationService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes AuthorizationService.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes DefaultAuthorizationService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
           
 javax.naming.directory.Attributes AuthorizationService.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn, java.lang.String[] attrIds)
           
 void DefaultAuthorizationService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes attrs)
          This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
 void AuthorizationService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void DefaultAuthorizationService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] items)
          This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
 void AuthorizationService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void DefaultAuthorizationService.modifyRn(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthorizationService.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void DefaultAuthorizationService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void AuthorizationService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void DefaultAuthorizationService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthorizationService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration DefaultAuthorizationService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 javax.naming.NamingEnumeration AuthorizationService.search(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

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

Methods in org.apache.directory.server.core.collective with parameters of type NextInterceptor
 void CollectiveAttributeService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 javax.naming.NamingEnumeration CollectiveAttributeService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.directory.Attributes CollectiveAttributeService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes CollectiveAttributeService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
           
 void CollectiveAttributeService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, int modOp, javax.naming.directory.Attributes mods)
           
 void CollectiveAttributeService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 javax.naming.NamingEnumeration CollectiveAttributeService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.directory.server.core.event
 

Methods in org.apache.directory.server.core.event with parameters of type NextInterceptor
 void EventService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 void EventService.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 void EventService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void EventService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void EventService.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void EventService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void EventService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 

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

Methods in org.apache.directory.server.core.exception with parameters of type NextInterceptor
 void ExceptionService.add(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
          In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
 void ExceptionService.delete(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
          Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
 javax.naming.NamingEnumeration ExceptionService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN baseName)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 javax.naming.directory.Attributes ExceptionService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
          Checks to make sure the entry being looked up exists other wise throws the appropriate LdapException.
 javax.naming.directory.Attributes ExceptionService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 void ExceptionService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes attrs)
          Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
 void ExceptionService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] items)
          Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
 void ExceptionService.modifyRn(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN dn, java.lang.String newRn, boolean deleteOldRn)
          Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
 void ExceptionService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
          Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
 void ExceptionService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
          Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
 javax.naming.NamingEnumeration ExceptionService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
          Checks to see the entry being searched exists, otherwise throws the appropriate LdapException.
 

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

Methods in org.apache.directory.server.core.interceptor with parameters of type NextInterceptor
 void Interceptor.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, javax.naming.directory.Attributes entry)
          Filters Partition.add(org.apache.directory.shared.ldap.name.LdapDN,javax.naming.directory.Attributes) call.
 void BaseInterceptor.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 void Interceptor.addContextPartition(NextInterceptor next, PartitionConfiguration cfg)
          Filters PartitionNexus.addContextPartition(PartitionConfiguration) call.
 void BaseInterceptor.addContextPartition(NextInterceptor next, PartitionConfiguration cfg)
           
 void Interceptor.bind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn, byte[] credentials, java.util.List mechanisms, java.lang.String saslAuthId)
          Filters Partition.bind(org.apache.directory.shared.ldap.name.LdapDN,byte[],java.util.List,String) call.
 void BaseInterceptor.bind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn, byte[] credentials, java.util.List mechanisms, java.lang.String saslAuthId)
           
 boolean Interceptor.compare(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String oid, java.lang.Object value)
          Filters PartitionNexus.compare(org.apache.directory.shared.ldap.name.LdapDN,String,Object) call.
 boolean BaseInterceptor.compare(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String oid, java.lang.Object value)
           
 void Interceptor.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters Partition.delete(org.apache.directory.shared.ldap.name.LdapDN) call.
 void BaseInterceptor.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 org.apache.directory.shared.ldap.name.LdapDN Interceptor.getMatchedName(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters PartitionNexus.getMatchedName(org.apache.directory.shared.ldap.name.LdapDN) call.
 org.apache.directory.shared.ldap.name.LdapDN BaseInterceptor.getMatchedName(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn)
           
 javax.naming.directory.Attributes Interceptor.getRootDSE(NextInterceptor next)
          Filters PartitionNexus.getRootDSE() call.
 javax.naming.directory.Attributes BaseInterceptor.getRootDSE(NextInterceptor next)
           
 org.apache.directory.shared.ldap.name.LdapDN Interceptor.getSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters PartitionNexus.getSuffix(org.apache.directory.shared.ldap.name.LdapDN) call.
 org.apache.directory.shared.ldap.name.LdapDN BaseInterceptor.getSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn)
           
 boolean Interceptor.hasEntry(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters Partition.lookup(org.apache.directory.shared.ldap.name.LdapDN,String[]) call.
 boolean BaseInterceptor.hasEntry(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 boolean Interceptor.isSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters Partition.isSuffix(org.apache.directory.shared.ldap.name.LdapDN) call.
 boolean BaseInterceptor.isSuffix(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.NamingEnumeration Interceptor.list(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN baseName)
          Filters Partition.list(org.apache.directory.shared.ldap.name.LdapDN) call.
 javax.naming.NamingEnumeration BaseInterceptor.list(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base)
           
 java.util.Iterator Interceptor.listSuffixes(NextInterceptor next)
          Filters PartitionNexus.listSuffixes() call.
 java.util.Iterator BaseInterceptor.listSuffixes(NextInterceptor next)
           
 javax.naming.directory.Attributes Interceptor.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
          Filters Partition.lookup(org.apache.directory.shared.ldap.name.LdapDN) call.
 javax.naming.directory.Attributes BaseInterceptor.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes Interceptor.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn, java.lang.String[] attrIds)
          Filters Partition.lookup(org.apache.directory.shared.ldap.name.LdapDN,String[]) call.
 javax.naming.directory.Attributes BaseInterceptor.lookup(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN dn, java.lang.String[] attrIds)
           
 void Interceptor.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes attributes)
          Filters Partition.modify(org.apache.directory.shared.ldap.name.LdapDN,int,javax.naming.directory.Attributes) call.
 void BaseInterceptor.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void Interceptor.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] items)
          Filters Partition#modify(org.apache.directory.shared.ldap.name.LdapDN,javax.naming.directory.ModificationItem[]) call.
 void BaseInterceptor.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void Interceptor.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
          Filters Partition.modifyRn(org.apache.directory.shared.ldap.name.LdapDN,String,boolean) call.
 void BaseInterceptor.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void Interceptor.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oldName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
          Filters Partition.move(org.apache.directory.shared.ldap.name.LdapDN,org.apache.directory.shared.ldap.name.LdapDN) call.
 void BaseInterceptor.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void Interceptor.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oldName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
          Filters Partition.move(org.apache.directory.shared.ldap.name.LdapDN,org.apache.directory.shared.ldap.name.LdapDN,String,boolean) call.
 void BaseInterceptor.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 void Interceptor.removeContextPartition(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN suffix)
          Filters PartitionNexus.removeContextPartition(org.apache.directory.shared.ldap.name.LdapDN) call.
 void BaseInterceptor.removeContextPartition(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN suffix)
           
 javax.naming.NamingEnumeration Interceptor.search(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN baseName, java.util.Map environment, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchControls)
          Filters Partition.search(org.apache.directory.shared.ldap.name.LdapDN,java.util.Map,org.apache.directory.shared.ldap.filter.ExprNode,javax.naming.directory.SearchControls) call.
 javax.naming.NamingEnumeration BaseInterceptor.search(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 void Interceptor.unbind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn)
          Filters Partition.unbind(org.apache.directory.shared.ldap.name.LdapDN) call.
 void BaseInterceptor.unbind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn)
           
 

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

Methods in org.apache.directory.server.core.normalization with parameters of type NextInterceptor
 void NormalizationService.add(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, javax.naming.directory.Attributes attrs)
           
 void NormalizationService.addContextPartition(NextInterceptor next, PartitionConfiguration cfg)
           
 void NormalizationService.bind(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN bindDn, byte[] credentials, java.util.List mechanisms, java.lang.String saslAuthId)
           
 boolean NormalizationService.compare(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String oid, java.lang.Object value)
           
 void NormalizationService.delete(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 org.apache.directory.shared.ldap.name.LdapDN NormalizationService.getMatchedName(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 org.apache.directory.shared.ldap.name.LdapDN NormalizationService.getSuffix(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 boolean NormalizationService.hasEntry(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 boolean NormalizationService.isSuffix(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.NamingEnumeration NormalizationService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.directory.Attributes NormalizationService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes NormalizationService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
           
 void NormalizationService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes attrs)
           
 void NormalizationService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] items)
           
 void NormalizationService.modifyRn(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void NormalizationService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void NormalizationService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 void NormalizationService.removeContextPartition(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN suffix)
           
 javax.naming.NamingEnumeration NormalizationService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

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

Methods in org.apache.directory.server.core.operational with parameters of type NextInterceptor
 void OperationalAttributeService.add(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
          Adds extra operational attributes to the entry before it is added.
 javax.naming.NamingEnumeration OperationalAttributeService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.directory.Attributes OperationalAttributeService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.directory.Attributes OperationalAttributeService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
           
 void OperationalAttributeService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes attrs)
           
 void OperationalAttributeService.modify(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] items)
           
 void OperationalAttributeService.modifyRn(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void OperationalAttributeService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void OperationalAttributeService.move(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration OperationalAttributeService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.directory.server.core.referral
 

Methods in org.apache.directory.server.core.referral with parameters of type NextInterceptor
 void ReferralService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
          Handling a Add operation at the Referral level.
 void ReferralService.addContextPartition(NextInterceptor next, PartitionConfiguration cfg)
           
 boolean ReferralService.compare(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, java.lang.String oid, java.lang.Object value)
           
 void ReferralService.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName)
           
 void ReferralService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void ReferralService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void ReferralService.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oldName, java.lang.String newRdn, boolean deleteOldRdn)
           
 void ReferralService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oldName, org.apache.directory.shared.ldap.name.LdapDN newParent)
           
 void ReferralService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oldName, org.apache.directory.shared.ldap.name.LdapDN newParent, java.lang.String newRdn, boolean deleteOldRdn)
           
 void ReferralService.removeContextPartition(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN suffix)
           
 javax.naming.NamingEnumeration ReferralService.search(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls controls)
           
 

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

Methods in org.apache.directory.server.core.schema with parameters of type NextInterceptor
 void SchemaService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes attrs)
          Check that all the attributes exist in the schema for this entry.
 javax.naming.NamingEnumeration SchemaService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 javax.naming.directory.Attributes SchemaService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name)
          Search for an entry, using its DN.
 javax.naming.directory.Attributes SchemaService.lookup(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String[] attrIds)
           
 void SchemaService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
          Check that the modify operations are allowed, and the conform to the schema.
 void SchemaService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 javax.naming.NamingEnumeration SchemaService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

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

Methods in org.apache.directory.server.core.subtree with parameters of type NextInterceptor
 void SubentryService.add(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN normName, javax.naming.directory.Attributes entry)
           
 void SubentryService.delete(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name)
           
 javax.naming.NamingEnumeration SubentryService.list(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base)
           
 void SubentryService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, int modOp, javax.naming.directory.Attributes mods)
           
 void SubentryService.modify(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, org.apache.directory.shared.ldap.message.ModificationItemImpl[] mods)
           
 void SubentryService.modifyRn(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN name, java.lang.String newRn, boolean deleteOldRn)
           
 void SubentryService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName)
           
 void SubentryService.move(NextInterceptor next, org.apache.directory.shared.ldap.name.LdapDN oriChildName, org.apache.directory.shared.ldap.name.LdapDN newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration SubentryService.search(NextInterceptor nextInterceptor, org.apache.directory.shared.ldap.name.LdapDN base, java.util.Map env, org.apache.directory.shared.ldap.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 



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