View Source XenAPI.Auth (XenAPI v0.1.2)

Link to this section Summary

Functions

This calls queries the external directory service to obtain the transitively-closed set of groups that the the subject_identifier is member of.

This calls queries the external directory service to obtain the transitively-closed set of groups that the the subject_identifier is member of. (Raise error on XMLRPC failure)

This call queries the external directory service to obtain the subject_identifier as a string from the human-readable subject_name

This call queries the external directory service to obtain the subject_identifier as a string from the human-readable subject_name (Raise error on XMLRPC failure)

This call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier

This call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier (Raise error on XMLRPC failure)

Link to this section Functions

Link to this function

get_group_membership(xen_session, subject_identifier)

View Source

This calls queries the external directory service to obtain the transitively-closed set of groups that the the subject_identifier is member of.

Link to this function

get_group_membership!(xen_session, subject_identifier)

View Source

This calls queries the external directory service to obtain the transitively-closed set of groups that the the subject_identifier is member of. (Raise error on XMLRPC failure)

Link to this function

get_subject_identifier(xen_session, subject_name)

View Source

This call queries the external directory service to obtain the subject_identifier as a string from the human-readable subject_name

Link to this function

get_subject_identifier!(xen_session, subject_name)

View Source

This call queries the external directory service to obtain the subject_identifier as a string from the human-readable subject_name (Raise error on XMLRPC failure)

Link to this function

get_subject_information_from_identifier(xen_session, subject_identifier)

View Source

This call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier

Link to this function

get_subject_information_from_identifier!(xen_session, subject_identifier)

View Source

This call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier (Raise error on XMLRPC failure)