Class FileUserPasswordCredentials

java.lang.Object
com.atlassian.bamboo.specs.util.FileUserPasswordCredentials
All Implemented Interfaces:
AuthenticationProvider, UserPasswordCredentials

@Deprecated public class FileUserPasswordCredentials extends Object implements UserPasswordCredentials
Deprecated.
since 7.1.0, use FileTokenCredentials
Provides Bamboo credentials from text file.

It is advised not to store the file in a code repository for security reasons.

Format of the text file:


     username = some_user_name
     password = some_user_password