public interface AuthenticationProvider<M extends Message>
| Modifier and Type | Method | Description |
|---|---|---|
void |
changeUser(String username,
String password,
String database) |
Re-authenticates as the given user and password
|
void |
connect(String username,
String password,
String database) |
|
void |
init(Protocol<M> prot,
PropertySet propertySet,
ExceptionInterceptor exceptionInterceptor) |
void init(Protocol<M> prot, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor)