Uses of Class
com.baidu.bifromq.plugin.authprovider.type.MQTT3AuthData
Packages that use MQTT3AuthData
Package
Description
-
Uses of MQTT3AuthData in com.baidu.bifromq.plugin.authprovider
Methods in com.baidu.bifromq.plugin.authprovider with parameters of type MQTT3AuthDataModifier and TypeMethodDescriptionIAuthProvider.auth(MQTT3AuthData authData) Implement this method to hook authentication logic of mqtt3 client into BifroMQ. -
Uses of MQTT3AuthData in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return MQTT3AuthDataModifier and TypeMethodDescriptionMQTT3AuthData.Builder.build()MQTT3AuthData.Builder.buildPartial()static MQTT3AuthDataMQTT3AuthData.getDefaultInstance()MQTT3AuthData.Builder.getDefaultInstanceForType()MQTT3AuthData.getDefaultInstanceForType()static MQTT3AuthDataMQTT3AuthData.parseDelimitedFrom(InputStream input) static MQTT3AuthDataMQTT3AuthData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT3AuthDataMQTT3AuthData.parseFrom(byte[] data) static MQTT3AuthDataMQTT3AuthData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT3AuthDataMQTT3AuthData.parseFrom(com.google.protobuf.ByteString data) static MQTT3AuthDataMQTT3AuthData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT3AuthDataMQTT3AuthData.parseFrom(com.google.protobuf.CodedInputStream input) static MQTT3AuthDataMQTT3AuthData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT3AuthDataMQTT3AuthData.parseFrom(InputStream input) static MQTT3AuthDataMQTT3AuthData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT3AuthDataMQTT3AuthData.parseFrom(ByteBuffer data) static MQTT3AuthDataMQTT3AuthData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type MQTT3AuthDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MQTT3AuthData>MQTT3AuthData.getParserForType()static com.google.protobuf.Parser<MQTT3AuthData>MQTT3AuthData.parser()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type MQTT3AuthDataModifier and TypeMethodDescriptionMQTT3AuthData.Builder.mergeFrom(MQTT3AuthData other) static MQTT3AuthData.BuilderMQTT3AuthData.newBuilder(MQTT3AuthData prototype)