| Package | Description |
|---|---|
| com.wavefront.sdk.common.clients | |
| com.wavefront.sdk.common.clients.service.token |
| Constructor and Description |
|---|
Builder(java.lang.String server,
TokenService.Type tokenType,
java.lang.String multiPartToken)
Create a new WavefrontClient.Builder with token information encoded as a single String.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TokenService.Type |
CSPURLConnectionFactory.getTokenType() |
TokenService.Type |
CSPUserTokenURLConnectionFactory.getTokenType() |
TokenService.Type |
CSPServerTokenURLConnectionFactory.getTokenType() |
TokenService.Type |
WavefrontTokenService.getType() |
TokenService.Type |
NoopProxyTokenService.getType() |
TokenService.Type |
CSPTokenService.getType() |
TokenService.Type |
TokenService.getType() |
static TokenService.Type |
TokenService.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TokenService.Type[] |
TokenService.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TokenService |
TokenServiceFactory.create(TokenService.Type type,
java.lang.String token,
java.lang.String cspBaseURL) |
Copyright © 2023. All rights reserved.