Uses of Interface
com.microsoft.credentialstorage.model.StoredSecret
-
-
Uses of StoredSecret in com.microsoft.credentialstorage
Classes in com.microsoft.credentialstorage with type parameters of type StoredSecret Modifier and Type Interface Description interfaceSecretStore<E extends StoredSecret>Secret store to hold the credentials. -
Uses of StoredSecret in com.microsoft.credentialstorage.implementation.posix.keyring
Classes in com.microsoft.credentialstorage.implementation.posix.keyring with type parameters of type StoredSecret Modifier and Type Class Description classGnomeKeyringBackedSecureStore<E extends StoredSecret>Base class for GNOME Keyring stores. -
Uses of StoredSecret in com.microsoft.credentialstorage.implementation.posix.libsecret
Classes in com.microsoft.credentialstorage.implementation.posix.libsecret with type parameters of type StoredSecret Modifier and Type Class Description classLibSecretBackedSecureStore<E extends StoredSecret>Base class for Linux stores via libsecret library. -
Uses of StoredSecret in com.microsoft.credentialstorage.model
Classes in com.microsoft.credentialstorage.model that implement StoredSecret Modifier and Type Class Description classStoredCredentialCredential for user authentication.classStoredTokenA security token, usually acquired by some authentication and identity services.classStoredTokenPairA security token pair, combining access and refresh tokens.
-