|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | new () |
The Com::Vmware::Vapi::Metadata::Authentication::AuthenticationInfo::SchemeType enumerated type* provides enumeration values for the set of valid authentication scheme types. Constant Com::Vmware::Vapi::Metadata::Authentication::AuthenticationInfo::SchemeType::SESSIONLESS # Indicates that the scheme is a session less authentication scheme, the user is authenticated on every method . There is no explicit session establishment. Constant Com::Vmware::Vapi::Metadata::Authentication::AuthenticationInfo::SchemeType::SESSION_AWARE # Indicates that the scheme is a session aware authentication scheme. It requires an explicit login before executing a method and logout when a session terminates. A interface* might choose to have a session aware scheme if it wants to associate some state corresponding to the user until the user logs out or if it wants to mitigate the cost of authenticating the user on every method .
| public method Com::Vmware::Vapi::Metadata::Authentication::AuthenticationInfo::SchemeType::new | ( | ) |
Constructor to initialize the Com::Vmware::Vapi::Metadata::Authentication::AuthenticationInfo::SchemeType enumeration.
| Blessed | object |
Code: