Interface UsernamePasswordAuthenticateable
-
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl
public interface UsernamePasswordAuthenticateableInterface that allows configuration of a username and password with some HTTP authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetUsernamePassword(AuthenticationType authType, java.lang.String username, java.lang.String password)Sets the username, password and method to be used for authentication.
-
-
-
Method Detail
-
setUsernamePassword
void setUsernamePassword(AuthenticationType authType, java.lang.String username, java.lang.String password)
Sets the username, password and method to be used for authentication.- Parameters:
authType- Type of authenticationusername- Usernamepassword- Password
-
-