| Package | Description |
|---|---|
| com.atlassian.oauth2.client.api | |
| com.atlassian.oauth2.client.api.storage.config |
| Modifier and Type | Method and Description |
|---|---|
ProviderType |
ClientConfiguration.getProviderType() |
| Modifier and Type | Method and Description |
|---|---|
static ProviderType |
ProviderType.getOrThrow(String key) |
ProviderType |
ClientConfigurationEntity.getProviderType() |
static ProviderType |
ProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProviderType[] |
ProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<ProviderType> |
ProviderType.get(String key) |
| Modifier and Type | Method and Description |
|---|---|
ClientConfigurationEntity.Builder |
ClientConfigurationEntity.Builder.providerType(ProviderType providerType) |
Copyright © 2020 Atlassian. All rights reserved.