Interface BasicAuthCredentialsStore
- All Known Implementing Classes:
DefaultBasicAuthCredentialsStore
public interface BasicAuthCredentialsStore
Interface that all basic auth credentials stores must implement.
-
Method Summary
Modifier and TypeMethodDescriptionGets the password.Gets the username.voidsetPassword(String password) Sets the password.voidsetUsername(String username) Sets the username.