| Modifier and Type | Method and Description |
|---|---|
Access |
OSClient.getAccess() |
| Modifier and Type | Field and Description |
|---|---|
Access |
URLResolverParams.access |
| Modifier and Type | Method and Description |
|---|---|
static URLResolverParams |
URLResolverParams.create(Access access,
ServiceType type) |
| Modifier and Type | Method and Description |
|---|---|
static OSClient |
OSFactory.clientFromAccess(Access access)
Skips Authentication and created the API around a previously cached Access object.
|
static OSClient |
OSFactory.clientFromAccess(Access access,
Config config)
Skips Authentication and created the API around a previously cached Access object.
|
static OSClient |
OSFactory.clientFromAccess(Access access,
Facing perspective)
Skips Authentication and created the API around a previously cached Access object.
|
static OSClient |
OSFactory.clientFromAccess(Access access,
Facing perspective,
Config config)
Skips Authentication and created the API around a previously cached Access object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeystoneAccess |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessWrapper
This class wraps V3 objects and satisfies the original V2 API calls to bridge the differences between V2 and V3
|
| Modifier and Type | Method and Description |
|---|---|
Access |
OSClientSession.getAccess() |
| Modifier and Type | Method and Description |
|---|---|
static OSClientSession |
OSClientSession.createSession(Access access) |
static OSClientSession |
OSClientSession.createSession(Access access,
Facing perspective,
Config config) |