Interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FsImageProto.SecretManagerSection.PersistToken,FsImageProto.SecretManagerSection.PersistToken.Builder
- Enclosing class:
- FsImageProto.SecretManagerSection
public static interface FsImageProto.SecretManagerSection.PersistTokenOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongoptional uint64 expiryDate = 9;longoptional uint64 issueDate = 5;intoptional uint32 masterKeyId = 8;longoptional uint64 maxDate = 6;getOwner()optional string owner = 2;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string owner = 2;optional string realUser = 4;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string realUser = 4;optional string renewer = 3;org.apache.hadoop.thirdparty.protobuf.ByteStringoptional string renewer = 3;intoptional uint32 sequenceNumber = 7;intoptional uint32 version = 1;booleanoptional uint64 expiryDate = 9;booleanoptional uint64 issueDate = 5;booleanoptional uint32 masterKeyId = 8;booleanoptional uint64 maxDate = 6;booleanhasOwner()optional string owner = 2;booleanoptional string realUser = 4;booleanoptional string renewer = 3;booleanoptional uint32 sequenceNumber = 7;booleanoptional uint32 version = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasVersion
boolean hasVersion()optional uint32 version = 1;- Returns:
- Whether the version field is set.
-
getVersion
int getVersion()optional uint32 version = 1;- Returns:
- The version.
-
hasOwner
boolean hasOwner()optional string owner = 2;- Returns:
- Whether the owner field is set.
-
getOwner
String getOwner()optional string owner = 2;- Returns:
- The owner.
-
getOwnerBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getOwnerBytes()optional string owner = 2;- Returns:
- The bytes for owner.
-
hasRenewer
boolean hasRenewer()optional string renewer = 3;- Returns:
- Whether the renewer field is set.
-
getRenewer
String getRenewer()optional string renewer = 3;- Returns:
- The renewer.
-
getRenewerBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getRenewerBytes()optional string renewer = 3;- Returns:
- The bytes for renewer.
-
hasRealUser
boolean hasRealUser()optional string realUser = 4;- Returns:
- Whether the realUser field is set.
-
getRealUser
String getRealUser()optional string realUser = 4;- Returns:
- The realUser.
-
getRealUserBytes
org.apache.hadoop.thirdparty.protobuf.ByteString getRealUserBytes()optional string realUser = 4;- Returns:
- The bytes for realUser.
-
hasIssueDate
boolean hasIssueDate()optional uint64 issueDate = 5;- Returns:
- Whether the issueDate field is set.
-
getIssueDate
long getIssueDate()optional uint64 issueDate = 5;- Returns:
- The issueDate.
-
hasMaxDate
boolean hasMaxDate()optional uint64 maxDate = 6;- Returns:
- Whether the maxDate field is set.
-
getMaxDate
long getMaxDate()optional uint64 maxDate = 6;- Returns:
- The maxDate.
-
hasSequenceNumber
boolean hasSequenceNumber()optional uint32 sequenceNumber = 7;- Returns:
- Whether the sequenceNumber field is set.
-
getSequenceNumber
int getSequenceNumber()optional uint32 sequenceNumber = 7;- Returns:
- The sequenceNumber.
-
hasMasterKeyId
boolean hasMasterKeyId()optional uint32 masterKeyId = 8;- Returns:
- Whether the masterKeyId field is set.
-
getMasterKeyId
int getMasterKeyId()optional uint32 masterKeyId = 8;- Returns:
- The masterKeyId.
-
hasExpiryDate
boolean hasExpiryDate()optional uint64 expiryDate = 9;- Returns:
- Whether the expiryDate field is set.
-
getExpiryDate
long getExpiryDate()optional uint64 expiryDate = 9;- Returns:
- The expiryDate.
-