Uses of Class
org.apache.drill.exec.proto.UserBitShared.SaslMessage
Package
Description
Communication security.
-
Uses of UserBitShared.SaslMessage in org.apache.drill.exec.proto
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UserBitShared.SaslMessage>
UserBitShared.SaslMessage.PARSER
Deprecated.Modifier and TypeMethodDescriptionUserBitShared.SaslMessage.Builder.build()
UserBitShared.SaslMessage.Builder.buildPartial()
static UserBitShared.SaslMessage
UserBitShared.SaslMessage.getDefaultInstance()
UserBitShared.SaslMessage.Builder.getDefaultInstanceForType()
UserBitShared.SaslMessage.getDefaultInstanceForType()
SchemaUserBitShared.SaslMessage.MessageSchema.newMessage()
static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseDelimitedFrom
(InputStream input) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(byte[] data) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(com.google.protobuf.ByteString data) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(com.google.protobuf.CodedInputStream input) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(InputStream input) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(ByteBuffer data) static UserBitShared.SaslMessage
UserBitShared.SaslMessage.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UserBitShared.SaslMessage>
UserBitShared.SaslMessage.getParserForType()
static com.google.protobuf.Parser<UserBitShared.SaslMessage>
UserBitShared.SaslMessage.parser()
SchemaUserBitShared.SaslMessage.MessageSchema.typeClass()
Modifier and TypeMethodDescriptionboolean
SchemaUserBitShared.SaslMessage.MessageSchema.isInitialized
(UserBitShared.SaslMessage message) void
SchemaUserBitShared.SaslMessage.MessageSchema.mergeFrom
(io.protostuff.Input input, UserBitShared.SaslMessage message) UserBitShared.SaslMessage.Builder.mergeFrom
(UserBitShared.SaslMessage other) UserBitShared.SaslMessage.newBuilder
(UserBitShared.SaslMessage prototype) void
SchemaUserBitShared.SaslMessage.MessageSchema.writeTo
(io.protostuff.Output output, UserBitShared.SaslMessage message) -
Uses of UserBitShared.SaslMessage in org.apache.drill.exec.rpc.security
Modifier and TypeMethodDescriptionvoid
AuthenticationOutcomeListener.success
(UserBitShared.SaslMessage value, io.netty.buffer.ByteBuf buffer)