Service - AuthenticationManager

Class
VMware.Hv.AuthenticationManager
See also
SecureString


Service Description

AuthenticationManager provides administrative login capability.

Methods

Methods defined in this Service
AuthenticationManager_Login, AuthenticationManager_Logout

AuthenticationManager_Login

Login using supplied credentials.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the AuthenticationManager used to make the method call.
usernamexsd:string

the username
passwordSecureString

the password
domainxsd:string

the domain

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition



AuthenticationManager_Logout

Logout session.

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the AuthenticationManager used to make the method call.

Return Value

Type Description
None

Faults

Type Description
EntityNotFoundThrown if any specified entity cannot be found.
InsufficientPermissionThrown if the user does not have sufficient permission to perform the operation.
InvalidArgumentThrown if any specified argument is invalid.
InvalidTypeThrown if the type of any specified argument is invalid.
UnexpectedFaultThrown if an unexpected error occurs while performing the operation.

Show WSDL type definition