com.ca.jcs
Class PluginCoreContext

java.lang.Object
  extended by 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.


Constructor Summary
PluginCoreContext(MetaConnector connector)
           
 
Method Summary
 MetaConnector getConnector()
          Parent connector to which LDAP request was submitted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginCoreContext

public PluginCoreContext(MetaConnector connector)
Method Detail

getConnector

public MetaConnector getConnector()
Parent connector to which LDAP request was submitted.



Created 2011-07-14 13:27 EST