com.ca.jcs
Class PluginCoreContext
java.lang.Object
com.ca.jcs.PluginCoreContext
- Direct Known Subclasses:
- AddOpContext, ConverterModifyOpContext, ValidatorModifyOpContext
public class PluginCoreContext
- extends Object
Common context information which can be made available to power validator / converter plug-ins.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginCoreContext
public PluginCoreContext(MetaConnector connector)
getConnector
public MetaConnector getConnector()
- Parent connector to which LDAP request was submitted.
Created 2011-07-14 13:27 EST