Uses of Interface
org.apache.ldap.server.interceptor.NextInterceptor

Packages that use NextInterceptor
org.apache.ldap.server.authn   
org.apache.ldap.server.authz   
org.apache.ldap.server.collective   
org.apache.ldap.server.event   
org.apache.ldap.server.exception   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.normalization   
org.apache.ldap.server.operational   
org.apache.ldap.server.schema   
org.apache.ldap.server.subtree   
 

Uses of NextInterceptor in org.apache.ldap.server.authn
 

Methods in org.apache.ldap.server.authn with parameters of type NextInterceptor
 void AuthenticationService.add(NextInterceptor next, java.lang.String upName, javax.naming.Name normName, javax.naming.directory.Attributes entry)
           
 void AuthenticationService.delete(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.Name AuthenticationService.getMatchedName(NextInterceptor next, javax.naming.Name dn, boolean normalized)
           
 javax.naming.directory.Attributes AuthenticationService.getRootDSE(NextInterceptor next)
           
 javax.naming.Name AuthenticationService.getSuffix(NextInterceptor next, javax.naming.Name dn, boolean normalized)
           
 boolean AuthenticationService.hasEntry(NextInterceptor next, javax.naming.Name name)
           
 boolean AuthenticationService.isSuffix(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.NamingEnumeration AuthenticationService.list(NextInterceptor next, javax.naming.Name base)
           
 java.util.Iterator AuthenticationService.listSuffixes(NextInterceptor next, boolean normalized)
           
 javax.naming.directory.Attributes AuthenticationService.lookup(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.directory.Attributes AuthenticationService.lookup(NextInterceptor next, javax.naming.Name dn, java.lang.String[] attrIds)
           
 void AuthenticationService.modify(NextInterceptor next, javax.naming.Name name, int modOp, javax.naming.directory.Attributes mods)
           
 void AuthenticationService.modify(NextInterceptor next, javax.naming.Name name, javax.naming.directory.ModificationItem[] mods)
           
 void AuthenticationService.modifyRn(NextInterceptor next, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthenticationService.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName)
           
 void AuthenticationService.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration AuthenticationService.search(NextInterceptor next, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.authz
 

Methods in org.apache.ldap.server.authz with parameters of type NextInterceptor
 void AuthorizationService.add(NextInterceptor next, java.lang.String upName, javax.naming.Name normName, javax.naming.directory.Attributes entry)
           
 boolean AuthorizationService.compare(NextInterceptor next, javax.naming.Name name, java.lang.String oid, java.lang.Object value)
           
 void OldAuthorizationService.delete(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 void AuthorizationService.delete(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.Name AuthorizationService.getMatchedName(NextInterceptor next, javax.naming.Name dn, boolean normalized)
           
 boolean OldAuthorizationService.hasEntry(NextInterceptor nextInterceptor, javax.naming.Name name)
          Note that we do nothing here.
 boolean AuthorizationService.hasEntry(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.NamingEnumeration OldAuthorizationService.list(NextInterceptor nextInterceptor, javax.naming.Name base)
           
 javax.naming.NamingEnumeration AuthorizationService.list(NextInterceptor next, javax.naming.Name base)
           
 javax.naming.directory.Attributes OldAuthorizationService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.directory.Attributes AuthorizationService.lookup(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.directory.Attributes OldAuthorizationService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String[] attrIds)
           
 javax.naming.directory.Attributes AuthorizationService.lookup(NextInterceptor next, javax.naming.Name dn, java.lang.String[] attrIds)
           
 void OldAuthorizationService.modify(NextInterceptor nextInterceptor, javax.naming.Name 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, javax.naming.Name name, int modOp, javax.naming.directory.Attributes mods)
           
 void OldAuthorizationService.modify(NextInterceptor nextInterceptor, javax.naming.Name name, javax.naming.directory.ModificationItem[] 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, javax.naming.Name name, javax.naming.directory.ModificationItem[] mods)
           
 void OldAuthorizationService.modifyRn(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthorizationService.modifyRn(NextInterceptor next, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
           
 void OldAuthorizationService.move(NextInterceptor nextInterceptor, javax.naming.Name oriChildName, javax.naming.Name newParentName)
           
 void AuthorizationService.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName)
           
 void OldAuthorizationService.move(NextInterceptor nextInterceptor, javax.naming.Name oriChildName, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 void AuthorizationService.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration OldAuthorizationService.search(NextInterceptor nextInterceptor, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 javax.naming.NamingEnumeration AuthorizationService.search(NextInterceptor next, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.collective
 

Methods in org.apache.ldap.server.collective with parameters of type NextInterceptor
 javax.naming.NamingEnumeration CollectiveAttributeService.list(NextInterceptor nextInterceptor, javax.naming.Name base)
           
 javax.naming.directory.Attributes CollectiveAttributeService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.directory.Attributes CollectiveAttributeService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String[] attrIds)
           
 javax.naming.NamingEnumeration CollectiveAttributeService.search(NextInterceptor nextInterceptor, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.event
 

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

Uses of NextInterceptor in org.apache.ldap.server.exception
 

Methods in org.apache.ldap.server.exception with parameters of type NextInterceptor
 void ExceptionService.add(NextInterceptor nextInterceptor, java.lang.String upName, javax.naming.Name 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, javax.naming.Name 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, javax.naming.Name baseName)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 javax.naming.directory.Attributes ExceptionService.lookup(NextInterceptor nextInterceptor, javax.naming.Name 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, javax.naming.Name name, java.lang.String[] attrIds)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
 void ExceptionService.modify(NextInterceptor nextInterceptor, javax.naming.Name 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, javax.naming.Name name, javax.naming.directory.ModificationItem[] items)
          Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
 void ExceptionService.modifyRn(NextInterceptor nextInterceptor, javax.naming.Name 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, javax.naming.Name oriChildName, javax.naming.Name newParentName)
          Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
 void ExceptionService.move(NextInterceptor nextInterceptor, javax.naming.Name oriChildName, javax.naming.Name 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, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.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.ldap.server.interceptor
 

Methods in org.apache.ldap.server.interceptor with parameters of type NextInterceptor
 void Interceptor.add(NextInterceptor next, java.lang.String userProvidedName, javax.naming.Name normalizedName, javax.naming.directory.Attributes entry)
          Filters DirectoryPartition.add(String, Name, Attributes) call.
 void BaseInterceptor.add(NextInterceptor next, java.lang.String upName, javax.naming.Name normName, javax.naming.directory.Attributes entry)
           
 void Interceptor.addContextPartition(NextInterceptor next, DirectoryPartitionConfiguration cfg)
          Filters DirectoryPartitionNexus.addContextPartition(DirectoryPartitionConfiguration) call.
 void BaseInterceptor.addContextPartition(NextInterceptor next, DirectoryPartitionConfiguration cfg)
           
 boolean Interceptor.compare(NextInterceptor next, javax.naming.Name name, java.lang.String oid, java.lang.Object value)
          Filters DirectoryPartitionNexus.compare(Name,String,Object) call.
 boolean BaseInterceptor.compare(NextInterceptor next, javax.naming.Name name, java.lang.String oid, java.lang.Object value)
           
 void Interceptor.delete(NextInterceptor next, javax.naming.Name name)
          Filters DirectoryPartition.delete(Name) call.
 void BaseInterceptor.delete(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.Name Interceptor.getMatchedName(NextInterceptor next, javax.naming.Name name, boolean normalized)
          Filters DirectoryPartitionNexus.getMatchedName(Name, boolean) call.
 javax.naming.Name BaseInterceptor.getMatchedName(NextInterceptor next, javax.naming.Name dn, boolean normalized)
           
 javax.naming.directory.Attributes Interceptor.getRootDSE(NextInterceptor next)
          Filters DirectoryPartitionNexus.getRootDSE() call.
 javax.naming.directory.Attributes BaseInterceptor.getRootDSE(NextInterceptor next)
           
 javax.naming.Name Interceptor.getSuffix(NextInterceptor next, javax.naming.Name name, boolean normalized)
          Filters DirectoryPartitionNexus.getSuffix(Name, boolean) call.
 javax.naming.Name BaseInterceptor.getSuffix(NextInterceptor next, javax.naming.Name dn, boolean normalized)
           
 boolean Interceptor.hasEntry(NextInterceptor next, javax.naming.Name name)
          Filters DirectoryPartition.lookup(Name, String[]) call.
 boolean BaseInterceptor.hasEntry(NextInterceptor next, javax.naming.Name name)
           
 boolean Interceptor.isSuffix(NextInterceptor next, javax.naming.Name name)
          Filters DirectoryPartition.isSuffix(Name) call.
 boolean BaseInterceptor.isSuffix(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.NamingEnumeration Interceptor.list(NextInterceptor next, javax.naming.Name baseName)
          Filters DirectoryPartition.list(Name) call.
 javax.naming.NamingEnumeration BaseInterceptor.list(NextInterceptor next, javax.naming.Name base)
           
 java.util.Iterator Interceptor.listSuffixes(NextInterceptor next, boolean normalized)
          Filters DirectoryPartitionNexus.listSuffixes(boolean) call.
 java.util.Iterator BaseInterceptor.listSuffixes(NextInterceptor next, boolean normalized)
           
 javax.naming.directory.Attributes Interceptor.lookup(NextInterceptor next, javax.naming.Name name)
          Filters DirectoryPartition.lookup(Name) call.
 javax.naming.directory.Attributes BaseInterceptor.lookup(NextInterceptor next, javax.naming.Name name)
           
 javax.naming.directory.Attributes Interceptor.lookup(NextInterceptor next, javax.naming.Name dn, java.lang.String[] attrIds)
          Filters DirectoryPartition.lookup(Name, String[]) call.
 javax.naming.directory.Attributes BaseInterceptor.lookup(NextInterceptor next, javax.naming.Name dn, java.lang.String[] attrIds)
           
 void Interceptor.modify(NextInterceptor next, javax.naming.Name name, int modOp, javax.naming.directory.Attributes attributes)
          Filters DirectoryPartition.modify(Name, int, Attributes) call.
 void BaseInterceptor.modify(NextInterceptor next, javax.naming.Name name, int modOp, javax.naming.directory.Attributes mods)
           
 void Interceptor.modify(NextInterceptor next, javax.naming.Name name, javax.naming.directory.ModificationItem[] items)
          Filters DirectoryPartition.modify(Name, ModificationItem[]) call.
 void BaseInterceptor.modify(NextInterceptor next, javax.naming.Name name, javax.naming.directory.ModificationItem[] mods)
           
 void Interceptor.modifyRn(NextInterceptor next, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
          Filters DirectoryPartition.modifyRn(Name, String, boolean) call.
 void BaseInterceptor.modifyRn(NextInterceptor next, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
           
 void Interceptor.move(NextInterceptor next, javax.naming.Name oldName, javax.naming.Name newParentName)
          Filters DirectoryPartition.move(Name, Name) call.
 void BaseInterceptor.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName)
           
 void Interceptor.move(NextInterceptor next, javax.naming.Name oldName, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
          Filters DirectoryPartition.move(Name, Name, String, boolean) call.
 void BaseInterceptor.move(NextInterceptor next, javax.naming.Name oriChildName, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 void Interceptor.removeContextPartition(NextInterceptor next, javax.naming.Name suffix)
          Filters DirectoryPartitionNexus.removeContextPartition(Name) call.
 void BaseInterceptor.removeContextPartition(NextInterceptor next, javax.naming.Name suffix)
           
 javax.naming.NamingEnumeration Interceptor.search(NextInterceptor next, javax.naming.Name baseName, java.util.Map environment, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchControls)
          Filters DirectoryPartition.search(Name, Map, ExprNode, SearchControls) call.
 javax.naming.NamingEnumeration BaseInterceptor.search(NextInterceptor next, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.normalization
 

Methods in org.apache.ldap.server.normalization with parameters of type NextInterceptor
 void NormalizationService.add(NextInterceptor nextInterceptor, java.lang.String upName, javax.naming.Name normName, javax.naming.directory.Attributes attrs)
           
 boolean NormalizationService.compare(NextInterceptor next, javax.naming.Name name, java.lang.String oid, java.lang.Object value)
           
 void NormalizationService.delete(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.Name NormalizationService.getMatchedName(NextInterceptor nextInterceptor, javax.naming.Name name, boolean normalized)
           
 javax.naming.Name NormalizationService.getSuffix(NextInterceptor nextInterceptor, javax.naming.Name name, boolean normalized)
           
 boolean NormalizationService.hasEntry(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 boolean NormalizationService.isSuffix(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.NamingEnumeration NormalizationService.list(NextInterceptor nextInterceptor, javax.naming.Name base)
           
 javax.naming.directory.Attributes NormalizationService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.directory.Attributes NormalizationService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String[] attrIds)
           
 void NormalizationService.modify(NextInterceptor nextInterceptor, javax.naming.Name name, int modOp, javax.naming.directory.Attributes attrs)
           
 void NormalizationService.modify(NextInterceptor nextInterceptor, javax.naming.Name name, javax.naming.directory.ModificationItem[] items)
           
 void NormalizationService.modifyRn(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String newRn, boolean deleteOldRn)
           
 void NormalizationService.move(NextInterceptor nextInterceptor, javax.naming.Name name, javax.naming.Name newParentName)
           
 void NormalizationService.move(NextInterceptor nextInterceptor, javax.naming.Name name, javax.naming.Name newParentName, java.lang.String newRn, boolean deleteOldRn)
           
 javax.naming.NamingEnumeration NormalizationService.search(NextInterceptor nextInterceptor, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.operational
 

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

Uses of NextInterceptor in org.apache.ldap.server.schema
 

Methods in org.apache.ldap.server.schema with parameters of type NextInterceptor
 javax.naming.NamingEnumeration SchemaService.list(NextInterceptor nextInterceptor, javax.naming.Name base)
           
 javax.naming.directory.Attributes SchemaService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name)
           
 javax.naming.directory.Attributes SchemaService.lookup(NextInterceptor nextInterceptor, javax.naming.Name name, java.lang.String[] attrIds)
           
 void SchemaService.modify(NextInterceptor next, javax.naming.Name name, int modOp, javax.naming.directory.Attributes mods)
           
 void SchemaService.modify(NextInterceptor next, javax.naming.Name name, javax.naming.directory.ModificationItem[] mods)
           
 javax.naming.NamingEnumeration SchemaService.search(NextInterceptor nextInterceptor, javax.naming.Name base, java.util.Map env, org.apache.ldap.common.filter.ExprNode filter, javax.naming.directory.SearchControls searchCtls)
           
 

Uses of NextInterceptor in org.apache.ldap.server.subtree
 

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



Copyright © 2002-2005 . All Rights Reserved.