|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AuthenticationProtos.TokenOrBuilder
Method Summary | |
---|---|
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; |
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 |
---|
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;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |