User management functionality is provided in the DMS API. However, the Policy Management API provides methods for getting and setting user attributes. These methods are in the SmUserDirectory class.
For example:
The following methods act on user directory objects. Unless otherwise specified, the methods listed in this section are in the class SmPolicyApiImpl. You create user directory objects by instantiating SmUserDirectory.
Method |
Description |
---|---|
addUserDirectory() |
Adds a user directory object to the policy store. |
addUserDirToDomain() |
Associates an existing user directory with a domain. |
deleteUserDirectory() |
Deletes a user directory. |
getDirectoryContents() |
Gets a list of distinguished names and classes for the specified user directory. |
getUserDirectory() |
Gets the contents of a user directory. |
getUserDirSearchOrder() |
Retrieves the search order of user directories for a domain by retrieving a vector of user directory names. |
lookupDirectory() |
Gets a list of distinguished names and classes for the specified user directory and search pattern. |
modifyUserDirectory() |
Modifies a user directory. |
removeUserDirFromDomain() |
Disassociates an existing user directory from a domain. |
setUserDirSearchOrder() |
Sets the search order of user directories in a domain. |
Copyright © 2015 CA Technologies.
All rights reserved.
|
|