com.ca.jcs
Class AddOpContext
java.lang.Object
com.ca.jcs.PluginCoreContext
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddOpContext
public AddOpContext(MetaConnector connector,
MetaObjectClassMapping classMap,
Attributes attributes)
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