org.apache.hadoop.ipc.protobuf
Interface RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RpcHeaderProtos.RpcSaslProto.SaslAuth, RpcHeaderProtos.RpcSaslProto.SaslAuth.Builder
Enclosing class:
RpcHeaderProtos.RpcSaslProto

public static interface RpcHeaderProtos.RpcSaslProto.SaslAuthOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getChallenge()
          optional bytes challenge = 5;
 String getMechanism()
          required string mechanism = 2;
 com.google.protobuf.ByteString getMechanismBytes()
          required string mechanism = 2;
 String getMethod()
          required string method = 1;
 com.google.protobuf.ByteString getMethodBytes()
          required string method = 1;
 String getProtocol()
          optional string protocol = 3;
 com.google.protobuf.ByteString getProtocolBytes()
          optional string protocol = 3;
 String getServerId()
          optional string serverId = 4;
 com.google.protobuf.ByteString getServerIdBytes()
          optional string serverId = 4;
 boolean hasChallenge()
          optional bytes challenge = 5;
 boolean hasMechanism()
          required string mechanism = 2;
 boolean hasMethod()
          required string method = 1;
 boolean hasProtocol()
          optional string protocol = 3;
 boolean hasServerId()
          optional string serverId = 4;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasMethod

boolean hasMethod()
required string method = 1;


getMethod

String getMethod()
required string method = 1;


getMethodBytes

com.google.protobuf.ByteString getMethodBytes()
required string method = 1;


hasMechanism

boolean hasMechanism()
required string mechanism = 2;


getMechanism

String getMechanism()
required string mechanism = 2;


getMechanismBytes

com.google.protobuf.ByteString getMechanismBytes()
required string mechanism = 2;


hasProtocol

boolean hasProtocol()
optional string protocol = 3;


getProtocol

String getProtocol()
optional string protocol = 3;


getProtocolBytes

com.google.protobuf.ByteString getProtocolBytes()
optional string protocol = 3;


hasServerId

boolean hasServerId()
optional string serverId = 4;


getServerId

String getServerId()
optional string serverId = 4;


getServerIdBytes

com.google.protobuf.ByteString getServerIdBytes()
optional string serverId = 4;


hasChallenge

boolean hasChallenge()
optional bytes challenge = 5;


getChallenge

com.google.protobuf.ByteString getChallenge()
optional bytes challenge = 5;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.