| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected UserSession |
CloneSessionResponse.returnval |
protected UserSession |
LoginExtensionBySubjectNameResponse.returnval |
protected UserSession |
LoginByTokenResponse.returnval |
protected UserSession |
LoginBySSPIResponse.returnval |
protected UserSession |
LoginResponse.returnval |
protected UserSession |
LoginExtensionByCertificateResponse.returnval |
protected UserSession |
ImpersonateUserResponse.returnval |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserSession> |
ArrayOfUserSession.userSession |
| Modifier and Type | Method and Description |
|---|---|
UserSession |
VimPortType.cloneSession(ManagedObjectReference _this,
String cloneTicket) |
UserSession |
ObjectFactory.createUserSession()
Create an instance of
UserSession |
UserSession |
CloneSessionResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
LoginExtensionBySubjectNameResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
LoginByTokenResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
LoginBySSPIResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
LoginResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
LoginExtensionByCertificateResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
ImpersonateUserResponse.getReturnval()
Gets the value of the returnval property.
|
UserSession |
VimPortType.impersonateUser(ManagedObjectReference _this,
String userName,
String locale) |
UserSession |
VimPortType.login(ManagedObjectReference _this,
String userName,
String password,
String locale) |
UserSession |
VimPortType.loginBySSPI(ManagedObjectReference _this,
String base64Token,
String locale) |
UserSession |
VimPortType.loginByToken(ManagedObjectReference _this,
String locale) |
UserSession |
VimPortType.loginExtensionByCertificate(ManagedObjectReference _this,
String extensionKey,
String locale) |
UserSession |
VimPortType.loginExtensionBySubjectName(ManagedObjectReference _this,
String extensionKey,
String locale) |
| Modifier and Type | Method and Description |
|---|---|
List<UserSession> |
ArrayOfUserSession.getUserSession()
Gets the value of the userSession property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CloneSessionResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
LoginExtensionBySubjectNameResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
LoginByTokenResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
LoginBySSPIResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
LoginResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
LoginExtensionByCertificateResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
void |
ImpersonateUserResponse.setReturnval(UserSession value)
Sets the value of the returnval property.
|
Copyright © 2018. All rights reserved.