|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface AuthenticationProtos.TokenIdentifierOrBuilder
Method Summary | |
---|---|
long |
getExpirationDate()
optional int64 expiration_date = 5; |
long |
getIssueDate()
optional int64 issue_date = 4; |
int |
getKeyId()
required int32 key_id = 3; |
AuthenticationProtos.TokenIdentifier.Kind |
getKind()
required .TokenIdentifier.Kind kind = 1; |
long |
getSequenceNumber()
optional int64 sequence_number = 6; |
com.google.protobuf.ByteString |
getUsername()
required bytes username = 2; |
boolean |
hasExpirationDate()
optional int64 expiration_date = 5; |
boolean |
hasIssueDate()
optional int64 issue_date = 4; |
boolean |
hasKeyId()
required int32 key_id = 3; |
boolean |
hasKind()
required .TokenIdentifier.Kind kind = 1; |
boolean |
hasSequenceNumber()
optional int64 sequence_number = 6; |
boolean |
hasUsername()
required bytes username = 2; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasKind()
required .TokenIdentifier.Kind kind = 1;
AuthenticationProtos.TokenIdentifier.Kind getKind()
required .TokenIdentifier.Kind kind = 1;
boolean hasUsername()
required bytes username = 2;
com.google.protobuf.ByteString getUsername()
required bytes username = 2;
boolean hasKeyId()
required int32 key_id = 3;
int getKeyId()
required int32 key_id = 3;
boolean hasIssueDate()
optional int64 issue_date = 4;
long getIssueDate()
optional int64 issue_date = 4;
boolean hasExpirationDate()
optional int64 expiration_date = 5;
long getExpirationDate()
optional int64 expiration_date = 5;
boolean hasSequenceNumber()
optional int64 sequence_number = 6;
long getSequenceNumber()
optional int64 sequence_number = 6;
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |