aclColumn, CLASS_, CLOSE_PAREN, comma, correlation, dot, idColumn, nameColumn, OPEN_PAREN, passwordColumn, queryAll, urlValueColumn, usernameColumn, valueColumn, whereAll| Constructor and Description |
|---|
PluginDir(COM.FutureTense.Interfaces.ICS ics) |
PluginDir(COM.FutureTense.Interfaces.ICS ics,
boolean bEditAttributes) |
PluginDir(COM.FutureTense.Interfaces.ICS ics,
IDir idir) |
PluginDir(COM.FutureTense.Interfaces.ICS ics,
IDir dir,
boolean bEditAttributes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
Add attributes to an existing entry.
|
void |
addGroupMember(COM.FutureTense.Interfaces.ICS ics,
IName group,
IName member)
Add a user to a group.
|
java.util.Collection |
andSearch(COM.FutureTense.Interfaces.ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with matching attributes
(AND); searches under Properties.baseDN
|
java.util.Collection |
andSearch(COM.FutureTense.Interfaces.ICS ics,
IName parent,
Attributes matchingAttributes)
Simple search returns all entries with matching attributes
(AND)
|
void |
create(COM.FutureTense.Interfaces.ICS ics,
IName entry,
Attributes attributes)
Create an object.
|
void |
delete(COM.FutureTense.Interfaces.ICS ics,
IName dn)
Delete the specified 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.
|
java.util.Collection |
groupMembers(COM.FutureTense.Interfaces.ICS ics,
IName group)
List all direct members (users and groups) of the specified group
|
java.util.Collection |
groupMemberships(COM.FutureTense.Interfaces.ICS ics,
IName dn)
List all groups to which the specified entry directly belongs.
|
protected java.lang.String |
INameToPluginID(COM.FutureTense.Interfaces.ICS ics,
IName dn) |
java.util.Collection |
listUsers(COM.FutureTense.Interfaces.ICS ics)
Lists all users (descendants of Properties.peopleParent)
|
java.util.Collection |
orSearch(COM.FutureTense.Interfaces.ICS ics,
Attributes matchingAttributes)
Simple search returns all entries with attributes matching any of
those specified (OR); searches under Properties.baseDN
|
java.util.Collection |
orSearch(COM.FutureTense.Interfaces.ICS ics,
IName parent,
Attributes matchingAttributes)
Simple search returns all entries attributes matching any of
those specified (OR)
|
void |
removeGroupMember(COM.FutureTense.Interfaces.ICS ics,
IName group,
IName member)
Remove a user from a group.
|
void |
replaceAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
Replace the existing attribute value(s) with the specified
value(s).
|
addAttrs, 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, waitgroupHierarchicalMembers, groupHierarchicalMemberships, listGroups, listGroups, listUserspublic PluginDir(COM.FutureTense.Interfaces.ICS ics)
public PluginDir(COM.FutureTense.Interfaces.ICS ics,
boolean bEditAttributes)
public PluginDir(COM.FutureTense.Interfaces.ICS ics,
IDir idir)
public PluginDir(COM.FutureTense.Interfaces.ICS ics,
IDir dir,
boolean bEditAttributes)
public void create(COM.FutureTense.Interfaces.ICS ics,
IName entry,
Attributes attributes)
throws DirectoryException
IDircreate in interface IDircreate in class CSDirentry - Distinguished name of entry to be created.attributes - Attribute(s) to create for this entry. If
null, creates entry with no attributes.DirectoryExceptionpublic void delete(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
IDirdelete in interface IDirdelete in class CSDirdn - Distinguished name of entry to be deleted.DirectoryExceptionpublic java.util.Collection andSearch(COM.FutureTense.Interfaces.ICS ics,
Attributes matchingAttributes)
throws DirectoryException
IDirandSearch in interface IDirandSearch in class CSDirmatchingAttributes - The name value pairs to matchDirectoryExceptionpublic java.util.Collection andSearch(COM.FutureTense.Interfaces.ICS ics,
IName parent,
Attributes matchingAttributes)
throws DirectoryException
IDirandSearch in interface IDirandSearch in class CSDirparent - The entry under which to searchmatchingAttributes - The name value pairs to matchDirectoryExceptionpublic java.util.Collection orSearch(COM.FutureTense.Interfaces.ICS ics,
Attributes matchingAttributes)
throws DirectoryException
IDirorSearch in interface IDirorSearch in class CSDirmatchingAttributes - The name value pairs to matchDirectoryExceptionpublic java.util.Collection orSearch(COM.FutureTense.Interfaces.ICS ics,
IName parent,
Attributes matchingAttributes)
throws DirectoryException
IDirorSearch in interface IDirorSearch in class CSDirparent - The entry under which to searchmatchingAttributes - The name value pairs to matchDirectoryExceptionpublic void addAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDiraddAttrs in interface IDiraddAttrs in class CSDirdn - The distinguished name of the entry to which
attributes are added.attributes - Attributes to be added.DirectoryExceptionpublic void replaceAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDirreplaceAttrs in interface IDirreplaceAttrs in class CSDirdn - The distinguished name of the entry for which
attributes are being replaced.attributes - Attributes to be replaced.DirectoryExceptionpublic void deleteAttrs(COM.FutureTense.Interfaces.ICS ics,
IName dn,
Attributes attributes)
throws DirectoryException
IDirdeleteAttrs in interface IDirdeleteAttrs in class CSDirattributes - Attributes to be removed.DirectoryExceptionpublic void addGroupMember(COM.FutureTense.Interfaces.ICS ics,
IName group,
IName member)
throws DirectoryException
IUserDiraddGroupMember in interface IUserDiraddGroupMember in class CSDirics - The current ICS contextgroup - The distinguished name of the group.member - The distinguished name of the user.DirectoryException - If there is an error.public void removeGroupMember(COM.FutureTense.Interfaces.ICS ics,
IName group,
IName member)
throws DirectoryException
IUserDirremoveGroupMember in interface IUserDirremoveGroupMember in class CSDirics - The current ICS contextgroup - The distinguished name of the group.member - The distinguished name of the user.DirectoryException - If there is an error.public java.util.Collection listUsers(COM.FutureTense.Interfaces.ICS ics)
throws DirectoryException
IUserDirlistUsers in interface IUserDirlistUsers in class CSDirics - The current ICS contextDirectoryException - If there is an error.public java.util.Collection groupMembers(COM.FutureTense.Interfaces.ICS ics,
IName group)
throws DirectoryException
IUserDirgroupMembers in interface IUserDirgroupMembers in class CSDirics - The current ICS contextgroup - The distinguished name of the group.
If the common name is used and is not unique, the
Properties.groupParent property is used to distinguish
the name.DirectoryException - If there is an error.public Attributes getAttrs(COM.FutureTense.Interfaces.ICS ics, IName dn, java.lang.String[] attrIds) throws DirectoryException
IDirgetAttrs in interface IDirgetAttrs in class CSDirdn - 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.DirectoryExceptionpublic java.util.Collection groupMemberships(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
IUserDirgroupMemberships in interface IUserDirgroupMemberships in class CSDirics - The current ICS contextdn - The distinguished name of the entry.
If the common name is used and is not unique, the
Properties.groupParent property is used to distinguish
the name.DirectoryException - If there is an error.protected java.lang.String INameToPluginID(COM.FutureTense.Interfaces.ICS ics,
IName dn)
throws DirectoryException
DirectoryException