com.ca.jcs
Class AddOpContext

java.lang.Object
  extended by com.ca.jcs.PluginCoreContext
      extended by com.ca.jcs.AddOpContext

public class AddOpContext
extends PluginCoreContext

Context information made available to power-usage plug-ins (validators / converters) triggered by LDAP ADD requests.


Constructor Summary
AddOpContext(MetaConnector connector, MetaObjectClassMapping classMap, Attributes attributes)
           
 
Method Summary
 Attributes getAttributes()
          Return complete set of attributes provided in ADD request.
 MetaObjectClassMapping getClassMap()
          Contains metadata information for object targeted by an LDAP request.
 
Methods inherited from class com.ca.jcs.PluginCoreContext
getConnector
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddOpContext

public AddOpContext(MetaConnector connector,
                    MetaObjectClassMapping classMap,
                    Attributes attributes)
Method Detail

getAttributes

public Attributes getAttributes()
Return complete set of attributes provided in ADD request.


getClassMap

public MetaObjectClassMapping getClassMap()
Contains metadata information for object targeted by an LDAP request.



Created 2011-07-14 13:27 EST