You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CLOUDSTACK-594: Updating the XenServer java bindings used in cloudstack - part2
Updating the xenserver java bindings used in cloudstack. This is part 2 of the change and it introduces the latest java bindings published with XenServer 6.1.
1. https://reviews.apache.org/r/8566/ - removes the old bindings.
2. https://reviews.apache.org/r/8567/ - introduces the latest bindings.
3. https://reviews.apache.org/r/8568/ - adds the customization's made to them for cloudstack.
Signed-off-by: Chip Childers <chip.childers@gmail.com>
* This call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier
80
+
*
81
+
* @param subjectIdentifier A string containing the subject_identifier, unique in the external directory service
82
+
* @return key-value pairs containing at least a key called subject_name
* This calls queries the external directory service to obtain the transitively-closed set of groups that the the subject_identifier is member of.
98
+
*
99
+
* @param subjectIdentifier A string containing the subject_identifier, unique in the external directory service
100
+
* @return set of subject_identifiers that provides the group membership of subject_identifier passed as argument, it contains, recursively, all groups a subject_identifier is member of.
0 commit comments