public static interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getExpiryDate()
optional uint64 expiryDate = 9; |
long |
getIssueDate()
optional uint64 issueDate = 5; |
int |
getMasterKeyId()
optional uint32 masterKeyId = 8; |
long |
getMaxDate()
optional uint64 maxDate = 6; |
String |
getOwner()
optional string owner = 2; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 2; |
String |
getRealUser()
optional string realUser = 4; |
com.google.protobuf.ByteString |
getRealUserBytes()
optional string realUser = 4; |
String |
getRenewer()
optional string renewer = 3; |
com.google.protobuf.ByteString |
getRenewerBytes()
optional string renewer = 3; |
int |
getSequenceNumber()
optional uint32 sequenceNumber = 7; |
int |
getVersion()
optional uint32 version = 1; |
boolean |
hasExpiryDate()
optional uint64 expiryDate = 9; |
boolean |
hasIssueDate()
optional uint64 issueDate = 5; |
boolean |
hasMasterKeyId()
optional uint32 masterKeyId = 8; |
boolean |
hasMaxDate()
optional uint64 maxDate = 6; |
boolean |
hasOwner()
optional string owner = 2; |
boolean |
hasRealUser()
optional string realUser = 4; |
boolean |
hasRenewer()
optional string renewer = 3; |
boolean |
hasSequenceNumber()
optional uint32 sequenceNumber = 7; |
boolean |
hasVersion()
optional uint32 version = 1; |
boolean hasVersion()
optional uint32 version = 1;
int getVersion()
optional uint32 version = 1;
boolean hasOwner()
optional string owner = 2;
String getOwner()
optional string owner = 2;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 2;
boolean hasRenewer()
optional string renewer = 3;
String getRenewer()
optional string renewer = 3;
com.google.protobuf.ByteString getRenewerBytes()
optional string renewer = 3;
boolean hasRealUser()
optional string realUser = 4;
String getRealUser()
optional string realUser = 4;
com.google.protobuf.ByteString getRealUserBytes()
optional string realUser = 4;
boolean hasIssueDate()
optional uint64 issueDate = 5;
long getIssueDate()
optional uint64 issueDate = 5;
boolean hasMaxDate()
optional uint64 maxDate = 6;
long getMaxDate()
optional uint64 maxDate = 6;
boolean hasSequenceNumber()
optional uint32 sequenceNumber = 7;
int getSequenceNumber()
optional uint32 sequenceNumber = 7;
boolean hasMasterKeyId()
optional uint32 masterKeyId = 8;
int getMasterKeyId()
optional uint32 masterKeyId = 8;
boolean hasExpiryDate()
optional uint64 expiryDate = 9;
long getExpiryDate()
optional uint64 expiryDate = 9;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.