|
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 | create_session_security_context () |
| public method | parse_session_security_context () |
| public method | create_saml_security_context () |
| public method | new () |
| public method Com::Vmware::Vapi::Dsig::SecurityContextFactory::create_saml_security_context | ( | ) |
Creates a SAML token security context
| token | - The token that should be used for authentication |
| private_key | - The private key that should be used to sign the request |
| Com::Vmware::Vapi::Dsig::SamlTokenSecurityContext | object |
Code:
| public method Com::Vmware::Vapi::Dsig::SecurityContextFactory::create_session_security_context | ( | ) |
Creates a security context which represents and attempt to reuse an existing session. This is only usable with session-aware services. Such attempt would succeed only if the client has already been authenticated by the service and has a valid session with it.
| session_id | - session id |
| Com::Vmware::Vapi::Security::SessionSecurityContext | object |
Code:
| public method Com::Vmware::Vapi::Dsig::SecurityContextFactory::new | ( | ) |
Constructor for creating SecurityContextFactory
| None |
| Blessed object |
Code:
click to view
|
| public method Com::Vmware::Vapi::Dsig::SecurityContextFactory::parse_session_security_context | ( | ) |
Parses the SecurityContext looking for session information
| security_context | - Com::Vmware::Vapi::Core::SecurityContext object |
| Com::Vmware::Vapi::Security::SessionSecurityContext | object |
Code: