Uses of Class
com.microsoft.credentialstorage.model.StoredCredential
-
-
Uses of StoredCredential in com.microsoft.credentialstorage
Methods in com.microsoft.credentialstorage that return types with arguments of type StoredCredential Modifier and Type Method Description static SecretStore<StoredCredential>StorageProvider. getCredentialStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a credential store for the specific requirements. -
Uses of StoredCredential in com.microsoft.credentialstorage.implementation.posix.keyring
Methods in com.microsoft.credentialstorage.implementation.posix.keyring that return StoredCredential Modifier and Type Method Description protected StoredCredentialGnomeKeyringBackedCredentialStore. create(String username, char[] secret)Methods in com.microsoft.credentialstorage.implementation.posix.keyring with parameters of type StoredCredential Modifier and Type Method Description booleanGnomeKeyringBackedCredentialStore. add(String key, StoredCredential secret) -
Uses of StoredCredential in com.microsoft.credentialstorage.implementation.posix.libsecret
Methods in com.microsoft.credentialstorage.implementation.posix.libsecret that return StoredCredential Modifier and Type Method Description protected StoredCredentialLibSecretBackedCredentialStore. create(String username, char[] secret)Methods in com.microsoft.credentialstorage.implementation.posix.libsecret with parameters of type StoredCredential Modifier and Type Method Description booleanLibSecretBackedCredentialStore. add(String key, StoredCredential secret)
-