Interface GlobalCredentialsProvider
- 
public interface GlobalCredentialsProviderAn interface through which one should fetch the global admin credentials. Credential usage is tracked and this should be the only way to fetch the global admin credentials. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<BitbucketTokenCredentials>getGlobalAdminCredentials() 
 - 
 
- 
- 
Method Detail
- 
getGlobalAdminCredentials
Optional<BitbucketTokenCredentials> getGlobalAdminCredentials()
- Returns:
 - the global admin credentials
 
 
 - 
 
 -