Uses of Class
co.yellowdog.platform.model.Keyring
Packages that use Keyring
Package
Description
Holds the client types used to access the YellowDog Account Service.
Defines types used in the request/response interactions with the YellowDog Account Service.
Provides the types that define the YellowDog Platform data model.
-
Uses of Keyring in co.yellowdog.platform.clients.account
Methods in co.yellowdog.platform.clients.account that return KeyringModifier and TypeMethodDescriptionKeyringClient.createKeyring
(String name, String description) KeyringClientImpl.createKeyring
(@NonNull String name, String description) KeyringClient.deleteCredential
(Keyring keyring, String credentialName) KeyringClient.deleteCredential
(String keyringName, String credentialName) KeyringClientImpl.deleteCredential
(@NonNull Keyring keyring, @NonNull String credentialName) KeyringClientImpl.deleteCredential
(@NonNull String keyringName, @NonNull String credentialName) KeyringClient.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) Methods in co.yellowdog.platform.clients.account with parameters of type KeyringModifier and TypeMethodDescriptionKeyringClient.deleteCredential
(Keyring keyring, String credentialName) KeyringClientImpl.deleteCredential
(@NonNull Keyring keyring, @NonNull String credentialName) void
KeyringClient.deleteKeyring
(Keyring keyring) void
KeyringClientImpl.deleteKeyring
(@NonNull Keyring keyring) KeyringClient.putCredential
(Keyring keyring, Credential credential) KeyringClientImpl.putCredential
(@NonNull Keyring keyring, @NonNull Credential credential) -
Uses of Keyring in co.yellowdog.platform.interaction.account
Methods in co.yellowdog.platform.interaction.account that return KeyringMethods in co.yellowdog.platform.interaction.account with parameters of type Keyring -
Uses of Keyring in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return Keyring