public static interface YarnSecurityTokenProtos.YARNDelegationTokenIdentifierProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getIssueDate()
optional int64 issueDate = 4; |
int |
getMasterKeyId()
optional int32 masterKeyId = 7; |
long |
getMaxDate()
optional int64 maxDate = 5; |
String |
getOwner()
optional string owner = 1; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 1; |
String |
getRealUser()
optional string realUser = 3; |
com.google.protobuf.ByteString |
getRealUserBytes()
optional string realUser = 3; |
String |
getRenewer()
optional string renewer = 2; |
com.google.protobuf.ByteString |
getRenewerBytes()
optional string renewer = 2; |
int |
getSequenceNumber()
optional int32 sequenceNumber = 6; |
boolean |
hasIssueDate()
optional int64 issueDate = 4; |
boolean |
hasMasterKeyId()
optional int32 masterKeyId = 7; |
boolean |
hasMaxDate()
optional int64 maxDate = 5; |
boolean |
hasOwner()
optional string owner = 1; |
boolean |
hasRealUser()
optional string realUser = 3; |
boolean |
hasRenewer()
optional string renewer = 2; |
boolean |
hasSequenceNumber()
optional int32 sequenceNumber = 6; |
boolean hasOwner()
optional string owner = 1;String getOwner()
optional string owner = 1;com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 1;boolean hasRenewer()
optional string renewer = 2;String getRenewer()
optional string renewer = 2;com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 2;boolean hasRealUser()
optional string realUser = 3;String getRealUser()
optional string realUser = 3;com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 3;boolean hasIssueDate()
optional int64 issueDate = 4;long getIssueDate()
optional int64 issueDate = 4;boolean hasMaxDate()
optional int64 maxDate = 5;long getMaxDate()
optional int64 maxDate = 5;boolean hasSequenceNumber()
optional int32 sequenceNumber = 6;int getSequenceNumber()
optional int32 sequenceNumber = 6;boolean hasMasterKeyId()
optional int32 masterKeyId = 7;int getMasterKeyId()
optional int32 masterKeyId = 7;Copyright © 2018 CERN. All Rights Reserved.