Modifier and Type | Method and Description |
---|---|
Token |
OSClient.OSClientV3.getToken()
Gets the token that was assigned during authorization
|
Modifier and Type | Method and Description |
---|---|
Token |
TokenService.get(String tokenId)
Validates and shows information for a token.
|
Modifier and Type | Field and Description |
---|---|
Token |
URLResolverParams.token |
Modifier and Type | Method and Description |
---|---|
static URLResolverParams |
URLResolverParams.create(Token token,
ServiceType type) |
Modifier and Type | Method and Description |
---|---|
static OSClient.OSClientV3 |
OSFactory.clientFromToken(Token token)
Skips Authentication and created the API around a previously cached Token object.
|
static OSClient.OSClientV3 |
OSFactory.clientFromToken(Token token,
Config config)
Skips Authentication and created the API around a previously cached Token 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 |
---|---|
Token |
TokenServiceImpl.get(String tokenId) |
Modifier and Type | Method and Description |
---|---|
Token |
OSClientSession.OSClientSessionV3.getToken() |
Modifier and Type | Method and Description |
---|---|
static OSClientSession.OSClientSessionV3 |
OSClientSession.OSClientSessionV3.createSession(Token token) |
static OSClientSession.OSClientSessionV3 |
OSClientSession.OSClientSessionV3.createSession(Token token,
Facing perspective,
CloudProvider provider,
Config config) |
Copyright © 2017. All rights reserved.