Uses of Class
com.baidu.bifromq.plugin.authprovider.type.MQTT5ExtendedAuthData
Packages that use MQTT5ExtendedAuthData
Package
Description
-
Uses of MQTT5ExtendedAuthData in com.baidu.bifromq.plugin.authprovider
Methods in com.baidu.bifromq.plugin.authprovider with parameters of type MQTT5ExtendedAuthDataModifier and TypeMethodDescriptiondefault CompletableFuture<MQTT5ExtendedAuthResult>IAuthProvider.extendedAuth(MQTT5ExtendedAuthData authData) Implement this method to hook extended authentication logic of mqtt5 client into BifroMQ. -
Uses of MQTT5ExtendedAuthData in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return MQTT5ExtendedAuthDataModifier and TypeMethodDescriptionMQTT5ExtendedAuthData.Builder.build()MQTT5ExtendedAuthData.Builder.buildPartial()static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.getDefaultInstance()MQTT5ExtendedAuthData.Builder.getDefaultInstanceForType()MQTT5ExtendedAuthData.getDefaultInstanceForType()static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseDelimitedFrom(InputStream input) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(byte[] data) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(com.google.protobuf.ByteString data) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(com.google.protobuf.CodedInputStream input) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(InputStream input) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(ByteBuffer data) static MQTT5ExtendedAuthDataMQTT5ExtendedAuthData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type MQTT5ExtendedAuthDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MQTT5ExtendedAuthData>MQTT5ExtendedAuthData.getParserForType()static com.google.protobuf.Parser<MQTT5ExtendedAuthData>MQTT5ExtendedAuthData.parser()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type MQTT5ExtendedAuthDataModifier and TypeMethodDescriptionMQTT5ExtendedAuthData.Builder.mergeFrom(MQTT5ExtendedAuthData other) MQTT5ExtendedAuthData.newBuilder(MQTT5ExtendedAuthData prototype)