public class GuestAuthManager extends ManagedObject
| Constructor and Description |
|---|
GuestAuthManager(ServerConnection sc,
ManagedObjectReference mor,
VirtualMachine vm) |
| Modifier and Type | Method and Description |
|---|---|
GuestAuthentication |
acquireCredentialsInGuest(GuestAuthentication requestedAuth,
long sessionID) |
VirtualMachine |
getVM() |
void |
releaseCredentialsInGuest(GuestAuthentication auth) |
void |
ValidateCredentialsInGuest(GuestAuthentication auth)
It should have returned a boolean, but...
|
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic GuestAuthManager(ServerConnection sc, ManagedObjectReference mor, VirtualMachine vm)
public VirtualMachine getVM()
public GuestAuthentication acquireCredentialsInGuest(GuestAuthentication requestedAuth, long sessionID) throws GuestOperationsFault, TaskInProgress, InvalidState, RuntimeFault, RemoteException
public void releaseCredentialsInGuest(GuestAuthentication auth) throws GuestOperationsFault, TaskInProgress, InvalidState, RuntimeFault, RemoteException
public void ValidateCredentialsInGuest(GuestAuthentication auth) throws GuestOperationsFault, InvalidState, TaskInProgress, RuntimeFault, RemoteException
Copyright © 2011-2012. All Rights Reserved.