Uses of Interface
co.yellowdog.platform.account.credentials.Credential
Packages that use Credential
Package
Description
Defines types to hold credentials specific to each cloud provider.
Holds the client types used to access the YellowDog Account Service.
-
Uses of Credential in co.yellowdog.platform.account.credentials
Classes in co.yellowdog.platform.account.credentials with type parameters of type CredentialSubinterfaces of Credential in co.yellowdog.platform.account.credentialsClasses in co.yellowdog.platform.account.credentials that implement CredentialModifier and TypeClassDescriptionfinal class
Holds the Access Key ID and Secret Access Key which form a set of credentials for Alibaba Cloud.final class
Holds the Role ARN and External ID required to allow YellowDog Platform to assume an assigned role in an external AWS account.final class
Holds the Access Key ID and Secret Access Key which form a set of credentials for Amazon Web Services (AWS).final class
Holds the properties that form a set of credentials for Microsoft Azure.final class
Holds an admin user name and password to be used for created instances in Microsoft Azure.final class
final class
final class
Holds the properties that form a set of credentials for Oracle Cloud Infrastructure (OCI). -
Uses of Credential in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account with parameters of type CredentialModifier and TypeMethodDescriptionKeyringClient.putCredential
(Keyring keyring, Credential credential) KeyringClient.putCredential
(String keyringName, Credential credential) KeyringClientImpl.putCredential
(@NonNull Keyring keyring, @NonNull Credential credential) KeyringClientImpl.putCredential
(@NonNull String keyringName, @NonNull Credential credential)