Uses of Class
com.ibm.cloud.sdk.core.security.IamRequestBasedAuthenticatorImmutable
-
Packages that use IamRequestBasedAuthenticatorImmutable Package Description com.ibm.cloud.sdk.core.security -
-
Uses of IamRequestBasedAuthenticatorImmutable in com.ibm.cloud.sdk.core.security
Subclasses of IamRequestBasedAuthenticatorImmutable in com.ibm.cloud.sdk.core.security Modifier and Type Class Description classContainerAuthenticatorContainerAuthenticator implements an IAM-based authentication scheme whereby it retrieves a "compute resource token" from the local compute resource (VM) and uses that to obtain an IAM access token by invoking the IAM "get token" operation with grant-type=cr-token.classIamAssumeAuthenticatorThe IamAssumeAuthenticator obtains an IAM access token for a user-supplied apikey and a trusted profile using the IAM "get-token" operation's "assume" grant type.classIamAuthenticatorThis class provides an Authenticator implementation for IAM (Identity and Access Management).classIamRequestBasedAuthenticatorThis class effectively adds some setter functions to the IamRequestBasedAuthenticatorImmutable class in order to allow subclasses (e.g.
-