class |
CloudPakForDataAuthenticator |
This class provides an Authenticator implementation for the "CloudPakForData" environment.
|
class |
CloudPakForDataServiceAuthenticator |
This class provides an Authenticator implementation for the "CloudPakForData" environment.
|
class |
CloudPakForDataServiceInstanceAuthenticator |
This class provides an Authenticator implementation for the "CloudPakForData" environment.
|
class |
ContainerAuthenticator |
ContainerAuthenticator 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.
|
class |
IamAssumeAuthenticator |
The 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.
|
class |
IamAuthenticator |
This class provides an Authenticator implementation for IAM (Identity and Access Management).
|
class |
IamRequestBasedAuthenticator |
This class effectively adds some setter functions to the IamRequestBasedAuthenticatorImmutable class in order
to allow subclasses (e.g.
|
class |
IamRequestBasedAuthenticatorImmutable |
This class contains code that is common to all authenticators that need to
interact with the IAM token service to obtain an access token.
|
class |
MCSPAuthenticator |
This class provides an Authenticator implementation for the Multi-Cloud Saas
Platform (MCSP) environment.
|
class |
MCSPV2Authenticator |
This class provides an Authenticator implementation for the Multi-Cloud Saas
Platform (MCSP) v2 environment.
|
class |
TokenRequestBasedAuthenticator<T extends AbstractToken,R extends TokenServerResponse> |
This class serves as a common base class for Authenticator implementations that interact with a token service
via a REST interface.
|
class |
VpcInstanceAuthenticator |
VpcInstanceAuthenticator implements an authentication scheme in which it
retrieves an "instance identity token" and exchanges that for an IAM access
token using the VPC Instance Metadata Service API which is available on
a local VPC-managed compute resource (VM).
|