Uses of Class
com.ibm.cloud.sdk.core.security.IamToken
-
Packages that use IamToken Package Description com.ibm.cloud.sdk.core.security -
-
Uses of IamToken in com.ibm.cloud.sdk.core.security
Methods in com.ibm.cloud.sdk.core.security that return IamToken Modifier and Type Method Description IamTokenContainerAuthenticator. requestToken()Fetches an IAM access token for the apikey using the configured URL.IamTokenIamAssumeAuthenticator. requestToken()Fetches an IAM access token for the apikey using the configured URL.IamTokenIamAuthenticator. requestToken()Fetches an IAM access token for the apikey using the configured URL.IamTokenVpcInstanceAuthenticator. requestToken()Fetches an IAM access token using the authenticator's configuration.IamTokenVpcInstanceAuthenticator. retrieveIamAccessToken(java.lang.String instanceIdentityToken)Retrieves the IAM access token by invoking the VPC "create_iam_token" operation.
-