public static interface IOSClientBuilder.V2 extends IOSClientBuilder<OSClient.OSClientV2,IOSClientBuilder.V2>
IOSClientBuilder.V2, IOSClientBuilder.V3| Modifier and Type | Method and Description |
|---|---|
IOSClientBuilder.V2 |
raxApiKey(boolean raxApiKey)
Use Rackspace API Key Authentication Admin Extension to authenticate
|
IOSClientBuilder.V2 |
tenantId(String tenantId)
The tenant/project to authenticate as (some clouds such as HP use
tenantId vs tenantName)
|
IOSClientBuilder.V2 |
tenantName(String tenantName)
The tenant/project to authenticate as
|
IOSClientBuilder.V2 |
token(String tokenId)
Allows authentication via an existing Token versus
IOSClientBuilder.credentials(String, String). |
authenticate, credentials, endpoint, perspective, provider, useNonStrictSSLClient, withConfigIOSClientBuilder.V2 tenantName(String tenantName)
tenantName - the tenant/project nameIOSClientBuilder.V2 tenantId(String tenantId)
tenantId - the tenant/project idIOSClientBuilder.V2 raxApiKey(boolean raxApiKey)
raxApiKey - true if enabledIOSClientBuilder.V2 token(String tokenId)
IOSClientBuilder.credentials(String, String). Note: The
tenantId(String) or tenantName(String) will
required when using this method for authentication.tokenId - the token identifierCopyright © 2017. All rights reserved.