Uses of Class
com.baidu.bifromq.plugin.authprovider.type.CheckResult
Packages that use CheckResult
Package
Description
-
Uses of CheckResult in com.baidu.bifromq.plugin.authprovider
Methods in com.baidu.bifromq.plugin.authprovider that return types with arguments of type CheckResultModifier and TypeMethodDescriptiondefault CompletableFuture<CheckResult>IAuthProvider.checkPermission(ClientInfo client, MQTTAction action) Implement this method to hook action permission check logic. -
Uses of CheckResult in com.baidu.bifromq.plugin.authprovider.type
Methods in com.baidu.bifromq.plugin.authprovider.type that return CheckResultModifier and TypeMethodDescriptionCheckResult.Builder.build()CheckResult.Builder.buildPartial()static CheckResultCheckResult.getDefaultInstance()CheckResult.Builder.getDefaultInstanceForType()CheckResult.getDefaultInstanceForType()static CheckResultCheckResult.parseDelimitedFrom(InputStream input) static CheckResultCheckResult.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResultCheckResult.parseFrom(byte[] data) static CheckResultCheckResult.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResultCheckResult.parseFrom(com.google.protobuf.ByteString data) static CheckResultCheckResult.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResultCheckResult.parseFrom(com.google.protobuf.CodedInputStream input) static CheckResultCheckResult.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResultCheckResult.parseFrom(InputStream input) static CheckResultCheckResult.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CheckResultCheckResult.parseFrom(ByteBuffer data) static CheckResultCheckResult.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.baidu.bifromq.plugin.authprovider.type that return types with arguments of type CheckResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CheckResult>CheckResult.getParserForType()static com.google.protobuf.Parser<CheckResult>CheckResult.parser()Methods in com.baidu.bifromq.plugin.authprovider.type with parameters of type CheckResultModifier and TypeMethodDescriptionCheckResult.Builder.mergeFrom(CheckResult other) static CheckResult.BuilderCheckResult.newBuilder(CheckResult prototype)