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.exception   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.normalization   
org.apache.ldap.server.operational   
org.apache.ldap.server.schema   
 

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

Methods in org.apache.ldap.server.authn with parameters of type NextInterceptor
 void AuthenticationService.process(NextInterceptor nextProcessor, Invocation call)
           
 

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

Methods in org.apache.ldap.server.authz with parameters of type NextInterceptor
 void AuthorizationService.process(NextInterceptor nextInterceptor, Invocation call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Delete call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, HasEntry call)
          Note that we do nothing here.
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Modify call)
          This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, ModifyMany call)
          This policy needs to be really tight too because some attributes may take part in giving the user permissions to protected resources.
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, ModifyRN call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Move call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, MoveAndModifyRN call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Lookup call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Search call)
           
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, List call)
           
 

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

Methods in org.apache.ldap.server.exception with parameters of type NextInterceptor
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Add call)
          In the pre-invocation state this interceptor method checks to see if the entry to be added already exists.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Delete call)
          Checks to make sure the entry being deleted exists, and has no children, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, List call)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Lookup call)
          Checks to make sure the entry being looked up exists other wise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
          Checks to see the base being searched exists, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Modify call)
          Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, ModifyMany call)
          Checks to see the entry being modified exists, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, ModifyRN call)
          Checks to see the entry being renamed exists, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Move call)
          Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, MoveAndModifyRN call)
          Checks to see the entry being moved exists, and so does its parent, otherwise throws the appropriate LdapException.
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Search call)
          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 InterceptorChain.process(NextInterceptor nextInterceptor, Invocation invocation)
          Start invocation chain with the specified invocation.
 void BaseInterceptor.process(NextInterceptor nextInterceptor, Invocation call)
          Uses a switch on the invocation method type to call the respective member analog method that does the work of the Interceptor for that Invocation method.
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Add call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Delete call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, GetMatchedDN call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, GetSuffix call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, HasEntry call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, IsSuffix call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, List call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, ListSuffixes call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Lookup call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Modify call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, ModifyMany call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, ModifyRN call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Move call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, MoveAndModifyRN call)
           
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Search call)
           
 void Interceptor.process(NextInterceptor nextInterceptor, Invocation invocation)
          Filters a particular invocation.
 

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

Methods in org.apache.ldap.server.normalization with parameters of type NextInterceptor
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Add call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Delete call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Modify call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, ModifyMany call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, ModifyRN call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Move call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, MoveAndModifyRN call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Search call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, HasEntry call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, IsSuffix call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, List call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Lookup call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, GetMatchedDN call)
           
protected  void NormalizationService.process(NextInterceptor nextInterceptor, GetSuffix call)
           
 

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

Methods in org.apache.ldap.server.operational with parameters of type NextInterceptor
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Add call)
          Adds extra operational attributes to the entry before it is added.
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Modify call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, ModifyMany call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, ModifyRN call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Move call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, MoveAndModifyRN call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Lookup call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, List call)
           
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Search call)
           
 

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

Methods in org.apache.ldap.server.schema with parameters of type NextInterceptor
protected  void SchemaService.process(NextInterceptor nextInterceptor, List call)
           
protected  void SchemaService.process(NextInterceptor nextInterceptor, Search call)
           
protected  void SchemaService.process(NextInterceptor nextInterceptor, Lookup call)
           
protected  void SchemaService.process(NextInterceptor nextInterceptor, LookupWithAttrIds call)
           
 



Copyright © 2002-2005 . All Rights Reserved.