org.apache.hadoop.hbase.protobuf.generated
Interface AuthenticationProtos.TokenIdentifierOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AuthenticationProtos.TokenIdentifier, AuthenticationProtos.TokenIdentifier.Builder
Enclosing class:
AuthenticationProtos

public static interface AuthenticationProtos.TokenIdentifierOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getExpirationDate()
           
 long getIssueDate()
           
 int getKeyId()
           
 AuthenticationProtos.TokenIdentifier.Kind getKind()
           
 long getSequenceNumber()
           
 com.google.protobuf.ByteString getUsername()
           
 boolean hasExpirationDate()
           
 boolean hasIssueDate()
           
 boolean hasKeyId()
           
 boolean hasKind()
           
 boolean hasSequenceNumber()
           
 boolean hasUsername()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasKind

boolean hasKind()

getKind

AuthenticationProtos.TokenIdentifier.Kind getKind()

hasUsername

boolean hasUsername()

getUsername

com.google.protobuf.ByteString getUsername()

hasKeyId

boolean hasKeyId()

getKeyId

int getKeyId()

hasIssueDate

boolean hasIssueDate()

getIssueDate

long getIssueDate()

hasExpirationDate

boolean hasExpirationDate()

getExpirationDate

long getExpirationDate()

hasSequenceNumber

boolean hasSequenceNumber()

getSequenceNumber

long getSequenceNumber()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.