Uses of Interface
com.microsoft.credentialstorage.SecretStore
-
Packages that use SecretStore Package Description com.microsoft.credentialstorage com.microsoft.credentialstorage.implementation.posix.keyring com.microsoft.credentialstorage.implementation.posix.libsecret -
-
Uses of SecretStore in com.microsoft.credentialstorage
Methods in com.microsoft.credentialstorage that return SecretStore Modifier and Type Method Description static SecretStore<StoredCredential>StorageProvider. getCredentialStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a credential store for the specific requirements.static SecretStore<StoredTokenPair>StorageProvider. getTokenPairStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a token pair store for the specific requirements.static SecretStore<StoredToken>StorageProvider. getTokenStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a token store for the specific requirements. -
Uses of SecretStore in com.microsoft.credentialstorage.implementation.posix.keyring
Classes in com.microsoft.credentialstorage.implementation.posix.keyring that implement SecretStore Modifier and Type Class Description classGnomeKeyringBackedCredentialStoreGNOME Keyring store for a credential.classGnomeKeyringBackedSecureStore<E extends StoredSecret>Base class for GNOME Keyring stores.classGnomeKeyringBackedTokenPairStoreGNOME Keyring store for a token pair.classGnomeKeyringBackedTokenStoreGNOME Keyring store for a token. -
Uses of SecretStore in com.microsoft.credentialstorage.implementation.posix.libsecret
Classes in com.microsoft.credentialstorage.implementation.posix.libsecret that implement SecretStore Modifier and Type Class Description classLibSecretBackedCredentialStoreLibsecret store for a credential.classLibSecretBackedSecureStore<E extends StoredSecret>Base class for Linux stores via libsecret library.classLibSecretBackedTokenPairStoreLibsecret store for a token pair.classLibSecretBackedTokenStoreLibsecret store for a token.
-