|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |