@FunctionalInterface public interface IMqttServerAuthHandler
| 限定符和类型 | 字段和说明 |
|---|---|
static org.slf4j.Logger |
logger |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
authenticate(org.tio.core.ChannelContext context,
String uniqueId,
String clientId,
String userName,
String password)
认证
|
default boolean |
verifyAuthenticate(org.tio.core.ChannelContext context,
String uniqueId,
String clientId,
String userName,
String password)
认证
|
Copyright © 2022. All rights reserved.