|
SiteMinder Java SDK r12.0 SP3 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netegrity.sdk.dmsapi.SmDmsObject
com.netegrity.sdk.dmsapi.SmDmsGroup
public class SmDmsGroup
Represents a group object in an organization.
Groups are sets of objects that have something in common--for example, a group of employees who have been with the company for less than a year. With group objects, users can be assigned privileges collectively instead of individually.
| Field Summary |
|---|
| Fields inherited from class com.netegrity.sdk.dmsapi.SmDmsObject |
|---|
DMSOBJECT_CLASS_DIRECTORY, DMSOBJECT_CLASS_GROUP, DMSOBJECT_CLASS_ORGANIZATION, DMSOBJECT_CLASS_ROLE, DMSOBJECT_CLASS_UNKNOWN, DMSOBJECT_CLASS_USER |
| Method Summary | |
|---|---|
SmApiResult |
getMembers(SmDmsCursor cursorObj,
java.util.Vector attrNames,
java.util.Vector members,
int direction)
Gets the members of a group, and also gets information about the attributes specified in attrNames. |
SmApiResult |
getMembers(java.util.Vector members)
Gets the members of a group. |
| Methods inherited from class com.netegrity.sdk.dmsapi.SmDmsObject |
|---|
addObject, addToGroup, clearAttributes, deleteObject, getApiSession, getAttribute, getAttributes, getClassId, getDmsConfig, getDn, getGroups, getGroups, getObject, getObject, getOrganizationDn, getRealm, getUserDirectory, getVersion, isActiveDir, modifyObject, modifyObjectClass, newDmsObject, readAttributes, removeFromGroup, setActiveDir, setAttribute, setAttributes, setClassId, toString, writeAttributes |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public SmApiResult getMembers(java.util.Vector members)
throws SmApiException
Gets the members of a group.
To retrieve member names and selected attribute information, callgetMembers(SmDmsCursor, Vector, Vector, int).
getMembers() is not
supported with ODBC databases. Use an
SmDmsOrganization.search...
method instead.
members - When this method returns successfully,
this output parameter is filled with a
Vector of strings containing the distinguished
names of group members.
SmApiException
public SmApiResult getMembers(SmDmsCursor cursorObj,
java.util.Vector attrNames,
java.util.Vector members,
int direction)
throws SmApiException
Gets the members of a group, and also gets information about the
attributes specified in attrNames.
SmDmsCursor.
getMembers(Vector).
getMembers() is not
supported with ODBC databases. Use an
SmDmsOrganization.search...
method instead.
members - When this method returns successfully, this
output parameter is filled with a Vector of
SmDmsObject objects containing
the distinguished names of the group members
and the specified attribute information.attrNames - Vector of strings containing the names
of the attributes to retrieve.cursorObj - The object containing sorting and paging information.direction - The search direction. One of the following:
SmDmsSearch.Forward
SmDmsSearch.Back
SmDmsSearch.Refresh
SmDmsSearch.Reset
SmApiException
|
Java SDK r12.0 SP3 Fri 03/11/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||