Operations on the Directory
The Policy Server calls the directory operations function(s) to let you define directory operations tasks for your custom directory. For example, if a user is using the stmndr Administrative UI to search for a user, the Policy Server calls SmDirLookup().
casso10
The Policy Server calls the directory operations function(s) to let you define directory operations tasks for your custom directory. For example, if a user is using the
CA Single Sign-On
Administrative UI to search for a user, the Policy Server calls SmDirLookup().Function Name | Use this function to: |
Insert a directory entry (user) into your custom directory. | |
Add a user or group to an existing group. | |
Assign a role to a user or to a group. | |
Retrieve a list of directory entries and corresponding class names. | |
Get the connection handle to the directory. | |
Get information about the object specified in the object parameter. | |
Retrieve the members of a user group. | |
Determine which instance handle is passed, and return the associated error message. Also used with directory entry (user) operations. | |
Retrieve the directory entries assigned to a role. | |
Look up a pattern in the directory. | |
Delete a directory entry (user) from your custom directory. | |
Remove a user or group from a existing group. | |
Remove a user or group from an assigned role. | |
Search on the criteria specified in the search filter parameter. | |
Return a count of the entries that meet the criteria specified in the parameters. | |
Determine which instance handle is passed, and validate that instance. Also used with directory entry (user) operations. | |
Perform any needed validation on the user ID. | |
Convert the credentials presented by the user to a user ID for the custom directory. |