Package com.atlassian.bamboo.specs.util
Class FileAuthenticationProvider
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.FileAuthenticationProvider
-
- All Implemented Interfaces:
AuthenticationProvider
@Deprecated public class FileAuthenticationProvider extends java.lang.Object implements AuthenticationProvider
Deprecated.since 7.0.4, useFileTokenCredentialsprefers token credentials, fallback to user-pass credentials for sake of backwards compat. introduced as deprecated, to highlight that we should move towards token based auth, to be removed along withFileUserPasswordCredentialsandUserPasswordCredentials
-
-
Constructor Summary
Constructors Constructor Description FileAuthenticationProvider()Deprecated.FileAuthenticationProvider(java.lang.String credentialsLocation)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidauthenticate(org.apache.http.client.methods.HttpRequestBase request)Deprecated.
-
-
-
Method Detail
-
authenticate
public void authenticate(org.apache.http.client.methods.HttpRequestBase request) throws org.apache.http.auth.AuthenticationExceptionDeprecated.- Specified by:
authenticatein interfaceAuthenticationProvider- Throws:
org.apache.http.auth.AuthenticationException
-
-