Modifier and Type | Method and Description |
---|---|
T |
OSClient.perspective(Facing perspective)
Changes the Perspective for the current Session (Client)
|
Modifier and Type | Method and Description |
---|---|
T |
IOSClientBuilder.perspective(Facing perspective)
Allows for a specific network perspective to be used.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointService.createEndpoint(String name,
URL url,
Facing iface,
String regionId,
String serviceId,
boolean enabled)
Creates a new endpoint
|
Modifier and Type | Method and Description |
---|---|
static Facing |
Facing.value(String facing) |
static Facing |
Facing.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Facing[] |
Facing.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
Facing |
URLResolverParams.perspective |
Modifier and Type | Method and Description |
---|---|
URLResolverParams |
URLResolverParams.perspective(Facing perspective) |
Modifier and Type | Method and Description |
---|---|
Facing |
Endpoint.getIface() |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
EndpointBuilder.iface(Facing iface) |
Modifier and Type | Method and Description |
---|---|
static OSClient.OSClientV2 |
OSFactory.clientFromAccess(Access access,
Facing perspective)
Skips Authentication and created the API around a previously cached Access object.
|
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.OSClientV2 |
OSFactory.clientFromAccess(Access access,
Facing perspective,
Config config)
Skips Authentication and created the API around a previously cached Access object.
|
static OSClient.OSClientV3 |
OSFactory.clientFromToken(Token token,
Facing perspective)
Skips Authentication and created the API around a previously cached Token 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.
|
static OSClient.OSClientV3 |
OSFactory.clientFromToken(Token token,
Facing perspective,
Config config)
Skips Authentication and created the API around a previously cached Token object.
|
Modifier and Type | Method and Description |
---|---|
T |
OSClientBuilder.perspective(Facing perspective) |
Modifier and Type | Method and Description |
---|---|
Facing |
KeystoneEndpoint.getIface() |
Modifier and Type | Method and Description |
---|---|
EndpointBuilder |
KeystoneEndpoint.EndpointConcreteBuilder.iface(Facing iface) |
Modifier and Type | Method and Description |
---|---|
Endpoint |
ServiceEndpointServiceImpl.createEndpoint(String name,
URL url,
Facing iface,
String regionId,
String serviceId,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
Facing |
OSClientSession.getPerspective() |
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
|
T |
OSClientSession.perspective(Facing perspective) |
Copyright © 2017. All rights reserved.