View Source XenAPI.Auth (XenAPI v0.3.1)
Management of remote authentication services
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
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)
get_subject_information_from_identifier(xen_session, subject_identifier)
View SourceThis call queries the external directory service to obtain the user information (e.g. username, organization etc) from the specified subject_identifier
get_subject_information_from_identifier!(xen_session, subject_identifier)
View SourceThis 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)