Service -
AuthenticationManager
- Class
- VMware.Hv.AuthenticationManager
- See also
-
JwtTokenData, SecureString
Service Description
AuthenticationManager provides administrative login capability.
Methods
AuthenticationManager_Login
Login using supplied credentials.
Parameters
Return Value
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
AuthenticationManager_LoginByToken
Login using supplied JWT token.
Parameters
Return Value
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
AuthenticationManager_Logout
Logout session.
Parameters
Return Value
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
AuthenticationManager_SetLocale
Used to specify the locale for the user messages. If locale is not set with
this method, the messages will default to English language.
Parameters
Name | Type | Description |
_this | ManagedObjectReference |
A reference to the
AuthenticationManager
used to make the method call.
|
locale | xsd:string |
The locale of the user messages.
- This can take the values:
Value | Description |
de | German Language |
en | English Language |
es | Spanish Language |
fr | French Language |
ja | Japanese Language |
ko | Korean Language |
zh | Chinese Language |
zh_TW | Chinese-Taiwan Language |
|
Return Value
Faults
Type
|
Description
|
EntityNotFound | Thrown if any specified entity cannot be found. |
InsufficientPermission | Thrown if the user does not have sufficient permission to perform the operation. |
InvalidArgument | Thrown if any specified argument is invalid. |
InvalidType | Thrown if the type of any specified argument is invalid. |
UnexpectedFault | Thrown if an unexpected error occurs while performing the operation. |
Show WSDL type definition
© 2018 VMware, Inc. All rights reserved.
Revision 29-May-2018 Version 7.5.0