aclColumn, CLASS_, CLOSE_PAREN, comma, correlation, dot, idColumn, nameColumn, OPEN_PAREN, passwordColumn, queryAll, urlValueColumn, usernameColumn, valueColumn, whereAll| Constructor and Description |
|---|
NTDir(COM.FutureTense.Interfaces.ICS ics) |
NTDir(COM.FutureTense.Interfaces.ICS ics,
IDir dir) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
Add attributes to an existing entry.
|
void |
deleteAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
Delete the specified attributes from the specified entry.
|
Attributes |
getAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
java.lang.String[] attrIds)
Retrieve the specified attributes from the specified entry.
|
protected IName |
getUserID(COM.FutureTense.Interfaces.ICS ics,
IName ntID) |
protected java.lang.String |
INameToPluginID(COM.FutureTense.Interfaces.ICS ics,
IName dn) |
void |
replaceAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
Replace the existing attribute value(s) with the specified
value(s).
|
addGroupMember, andSearch, andSearch, create, delete, groupMembers, groupMemberships, listUsers, orSearch, orSearch, removeGroupMemberaddAttrs, children, deleteAttrs, doGroupSearch, doUserSearch, getGroupName, getID, getRequiredColumn, getSpecialAtts, getSystemUserAttrs, groupHierarchicalMembers, groupHierarchicalMemberships, listGroups, listGroups, listUsers, restoreVar, setVar, verifyIListclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandSearch, andSearch, children, create, delete, orSearch, orSearchaddGroupMember, groupHierarchicalMembers, groupHierarchicalMemberships, groupMembers, groupMemberships, listGroups, listGroups, listUsers, listUsers, removeGroupMemberpublic NTDir(COM.FutureTense.Interfaces.ICS ics)
public NTDir(COM.FutureTense.Interfaces.ICS ics,
IDir dir)
public void addAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDiraddAttrs in interface IDiraddAttrs in class PluginDirdn - The distinguished name of the entry to which
attributes are added.attributes - Attributes to be added.DirectoryExceptionpublic void deleteAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDirdeleteAttrs in interface IDirdeleteAttrs in class PluginDirattributes - Attributes to be removed.DirectoryExceptionpublic void replaceAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDirreplaceAttrs in interface IDirreplaceAttrs in class PluginDirdn - The distinguished name of the entry for which
attributes are being replaced.attributes - Attributes to be replaced.DirectoryExceptionpublic Attributes getAttrs(COM.FutureTense.Interfaces.ICS ics, IName dn, java.lang.String[] attrIds) throws DirectoryException
IDirgetAttrs in interface IDirgetAttrs in class PluginDirdn - The distinguished name of the entry for which
attributes are being retrieved.attrIds - The identifiers of the attributes to
retrieve. null indicates that all attributes should be
retrieved; an empty array indicates that none should be
retrieved.DirectoryExceptionprotected java.lang.String INameToPluginID(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
INameToPluginID in class PluginDirDirectoryExceptionprotected IName getUserID(COM.FutureTense.Interfaces.ICS ics, IName ntID) throws DirectoryException
DirectoryException