AuthenticationProtos.TokenIdentifier.Builder
AuthenticationProtos.TokenIdentifier.Builder.clear()
AuthenticationProtos.TokenIdentifier.Builder.clearExpirationDate()
AuthenticationProtos.TokenIdentifier.Builder.clearIssueDate()
AuthenticationProtos.TokenIdentifier.Builder.clearKeyId()
AuthenticationProtos.TokenIdentifier.Builder.clearKind()
AuthenticationProtos.TokenIdentifier.Builder.clearSequenceNumber()
AuthenticationProtos.TokenIdentifier.Builder.clearUsername()
AuthenticationProtos.TokenIdentifier.Builder.clone()
AuthenticationProtos.TokenIdentifier.Builder.mergeFrom(AuthenticationProtos.TokenIdentifier other)
AuthenticationProtos.TokenIdentifier.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
AuthenticationProtos.TokenIdentifier.Builder.mergeFrom(com.google.protobuf.Message other)
static AuthenticationProtos.TokenIdentifier.Builder
AuthenticationProtos.TokenIdentifier.newBuilder()
AuthenticationProtos.TokenIdentifier.newBuilder(AuthenticationProtos.TokenIdentifier prototype)
AuthenticationProtos.TokenIdentifier.newBuilderForType()
protected AuthenticationProtos.TokenIdentifier.Builder
AuthenticationProtos.TokenIdentifier.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
AuthenticationProtos.TokenIdentifier.Builder.setExpirationDate(long value)
AuthenticationProtos.TokenIdentifier.Builder.setIssueDate(long value)
AuthenticationProtos.TokenIdentifier.Builder.setKeyId(int value)
AuthenticationProtos.TokenIdentifier.Builder.setKind(AuthenticationProtos.TokenIdentifier.Kind value)
AuthenticationProtos.TokenIdentifier.Builder.setSequenceNumber(long value)
AuthenticationProtos.TokenIdentifier.Builder.setUsername(com.google.protobuf.ByteString value)
AuthenticationProtos.TokenIdentifier.toBuilder()