Uses of Class
org.apache.drill.exec.proto.UserBitShared.SaslMessage
Packages that use UserBitShared.SaslMessage
Package
Description
Communication security.
-
Uses of UserBitShared.SaslMessage in org.apache.drill.exec.proto
Fields in org.apache.drill.exec.proto with type parameters of type UserBitShared.SaslMessageModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.SaslMessage> UserBitShared.SaslMessage.PARSERDeprecated.Methods in org.apache.drill.exec.proto that return UserBitShared.SaslMessageModifier and TypeMethodDescriptionUserBitShared.SaslMessage.Builder.build()UserBitShared.SaslMessage.Builder.buildPartial()static UserBitShared.SaslMessageUserBitShared.SaslMessage.getDefaultInstance()UserBitShared.SaslMessage.Builder.getDefaultInstanceForType()UserBitShared.SaslMessage.getDefaultInstanceForType()SchemaUserBitShared.SaslMessage.MessageSchema.newMessage()static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseDelimitedFrom(InputStream input) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(byte[] data) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(com.google.protobuf.ByteString data) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(com.google.protobuf.CodedInputStream input) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(InputStream input) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(ByteBuffer data) static UserBitShared.SaslMessageUserBitShared.SaslMessage.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.drill.exec.proto that return types with arguments of type UserBitShared.SaslMessageModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.SaslMessage> UserBitShared.SaslMessage.getParserForType()static com.google.protobuf.Parser<UserBitShared.SaslMessage> UserBitShared.SaslMessage.parser()SchemaUserBitShared.SaslMessage.MessageSchema.typeClass()Methods in org.apache.drill.exec.proto with parameters of type UserBitShared.SaslMessageModifier and TypeMethodDescriptionbooleanSchemaUserBitShared.SaslMessage.MessageSchema.isInitialized(UserBitShared.SaslMessage message) voidSchemaUserBitShared.SaslMessage.MessageSchema.mergeFrom(io.protostuff.Input input, UserBitShared.SaslMessage message) UserBitShared.SaslMessage.Builder.mergeFrom(UserBitShared.SaslMessage other) UserBitShared.SaslMessage.newBuilder(UserBitShared.SaslMessage prototype) voidSchemaUserBitShared.SaslMessage.MessageSchema.writeTo(io.protostuff.Output output, UserBitShared.SaslMessage message) -
Uses of UserBitShared.SaslMessage in org.apache.drill.exec.rpc.security
Methods in org.apache.drill.exec.rpc.security with parameters of type UserBitShared.SaslMessageModifier and TypeMethodDescriptionvoidAuthenticationOutcomeListener.success(UserBitShared.SaslMessage value, io.netty.buffer.ByteBuf buffer)