public static interface AuthenticationProtos.TokenOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getIdentifier()
optional bytes identifier = 1; |
com.google.protobuf.ByteString |
getPassword()
optional bytes password = 2; |
com.google.protobuf.ByteString |
getService()
optional bytes service = 3; |
boolean |
hasIdentifier()
optional bytes identifier = 1; |
boolean |
hasPassword()
optional bytes password = 2; |
boolean |
hasService()
optional bytes service = 3; |
boolean hasIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
com.google.protobuf.ByteString getIdentifier()
optional bytes identifier = 1;
the TokenIdentifier in serialized form Note: we can't use the protobuf directly because the Hadoop Token class only stores the serialized bytes
boolean hasPassword()
optional bytes password = 2;
com.google.protobuf.ByteString getPassword()
optional bytes password = 2;
boolean hasService()
optional bytes service = 3;
com.google.protobuf.ByteString getService()
optional bytes service = 3;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.