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

Packages that use Invocation
org.apache.ldap.server.authn   
org.apache.ldap.server.authz   
org.apache.ldap.server.interceptor   
org.apache.ldap.server.invocation   
org.apache.ldap.server.jndi   
 

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

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

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

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

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

Methods in org.apache.ldap.server.interceptor that return Invocation
 Invocation InterceptorException.getInvocation()
          Gets the invovation object this exception is associated with.
 

Methods in org.apache.ldap.server.interceptor with parameters of type Invocation
 void InterceptorChain.process(NextInterceptor nextInterceptor, Invocation invocation)
          Start invocation chain with the specified invocation.
static LdapPrincipal BaseInterceptor.getPrincipal(Invocation call)
          Gets the call's current context's Principal.
 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.
 void NextInterceptor.process(Invocation incovation)
          Passes the control of current invocation to the next Interceptor in the InterceptorChain.
 void Interceptor.process(NextInterceptor nextInterceptor, Invocation invocation)
          Filters a particular invocation.
 

Constructors in org.apache.ldap.server.interceptor with parameters of type Invocation
InterceptorException(Interceptor interceptor, Invocation invocation)
          Creates an InterceptorException without a message.
InterceptorException(Interceptor interceptor, Invocation invocation, java.lang.String explanation)
          Creates an InterceptorException with a custom message.
InterceptorException(Interceptor interceptor, Invocation invocation, java.lang.Throwable rootCause)
          Creates an InterceptorException without a message.
InterceptorException(Interceptor interceptor, Invocation invocation, java.lang.String explanation, java.lang.Throwable rootCause)
          Creates an InterceptorException without a message.
 

Uses of Invocation in org.apache.ldap.server.invocation
 

Subclasses of Invocation in org.apache.ldap.server.invocation
 class Add
          Represents an Invocation on BackingStore.add(String, Name, Attributes).
 class Delete
          Represents an Invocation on BackingStore.delete(Name).
 class GetMatchedDN
          Represents an Invocation on PartitionNexus.getMatchedDn(Name, boolean).
 class GetSuffix
          Represents an Invocation on ContextPartition.getSuffix(boolean).
 class HasEntry
          Represents an Invocation on BackingStore.hasEntry(Name).
 class IsSuffix
          Represents an Invocation on BackingStore.isSuffix(Name).
 class List
          Represents an Invocation on BackingStore.list(Name).
 class ListSuffixes
          Represents an Invocation on PartitionNexus.listSuffixes(boolean).
 class Lookup
          Represents an Invocation on BackingStore.lookup(Name).
 class LookupWithAttrIds
          Represents an Invocation on BackingStore.lookup(Name, String[]).
 class Modify
          Represents an Invocation on BackingStore.modify(Name, int, Attributes).
 class ModifyMany
          Represents an Invocation on BackingStore.modify(Name, ModificationItem[]).
 class ModifyRN
          Represents an Invocation on BackingStore.modifyRn(Name, String, boolean).
 class Move
          Represents an Invocation on BackingStore.move(Name, Name).
 class MoveAndModifyRN
          Represents an Invocation on BackingStore.move(Name, Name, String, boolean).
 class Search
          Represents an Invocation on BackingStore.search(Name, Map, ExprNode, SearchControls).
 

Uses of Invocation in org.apache.ldap.server.jndi
 

Methods in org.apache.ldap.server.jndi with parameters of type Invocation
 java.lang.Object JndiProvider.invoke(Invocation call)
           
 



Copyright © 2002-2005 . All Rights Reserved.