All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vmware.vim25.mo.HostLocalAuthentication Maven / Gradle / Ivy

There is a newer version: 6.0.05
Show newest version
package com.vmware.vim25.mo;

import com.vmware.vim25.ManagedObjectReference;

public class HostLocalAuthentication extends HostAuthenticationStore {
    public HostLocalAuthentication(ServerConnection sc, ManagedObjectReference mor) {
        super(sc, mor);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy