|
SiteMinder Java SDK r12.51 |
||||||||
| 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.SmDmsRole
public class SmDmsRole
Represents a DMS role object within an organization.
A role describes a user’s function in an organization. This allows the user to be managed with other users who have the same privileges. For example, a user who can order items online and view an inventory list may have the rolebuyer.buyer to
access the protected resource orderform.html.
| 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(java.util.Vector members)
Gets the members associated with a role. |
SmApiResult |
getMembersNoAdminCheck(java.util.Vector members)
|
| 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 associated with a role.
This method requires an organization administrator session or higher.
members - Vector output parameter containing the distinguished names
of role members (String).
SmApiException
public SmApiResult getMembersNoAdminCheck(java.util.Vector members)
throws SmApiException
SmApiException
|
Java SDK r12.51 Mon 04/08/2013 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||