User and group identity functions are enhanced to enable the specification of user directories and unique identity attributes to identify users and groups that are hosted in a directory.
Function | Description |
---|---|
EssAddToGroupEx | Adds a user to the specified group. Similar to EssAddToGroup, but can accept a user directory specification or unique identity attribute. |
EssCreateExtGroup | Creates a group in the external user directory. |
EssDeleteFromGroupEx | Removes a user from a group. Similar to EssDeleteFromGroup, but can accept a user directory specification or unique identity attribute. |
EssDeleteGroupEx | Deletes an existing group. Similar to EssDeleteGroup, but can accept a user directory specification or unique identity attribute. |
EssDeleteUserEx | Deletes a user. Similar to EssDeleteUser, but can accept a user directory specification or unique identity attribute. |
EssGetApplicationAccessEx | Gets a list of user or group application access structures, which contain information about user or group access to applications. Similar to EssGetApplicationAccess, but can accept a user directory specification or unique identity attribute. |
EssGetDatabaseAccessEx | Gets a list of user database access structures, which contain information about user access to databases. Similar to EssGetDatabaseAccess, but can accept a user directory specification or unique identity attribute. |
EssGetGroupInfoEx | Gets a group information structure, which contains security information for the group. Similar to EssGetGroup, but can accept a user directory specification or unique identity attribute. |
EssGetGroupListEx | Gets the list of users who are members of a group or the list of groups to which the user belongs. Similar to EssGetGroupList, but can accept a user directory specification or unique identity attribute. |
EssGetUserInfoEx | Gets a user information structure, which contains security information for the user. Similar to EssGetUser, but can accept a user directory specification or unique identity attribute. |
EssKillRequestEx | Terminates specific user sessions or requests. Similar to EssKillRequest, but the input structure can include user directories and unique identity attributes. |
EssListConnectionsEx | Lists all users who are connected to the currently logged in server or application. Similar to EssListConnections, but includes users hosted in a user directory. |
EssListGroupsInfoEx | Lists all groups who have access to a particular Essbase Server, application or database. Similar to EssListGroups, but the group list structure can include user directories and unique identity attributes. |
EssListLocksEx | Lists all users who are connected to a specific application and database, together with a count of data blocks which they currently have locked. Similar to EssListLocks, but includes users hosted in a user directory. |
EssListLoginsEx | Returns the list of log in instances in the current session. Similar to EssListLogins, but includes users hosted in a user directory. |
EssListRequestsEx | Returns information about active sessions and requests. Similar to EssListRequests, but includes users hosted in a user directory. |
EssListUsersInfoEx | Lists all users who have access to a particular Essbase Server, application or database. Similar to EssListUsers, but the user list structure can include user directories and unique identity attributes. |
EssSetApplicationAccessEx | Sets a list of user application access structures, which contain information about user access to applications. Similar to EssSetApplicationAccess, but the input structure can include user directories and unique identity attributes. |
EssSetCalcListEx | Sets the calculation list accessible to the specified user or group. Similar to EssSetCalcList, but includes users and groups hosted in a user directory. |
EssSetDatabaseAccessEx | Sets a list of user database access structures, which contain information about user access to databases. Similar to EssSetDatabaseAccess, but the input structure can include user directories and unique identity attributes. |
EssSetFilterListEx | Sets the list of groups or users that are assigned to a filter. The count parameter controls the number of groups or users assigned to the filter. A count of zero removes all the groups or users from the list. |
EssSetGroupListEx | Sets the list of users who are members of a group. Similar to EssSetGroupList, but can accept a user directory specification or unique identity attribute. |