Uses of Class
org.apache.ldap.server.invocation.Lookup

Packages that use Lookup
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 Lookup in org.apache.ldap.server.authz
 

Methods in org.apache.ldap.server.authz with parameters of type Lookup
protected  void AuthorizationService.process(NextInterceptor nextInterceptor, Lookup call)
           
 

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

Methods in org.apache.ldap.server.exception with parameters of type Lookup
protected  void ExceptionService.process(NextInterceptor nextInterceptor, Lookup call)
          Checks to make sure the entry being looked up exists other wise throws the appropriate LdapException.
 

Uses of Lookup in org.apache.ldap.server.interceptor
 

Methods in org.apache.ldap.server.interceptor with parameters of type Lookup
protected  void BaseInterceptor.process(NextInterceptor nextInterceptor, Lookup call)
           
 

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

Methods in org.apache.ldap.server.normalization with parameters of type Lookup
protected  void NormalizationService.process(NextInterceptor nextInterceptor, Lookup call)
           
 

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

Methods in org.apache.ldap.server.operational with parameters of type Lookup
protected  void OperationalAttributeService.process(NextInterceptor nextInterceptor, Lookup call)
           
 

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

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



Copyright © 2002-2005 . All Rights Reserved.