org.apache.ldap.server.interceptor
Class InterceptorContext
java.lang.Object
org.apache.ldap.server.interceptor.InterceptorContext
- public class InterceptorContext
- extends java.lang.Object
- Version:
- $Rev: 159316 $, $Date: 2005-03-28 17:20:10 -0500 (Mon, 28 Mar 2005) $
- Author:
- Apache Directory Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorContext
public InterceptorContext(java.util.Map environment,
SystemPartition systemPartition,
GlobalRegistries globalRegistries,
RootNexus rootNexus,
java.util.Map config)
getEnvironment
public java.util.Map getEnvironment()
getConfig
public java.util.Map getConfig()
getGlobalRegistries
public GlobalRegistries getGlobalRegistries()
getRootNexus
public RootNexus getRootNexus()
getSystemPartition
public SystemPartition getSystemPartition()