Uses of Class
com.microsoft.credentialstorage.StorageProvider.SecureOption
-
Packages that use StorageProvider.SecureOption Package Description com.microsoft.credentialstorage -
-
Uses of StorageProvider.SecureOption in com.microsoft.credentialstorage
Methods in com.microsoft.credentialstorage that return StorageProvider.SecureOption Modifier and Type Method Description static StorageProvider.SecureOptionStorageProvider.SecureOption. valueOf(String name)Returns the enum constant of this type with the specified name.static StorageProvider.SecureOption[]StorageProvider.SecureOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.credentialstorage with parameters of type StorageProvider.SecureOption 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.
-