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 Type
    Method
    Description
    long
    optional uint64 expiryDate = 9;
    long
    optional uint64 issueDate = 5;
    int
    optional uint32 masterKeyId = 8;
    long
    optional uint64 maxDate = 6;
    optional string owner = 2;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string owner = 2;
    optional string realUser = 4;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string realUser = 4;
    optional string renewer = 3;
    org.apache.hadoop.thirdparty.protobuf.ByteString
    optional string renewer = 3;
    int
    optional uint32 sequenceNumber = 7;
    int
    optional uint32 version = 1;
    boolean
    optional uint64 expiryDate = 9;
    boolean
    optional uint64 issueDate = 5;
    boolean
    optional uint32 masterKeyId = 8;
    boolean
    optional uint64 maxDate = 6;
    boolean
    optional string owner = 2;
    boolean
    optional string realUser = 4;
    boolean
    optional string renewer = 3;
    boolean
    optional uint32 sequenceNumber = 7;
    boolean
    optional uint32 version = 1;

    Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.