Package com.atlassian.bamboo.specs.util
Interface AuthenticationProvider
- All Known Subinterfaces:
TokenCredentials,UserPasswordCredentials
- All Known Implementing Classes:
FileAuthenticationProvider,FileTokenCredentials,FileUserPasswordCredentials,SimpleTokenCredentials,SimpleUserPasswordCredentials
public interface AuthenticationProvider
-
Method Summary
Modifier and TypeMethodDescriptionvoidauthenticate(org.apache.http.client.methods.HttpRequestBase requestBase)
-
Method Details
-
authenticate
void authenticate(org.apache.http.client.methods.HttpRequestBase requestBase) throws org.apache.http.auth.AuthenticationException - Throws:
org.apache.http.auth.AuthenticationException
-