Package | Description |
---|---|
com.ibm.cloud.objectstorage.oauth |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTokenProvider
Default implementation to retrieve token from the IAM service using the api
key
|
class |
DelegateTokenProvider
This implementation will retrieve a delegate refresh token from the
Token service to be used by the Aspera service when completing its
own transfer process to S3.
|
Modifier and Type | Method and Description |
---|---|
TokenProvider |
DefaultTokenManager.getProvider()
Return the TokenProvider used by the TokenManager
|
Constructor and Description |
---|
BasicIBMOAuthCredentials(TokenProvider tokenProvider)
Constructor using a custom Token Provider, this implementation will
use the DefaultTokenManager as the Token Manager.
|
DefaultTokenManager(TokenProvider provider)
Constructor which will allow a custom TokenHandler to retrieve the token
from the IAM Service
|
Copyright © 2024. All rights reserved.