Package | Description |
---|---|
org.openstack4j.api.client | |
org.openstack4j.openstack | |
org.openstack4j.openstack.client | |
org.openstack4j.openstack.internal |
Modifier and Type | Method and Description |
---|---|
static CloudProvider |
CloudProvider.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloudProvider[] |
CloudProvider.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
T |
IOSClientBuilder.provider(CloudProvider provider)
The OpenStack cloud provider which helps determine compatibility within
requests
|
Modifier and Type | Method and Description |
---|---|
static OSClient.OSClientV2 |
OSFactory.clientFromAccess(Access access,
Facing perspective,
CloudProvider provider,
Config config)
Skips Authentication and created the API around a previously cached Access object.
|
static OSClient.OSClientV3 |
OSFactory.clientFromToken(Token token,
Facing perspective,
CloudProvider provider,
Config config)
Skips Authentication and created the API around a previously cached Token object.
|
Modifier and Type | Method and Description |
---|---|
T |
OSClientBuilder.provider(CloudProvider provider) |
Modifier and Type | Method and Description |
---|---|
CloudProvider |
OSClientSession.getProvider() |
protected CloudProvider |
BaseOpenStackService.getProvider() |
Modifier and Type | Method and Description |
---|---|
static OSClientSession.OSClientSessionV2 |
OSClientSession.OSClientSessionV2.createSession(Access access,
Facing perspective,
CloudProvider provider,
Config config) |
static OSClientSession.OSClientSessionV3 |
OSClientSession.OSClientSessionV3.createSession(Token token,
Facing perspective,
CloudProvider provider,
Config config) |
static OSClient |
OSAuthenticator.invoke(AuthStore auth,
String endpoint,
Facing perspective,
Config config,
CloudProvider provider)
Invokes authentication to obtain a valid V3 Token, throws an
UnsupportedOperationException for an V2 attempt.
|
static OSClient |
OSAuthenticator.invoke(KeystoneAuth auth,
String endpoint,
Facing perspective,
Config config,
CloudProvider provider)
Invokes V3 authentication via an existing token
|
static OSClient |
OSAuthenticator.invoke(TokenAuth auth,
String endpoint,
Facing perspective,
Config config,
CloudProvider provider)
Invokes V2 authentication via an existing token
|
Copyright © 2017. All rights reserved.