|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachedCredentials | |
---|---|
com.microsoft.tfs.core.credentials | |
com.microsoft.tfs.core.credentials.internal |
Uses of CachedCredentials in com.microsoft.tfs.core.credentials |
---|
Methods in com.microsoft.tfs.core.credentials that return CachedCredentials | |
---|---|
CachedCredentials[] |
CredentialsManager.getCredentials()
Returns all the credentials that are currently configured for any server. |
CachedCredentials |
CredentialsManager.getCredentials(java.net.URI serverURI)
Provides the credentials for the given URI . |
Methods in com.microsoft.tfs.core.credentials with parameters of type CachedCredentials | |
---|---|
boolean |
CredentialsManager.removeCredentials(CachedCredentials cachedCredentials)
Removes the credentials for the given URI. |
boolean |
CredentialsManager.setCredentials(CachedCredentials cachedCredentials)
Sets the credentials for the given URI . |
Uses of CachedCredentials in com.microsoft.tfs.core.credentials.internal |
---|
Methods in com.microsoft.tfs.core.credentials.internal that return CachedCredentials | |
---|---|
CachedCredentials[] |
WinCredentialsManager.getCredentials()
Returns all the credentials that are currently configured for any server. |
CachedCredentials[] |
PersistenceStoreCredentialsManager.getCredentials()
Returns all the credentials that are currently configured for any server. |
CachedCredentials[] |
NullCredentialsManager.getCredentials()
Returns all the credentials that are currently configured for any server. |
CachedCredentials[] |
KeychainCredentialsManager.getCredentials()
Returns all the credentials that are currently configured for any server. |
CachedCredentials |
WinCredentialsManager.getCredentials(java.net.URI serverURI)
Provides the credentials for the given URI . |
CachedCredentials |
PersistenceStoreCredentialsManager.getCredentials(java.net.URI serverURI)
Provides the credentials for the given URI . |
CachedCredentials |
NullCredentialsManager.getCredentials(java.net.URI serverURI)
Provides the credentials for the given URI . |
CachedCredentials |
KeychainCredentialsManager.getCredentials(java.net.URI serverURI)
Provides the credentials for the given URI . |
Methods in com.microsoft.tfs.core.credentials.internal that return types with arguments of type CachedCredentials | |
---|---|
protected static java.util.Map<java.net.URI,CachedCredentials> |
PersistenceStoreCredentialsManager.newMap()
|
Methods in com.microsoft.tfs.core.credentials.internal with parameters of type CachedCredentials | |
---|---|
boolean |
WinCredentialsManager.removeCredentials(CachedCredentials cachedCredentials)
Removes the credentials for the given URI. |
boolean |
PersistenceStoreCredentialsManager.removeCredentials(CachedCredentials cachedCredentials)
Removes the credentials for the given URI. |
boolean |
NullCredentialsManager.removeCredentials(CachedCredentials cachedCredentials)
Removes the credentials for the given URI. |
boolean |
KeychainCredentialsManager.removeCredentials(CachedCredentials cachedCredentials)
Removes the credentials for the given URI. |
boolean |
WinCredentialsManager.setCredentials(CachedCredentials cachedCredentials)
Sets the credentials for the given URI . |
boolean |
PersistenceStoreCredentialsManager.setCredentials(CachedCredentials cachedCredentials)
Sets the credentials for the given URI . |
boolean |
NullCredentialsManager.setCredentials(CachedCredentials cachedCredentials)
Sets the credentials for the given URI . |
boolean |
KeychainCredentialsManager.setCredentials(CachedCredentials cachedCredentials)
Sets the credentials for the given URI . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |