| Package | Description |
|---|---|
| com.ibm.cloud.objectstorage.auth | |
| com.ibm.cloud.objectstorage.oauth |
| Modifier and Type | Method and Description |
|---|---|
TokenManager |
PropertiesCredentials.getTokenManager() |
TokenManager |
JsonCredentials.getTokenManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertiesCredentials.setTokenManager(TokenManager tokenManager)
allows the token manager to be set outside this class.
|
void |
JsonCredentials.setTokenManager(TokenManager tokenManager)
allows the token manager to be set outside this class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultTokenManager
Default implementation of Token Manager.
|
| Modifier and Type | Method and Description |
|---|---|
TokenManager |
IBMOAuthCredentials.getTokenManager()
Returns the IAM TokenManager.
|
TokenManager |
BasicIBMOAuthCredentials.getTokenManager() |
| Constructor and Description |
|---|
BasicIBMOAuthCredentials(TokenManager tokenManager)
Constructor using a custom TokenManager
|
BasicIBMOAuthCredentials(TokenManager tokenManager,
String serviceInstanceId)
Constructor using a custom TokenManager
|
Copyright © 2024. All rights reserved.