public class OSClientFactory extends Object
OSClient objects ready for use.| Constructor and Description |
|---|
OSClientFactory()
Creates an
OSClientFactory with a StandardOSClientCreator
. |
OSClientFactory(com.elastisys.scale.cloudpool.openstack.driver.client.OSClientFactory.OSClientCreator creator)
Creates an
OSClientFactory with a custom OSClientCreator. |
| Modifier and Type | Method and Description |
|---|---|
org.openstack4j.api.OSClient |
createAuthenticatedClient(AuthConfig authConfig)
Creates an
OSClient that has been authenticated against a
Keystone identity service using the authentication scheme specified in an
AuthConfig. |
public OSClientFactory()
OSClientFactory with a StandardOSClientCreator
.public OSClientFactory(com.elastisys.scale.cloudpool.openstack.driver.client.OSClientFactory.OSClientCreator creator)
OSClientFactory with a custom OSClientCreator.public org.openstack4j.api.OSClient createAuthenticatedClient(AuthConfig authConfig)
OSClient that has been authenticated against a
Keystone identity service using the authentication scheme specified in an
AuthConfig.authConfig - Specified how to authenticate.OSClient ready for use.Copyright © 2011–2015 elastisys. All rights reserved.