Uses of Class
com.microsoft.credentialstorage.model.StoredTokenPair
-
-
Uses of StoredTokenPair in com.microsoft.credentialstorage
Methods in com.microsoft.credentialstorage that return types with arguments of type StoredTokenPair Modifier and Type Method Description static SecretStore<StoredTokenPair>StorageProvider. getTokenPairStorage(boolean persist, StorageProvider.SecureOption secureOption)Returns a token pair store for the specific requirements. -
Uses of StoredTokenPair in com.microsoft.credentialstorage.implementation.posix.keyring
Methods in com.microsoft.credentialstorage.implementation.posix.keyring that return StoredTokenPair Modifier and Type Method Description protected StoredTokenPairGnomeKeyringBackedTokenPairStore. create(String username, char[] secret)StoredTokenPairGnomeKeyringBackedTokenPairStore. get(String key)Methods in com.microsoft.credentialstorage.implementation.posix.keyring with parameters of type StoredTokenPair Modifier and Type Method Description booleanGnomeKeyringBackedTokenPairStore. add(String key, StoredTokenPair secret) -
Uses of StoredTokenPair in com.microsoft.credentialstorage.implementation.posix.libsecret
Methods in com.microsoft.credentialstorage.implementation.posix.libsecret that return StoredTokenPair Modifier and Type Method Description protected StoredTokenPairLibSecretBackedTokenPairStore. create(String username, char[] secret)StoredTokenPairLibSecretBackedTokenPairStore. get(String key)Methods in com.microsoft.credentialstorage.implementation.posix.libsecret with parameters of type StoredTokenPair Modifier and Type Method Description booleanLibSecretBackedTokenPairStore. add(String key, StoredTokenPair secret)
-