接口 AuthenticationProvider<M extends Message>
-
public interface AuthenticationProvider<M extends Message>
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidchangeUser(String username, String password, String database)Re-authenticates as the given user and passwordvoidconnect(String username, String password, String database)voidinit(Protocol<M> prot, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor)
-
-
-
方法详细资料
-
init
void init(Protocol<M> prot, PropertySet propertySet, ExceptionInterceptor exceptionInterceptor)
-
-