org.apache.hadoop.ipc.protobuf
Interface IpcConnectionContextProtos.UserInformationProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IpcConnectionContextProtos.UserInformationProto, IpcConnectionContextProtos.UserInformationProto.Builder
Enclosing class:
IpcConnectionContextProtos

public static interface IpcConnectionContextProtos.UserInformationProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 String getEffectiveUser()
          optional string effectiveUser = 1;
 com.google.protobuf.ByteString getEffectiveUserBytes()
          optional string effectiveUser = 1;
 String getRealUser()
          optional string realUser = 2;
 com.google.protobuf.ByteString getRealUserBytes()
          optional string realUser = 2;
 boolean hasEffectiveUser()
          optional string effectiveUser = 1;
 boolean hasRealUser()
          optional string realUser = 2;
 
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

hasEffectiveUser

boolean hasEffectiveUser()
optional string effectiveUser = 1;


getEffectiveUser

String getEffectiveUser()
optional string effectiveUser = 1;


getEffectiveUserBytes

com.google.protobuf.ByteString getEffectiveUserBytes()
optional string effectiveUser = 1;


hasRealUser

boolean hasRealUser()
optional string realUser = 2;


getRealUser

String getRealUser()
optional string realUser = 2;


getRealUserBytes

com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 2;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.