Uses of Interface
com.microsoft.tfs.core.credentials.CredentialsManager

Packages that use CredentialsManager
com.microsoft.tfs.core.credentials   
com.microsoft.tfs.core.credentials.internal   
 

Uses of CredentialsManager in com.microsoft.tfs.core.credentials
 

Methods in com.microsoft.tfs.core.credentials that return CredentialsManager
static CredentialsManager CredentialsManagerFactory.getCredentialsManager(PersistenceStoreProvider persistenceProvider)
          Gets the best CredentialsManager for this platform.
static CredentialsManager CredentialsManagerFactory.getCredentialsManager(PersistenceStoreProvider persistenceProvider, boolean usePersistanceCredentialsManager)
          Gets the best CredentialsManager for this platform.
 

Uses of CredentialsManager in com.microsoft.tfs.core.credentials.internal
 

Classes in com.microsoft.tfs.core.credentials.internal that implement CredentialsManager
 class KeychainCredentialsManager
          An CredentialsManager that can read and write passwords securely in Mac OS Keychain.
 class NullCredentialsManager
          A credentials manager that does not support read or write.
 class PersistenceStoreCredentialsManager
          An implementation of CredentialsManager that can read and write to the unsecure PersistenceStore mechanism.
 class WinCredentialsManager
          An CredentialsManager that can read and write passwords securely in Windows Credentials Manager.
 



© 2015 Microsoft. All rights reserved.