Uses of Class
com.baidu.bifromq.plugin.authprovider.type.MQTT5AuthData
Packages that use MQTT5AuthData
Package
Description
-
Uses of MQTT5AuthData in com.baidu.bifromq.plugin.authprovider
Methods in com.baidu.bifromq.plugin.authprovider with parameters of type MQTT5AuthDataModifier and TypeMethodDescriptiondefault CompletableFuture<MQTT5AuthResult>IAuthProvider.auth(MQTT5AuthData authData) Implement this method to hook authentication logic of mqtt5 client into BifroMQ. -
Uses of MQTT5AuthData in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return MQTT5AuthDataModifier and TypeMethodDescriptionMQTT5AuthData.Builder.build()MQTT5AuthData.Builder.buildPartial()MQTT5ExtendedAuthData.Initial.Builder.getBasic().mqtt5authtypes.MQTT5AuthData basic = 1;MQTT5ExtendedAuthData.Initial.getBasic().mqtt5authtypes.MQTT5AuthData basic = 1;MQTT5ExtendedAuthData.InitialOrBuilder.getBasic().mqtt5authtypes.MQTT5AuthData basic = 1;static MQTT5AuthDataMQTT5AuthData.getDefaultInstance()MQTT5AuthData.Builder.getDefaultInstanceForType()MQTT5AuthData.getDefaultInstanceForType()static MQTT5AuthDataMQTT5AuthData.parseDelimitedFrom(InputStream input) static MQTT5AuthDataMQTT5AuthData.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5AuthDataMQTT5AuthData.parseFrom(byte[] data) static MQTT5AuthDataMQTT5AuthData.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5AuthDataMQTT5AuthData.parseFrom(com.google.protobuf.ByteString data) static MQTT5AuthDataMQTT5AuthData.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5AuthDataMQTT5AuthData.parseFrom(com.google.protobuf.CodedInputStream input) static MQTT5AuthDataMQTT5AuthData.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5AuthDataMQTT5AuthData.parseFrom(InputStream input) static MQTT5AuthDataMQTT5AuthData.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static MQTT5AuthDataMQTT5AuthData.parseFrom(ByteBuffer data) static MQTT5AuthDataMQTT5AuthData.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type MQTT5AuthDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<MQTT5AuthData>MQTT5AuthData.getParserForType()static com.google.protobuf.Parser<MQTT5AuthData>MQTT5AuthData.parser()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type MQTT5AuthDataModifier and TypeMethodDescriptionMQTT5ExtendedAuthData.Initial.Builder.mergeBasic(MQTT5AuthData value) .mqtt5authtypes.MQTT5AuthData basic = 1;MQTT5AuthData.Builder.mergeFrom(MQTT5AuthData other) static MQTT5AuthData.BuilderMQTT5AuthData.newBuilder(MQTT5AuthData prototype) MQTT5ExtendedAuthData.Initial.Builder.setBasic(MQTT5AuthData value) .mqtt5authtypes.MQTT5AuthData basic = 1;